0.0.2 • Published 1 year ago

@fernandobarrosd/terminal-txt-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
    ===================================================
    
0.0.2

1 year ago

0.0.1

1 year ago