https://github.com/hellerve/zepsh
A small shell powered by zepto
https://github.com/hellerve/zepsh
Last synced: 6 days ago
JSON representation
A small shell powered by zepto
- Host: GitHub
- URL: https://github.com/hellerve/zepsh
- Owner: hellerve
- License: unlicense
- Created: 2016-08-02T11:22:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T18:09:16.000Z (over 9 years ago)
- Last Synced: 2025-04-05T22:43:41.272Z (12 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zepsh
The *zep*to *sh*ell. Basically a REPL that sends any command that is
not a meta command or is surrounded by parentheses to the system shell.
The config file is `.zepshrc`. Both the version in the home directory
and the current directory will be read, where the current directory
version is evaluated later so that it overrides the bindings of the
other file if necessary.
Have fun!