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.
- Host: GitHub
- URL: https://github.com/tsohledev/shellton
- Owner: tsohleDev
- License: mit
- Created: 2023-10-13T22:45:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T01:10:08.000Z (over 2 years ago)
- Last Synced: 2025-01-21T04:32:19.829Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.