https://github.com/dirk/psh
The programmer's shell
https://github.com/dirk/psh
Last synced: about 1 year ago
JSON representation
The programmer's shell
- Host: GitHub
- URL: https://github.com/dirk/psh
- Owner: dirk
- License: mit
- Created: 2014-02-21T14:08:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T14:50:12.000Z (over 12 years ago)
- Last Synced: 2025-04-09T15:13:51.521Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psh
psh, the programmer's shell, aims to be a simple, modern command shell. Shells tend to be designed for super-power-users (aka. system administrators). psh, on the other hand, is designed for programmers. A basic familiarity with C, Perl, and similar languages should make one feel immediately comfortable with psh.
See [NOTES.md](NOTES.md) for now.