View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#6
Torchio version 0.0.2 is now heading up to the extras-devel repository. This update contains support for parsing ASCII text into Morse code. There are two modes available:

"torchio -m" will read input from the STDIN stream.

"torchio -mf <filename>" will attempt to open the named file and read text from it.

In both cases, torchio will exit when it reaches the end of the text. The STDIN option allows text to be piped in from another process; for example, the command:

Code:
ls | /opt/torchio/bin/torchio -m
will flash out the names of the current directory's files in Morse code.
 

The Following 8 Users Say Thank You to Copernicus For This Useful Post: