Skip to content

moopet/periodic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Periodic table word thinger. In Perl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages