![]() |
[Announce] Torchio - an all-purpose command-line flashlight app
Torchio is a derivative of the Lanterne flashlight app. It features a subset of Lanterne's capabilities, including pulsed and SOS mode flashing, use of either the white or red LEDs, and a timeout feature.
Version 0.0.1 should now be in the extras-devel repository. Please run "torchio -h" at the command line to see all the available options. (Torchio should install into /opt/torchio, so the path to find the executable should be /opt/torchio/bin/torchio.) Torchio is open-source software, licensed under the GPL version 2 (or greater). The source code is housed at Github: https://github.com/jpietrzak8/Torchio |
Re: [Announce] Torchio - an all-purpose command-line flashlight app
Good name good app :)
|
Re: [Announce] Torchio - an all-purpose command-line flashlight app
...It's nice to see that you don't like sleep too much ;)
Thanks again! |
Re: [Announce] Torchio - an all-purpose command-line flashlight app
Ha, I thought, he has drifted away from the pasta theme! And then google showed me otherwise.....
Inuit have a trillion descriptors for snow and Italians similarly for pasta. |
Re: [Announce] Torchio - an all-purpose command-line flashlight app
Quote:
|
Re: [Announce] Torchio - an all-purpose command-line flashlight app
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 |
Re: [Announce] Torchio - an all-purpose command-line flashlight app
No torchio "hello world" then? :)
Or will the stdin variant recognize a string parameter? If not, then I suggest -ms "bla bla" or -mi "bla bla" (s for string, i for immediate). |
Re: [Announce] Torchio - an all-purpose command-line flashlight app
Quote:
Code:
> echo 'hello world' | /opt/torchio/bin/torchio -m Code:
> /opt/torchio/bin/torchio -m |
Re: [Announce] Torchio - an all-purpose command-line flashlight app
Yeah, I realized that 5 minutes after that post :)
Incidentally, one can just as well do this, making the -mf option unnecessary: Code:
torchio -m < file |
Re: [Announce] Torchio - an all-purpose command-line flashlight app
Quote:
|
All times are GMT. The time now is 19:16. |
vBulletin® Version 3.8.8