https://github.com/okunix/magicshell
Unix shell made with go
https://github.com/okunix/magicshell
golang shell
Last synced: about 2 months ago
JSON representation
Unix shell made with go
- Host: GitHub
- URL: https://github.com/okunix/magicshell
- Owner: okunix
- License: mit
- Created: 2021-06-07T19:44:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T17:11:20.000Z (about 5 years ago)
- Last Synced: 2025-10-13T23:39:50.432Z (9 months ago)
- Topics: golang, shell
- Language: Go
- Homepage: https://magic-shell.sourceforge.io
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Magic Shell
```
███╗ ███╗ █████╗ ██████╗ ██╗ ██████╗
████╗ ████║██╔══██╗██╔════╝ ██║██╔════╝
██╔████╔██║███████║██║ ███╗██║██║
██║╚██╔╝██║██╔══██║██║ ██║██║██║
██║ ╚═╝ ██║██║ ██║╚██████╔╝██║╚██████╗
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝
███████╗██╗ ██╗███████╗██╗ ██╗
██╔════╝██║ ██║██╔════╝██║ ██║
███████╗███████║█████╗ ██║ ██║
╚════██║██╔══██║██╔══╝ ██║ ██║
███████║██║ ██║███████╗███████╗███████╗
╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝
```
#### Unix shell made with Go
[](https://github.com/yosa12978/MagicShell/issues)
[](https://github.com/yosa12978/MagicShell/network)
[](https://github.com/yosa12978/MagicShell/stargazers)
[](https://github.com/yosa12978/MagicShell/blob/master/LICENSE)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Contributing
1. Fork it
2. Create your feature branch ```git checkout -b feature/foo```
3. Commit your changes ```git commit -m 'New feature'```
4. Push to the branch ```git push origin feature/foo```
5. Create a new Pull Request