Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdillon/commando-bash
Bourne Again Shell commando
https://github.com/jdillon/commando-bash
bash commando
Last synced: 5 days ago
JSON representation
Bourne Again Shell commando
- Host: GitHub
- URL: https://github.com/jdillon/commando-bash
- Owner: jdillon
- License: apache-2.0
- Created: 2018-07-21T22:58:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T17:42:28.000Z (over 5 years ago)
- Last Synced: 2024-11-07T20:54:31.418Z (about 2 months ago)
- Topics: bash, commando
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commando - BASH
Commando - Bourne Again SHell.
Add configurable commands to a Unix-based project w/o too many dependencies on fancy languages.
## Requires
* Bash (version 4+)
### Tools
* which
* find
* awk
* tr
* printf
* tput
* basename
* dirname
* sort
* rm
* mkdir
* ls
* expr### install.sh
* mktemp
* curl
* tar## Features
* Provides project configuration
* User configuration overrides
* Extensible commands
* Command help system## Install
From project directory run:
```
curl -sSL https://raw.githubusercontent.com/jdillon/commando-bash/master/install.sh | bash -s
```