Skip to content

kez0r/TermSim

Repository files navigation

TermSim

A simple, easy to integrate terminal-like command processor system.

Includes 7 example commands:

  • cd
  • ls
  • pwd
  • ontop
  • clear
  • savelog
  • exit

Usage:

<command> -<flag>:<argument>

Examples:

$ cd -i:c:\windows
$ cd -i:"c:\with spaces"
$ cd -i:..
$ cd -help
$ ls
$ pwd
$ ontop
$ clear
$ savelog
$ exit

  • Commands may also be combined with pipes.

ex. clear | pwd | cd -i:c:\windows | ls | cd -i:.. | ls

About

Simple shell terminal-ish command processor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages