Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartpleiter/batshell
A project for the course Operating Systems :p
https://github.com/bartpleiter/batshell
Last synced: about 8 hours ago
JSON representation
A project for the course Operating Systems :p
- Host: GitHub
- URL: https://github.com/bartpleiter/batshell
- Owner: bartpleiter
- Created: 2020-02-03T15:57:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T15:57:49.000Z (almost 5 years ago)
- Last Synced: 2024-06-11T16:02:35.244Z (5 months ago)
- Language: C++
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BatShell
BatShell is the ultimate shell written in c++ for Linux
> ```
> /\
> . // \ .
> //| _____ _____//_ | |\\
> // \ \_ \\/ _____ \/ / \\
> // .\_ \__| / V V \ | / \\
> || || \_ \ \/\_/\/ / _/|| ||
> || || \__/ \__/ || ||
> || \\ | | // ||
> || || _| BatShell |_ || ||
> || || _/ \ / \_ || ||
> ||____ ||/ \ / \|| ____||
> |/ \/ '-----.' \/ \|
> | \
> | \
> | \
> '| \
> | \
> | '
> ```## Features
* Awesome welcome screen
* Fancy colors
* ls displays colors if possible
* 'infinite' piping
* input redirection
* output redirection
* background execution of programs
* good help menu (type in 'help' in the shell)### Disclaimer
Use this shell at your own risk.
I am not responsible for anything.