Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreibarsan/ushell
µShell (uShell, microShell, ush) is an experimental simple, lightweight and free POSIX shell implementation written in C++. Being a personal side-project, it's currently very limited.
https://github.com/andreibarsan/ushell
Last synced: 12 days ago
JSON representation
µShell (uShell, microShell, ush) is an experimental simple, lightweight and free POSIX shell implementation written in C++. Being a personal side-project, it's currently very limited.
- Host: GitHub
- URL: https://github.com/andreibarsan/ushell
- Owner: AndreiBarsan
- Created: 2014-12-25T16:06:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T16:40:59.000Z (about 9 years ago)
- Last Synced: 2023-03-15T23:10:18.939Z (over 1 year ago)
- Language: C++
- Size: 210 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
µShell
======Written for fun in C++ by **Andrei Barsan** ([siegedog.com](http://siegedog.com)).
License: TBD (will be free)
µShell is meant to be a simple, lightweight, clean, expandable, POSIX-compliant
UNIX Shell implementation.Setup
-----`make` should *just work*. There's no `make install` support yet since
the project is still very early in its infancy.The `test` shell script runs a series of integration tests.
Requires a GCC version that supports C++11 (gcc 4.9+) and libreadline
(`sudo apt-get install libreadline6 libreadline6-dev`).