https://github.com/nakul-krishnakumar/neoshell
Custom made shell written in GO
https://github.com/nakul-krishnakumar/neoshell
golang shell shell-script
Last synced: about 2 months ago
JSON representation
Custom made shell written in GO
- Host: GitHub
- URL: https://github.com/nakul-krishnakumar/neoshell
- Owner: nakul-krishnakumar
- Created: 2024-12-20T11:35:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T13:17:57.000Z (over 1 year ago)
- Last Synced: 2025-03-20T14:29:17.362Z (over 1 year ago)
- Topics: golang, shell, shell-script
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
- `echo ` : used to print the mentioned message.
- `pwd` : shows the current working directory.
- `cd ` : moves to the mentioned directory, (both abs and relative path supported).
- `cd ~` : moves to the user home directory ( most probably something like `/home/` ) .
- `exit ` : exits the shell with the mentioned `` .
- `type ` : returns if the mentioned `` is a built-in command or an invalid one.
```
$$\ $$\$$\
$$ | $$ $$ |
$$$$$$$\ $$$$$$\ $$$$$$\ $$$$$$$\$$$$$$$\ $$$$$$\ $$ $$ |
$$ __$$\$$ __$$\$$ __$$\$$ _____$$ __$$\$$ __$$\$$ $$ |
$$ | $$ $$$$$$$$ $$ / $$ \$$$$$$\ $$ | $$ $$$$$$$$ $$ $$ |
$$ | $$ $$ ____$$ | $$ |\____$$\$$ | $$ $$ ____$$ $$ |
$$ | $$ \$$$$$$$\\$$$$$$ $$$$$$$ $$ | $$ \$$$$$$$\$$ $$ |
\__| \__|\_______|\______/\_______/\__| \__|\_______\__\__|
```