@fernandobarrosd/terminal-txt-cli
v0.0.2
Published
A helper CLI that permits to run terminal command(s) from txt file.
Downloads
1
Maintainers
Readme
Terminal TXT (CLI)
A helper CLI that permits to run terminal command(s) from txt file.
How to use?
Open terminal and execute following command:
$ terminal-txt <filename>
Examples
$ terminal-txt ./helloworld.txt
$ Hello World
If you need help, execute folowing command in terminal:
$ terminal-txt --help
$ Usage: terminal-txt [options] <string>
A helper CLI that permits to run terminal command(s) from txt file.
Arguments:
string Txt path file
Options:
-V, --version output the version number
-h, --help display help for command
==================================================
Created by fernandobarrosd
Github: https://github.com/fernandobarrosd
===================================================