Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.38 KB

Periodic

Periodic table word thinger.

Output from the periodic command showing the periodic table, in colour, in a terminal

This is a command-line tool to help you make words out of element symbols. It has no real practical purpose.

Usage

usage: periodic.pl [OPTIONS] [flags]

Where options are:
-s --symbol        display details for the element with the specified symbol
-a --atomicnumber  display details for the element with the specified atomic number
-w --word          try to spell a word with letters from the periodic table
-t --table         display the standard periodic table of the elements
-h --help          this help message

and where flags are:
-c --color         display colored and prettified elements
-v --verbose       don't stop at first (best) match, display all matches

Options and flags may not be combined.

Examples

Display every matching version of the word 'counterespionage'1 built from element symbols.

periodic.pl -w counterespionage -v

counterespionage

Display the entire table, in color.

periodic.pl -t -c

Footnotes

  1. this is the longest word I could match in the standard dictionary that came with my distro.