An open API service indexing awesome lists of open source software.

https://github.com/tsohledev/shellton

Shellton is a simple command-line shell written in C. It allows users to enter and execute commands, and provides basic features such as command history, tab completion, and variable expansion.
https://github.com/tsohledev/shellton

Last synced: over 1 year ago
JSON representation

Shellton is a simple command-line shell written in C. It allows users to enter and execute commands, and provides basic features such as command history, tab completion, and variable expansion.

Awesome Lists containing this project

README

          


Shellton



Shellton is a simple command-line shell written in C. It allows users to enter and execute commands, and provides basic features such as command history, tab completion, and variable expansion.