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

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

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.

```

$$\ $$\$$\
$$ | $$ $$ |
$$$$$$$\ $$$$$$\ $$$$$$\ $$$$$$$\$$$$$$$\ $$$$$$\ $$ $$ |
$$ __$$\$$ __$$\$$ __$$\$$ _____$$ __$$\$$ __$$\$$ $$ |
$$ | $$ $$$$$$$$ $$ / $$ \$$$$$$\ $$ | $$ $$$$$$$$ $$ $$ |
$$ | $$ $$ ____$$ | $$ |\____$$\$$ | $$ $$ ____$$ $$ |
$$ | $$ \$$$$$$$\\$$$$$$ $$$$$$$ $$ | $$ \$$$$$$$\$$ $$ |
\__| \__|\_______|\______/\_______/\__| \__|\_______\__\__|

```