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

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

Awesome Lists containing this project

README

          

# Magic Shell
```
███╗ ███╗ █████╗ ██████╗ ██╗ ██████╗
████╗ ████║██╔══██╗██╔════╝ ██║██╔════╝
██╔████╔██║███████║██║ ███╗██║██║
██║╚██╔╝██║██╔══██║██║ ██║██║██║
██║ ╚═╝ ██║██║ ██║╚██████╔╝██║╚██████╗
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝
███████╗██╗ ██╗███████╗██╗ ██╗
██╔════╝██║ ██║██╔════╝██║ ██║
███████╗███████║█████╗ ██║ ██║
╚════██║██╔══██║██╔══╝ ██║ ██║
███████║██║ ██║███████╗███████╗███████╗
╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝
```
#### Unix shell made with Go
[![GitHub issues](https://img.shields.io/github/issues/yosa12978/MagicShell?style=flat-square)](https://github.com/yosa12978/MagicShell/issues)
[![GitHub forks](https://img.shields.io/github/forks/yosa12978/MagicShell?style=flat-square)](https://github.com/yosa12978/MagicShell/network)
[![GitHub stars](https://img.shields.io/github/stars/yosa12978/MagicShell?style=flat-square)](https://github.com/yosa12978/MagicShell/stargazers)
[![GitHub license](https://img.shields.io/github/license/yosa12978/MagicShell?style=flat-square)](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