Simple command line applications manager. Easily add your CLI scripts to you command line interface of choice. xbn was designed with macOS to improve productivity of developers and hobbyists alike.
- open —- opens xbn folder in Finder.
- list -— lists all current programs in xbn.
- load —- moves program from current directory into xbn.
- unload —- removes program from xbn and places in current directory.
- delete -- permanently deletes program from xbn folder
- help —- prints out a list of all possible commands.
- convert —- converts programs to Unix executable.
Manually Installation:
- Add the following to .bash_profile in your home directory:
PATH=$PATH":$HOME/.xbn - Create a folder named: (.xbn) in your home directory:
mkdir ~/.xbn - Copy xbn executable into the .xbn folder
Using Setup file:
Use sh setup_xbn.sh in your terminal of choice to install.
xbn convert myscript.sh xbn load myscript
Stable:
- macOS 10.12.6
- macOS 10.13.6
- macOS 10.14.0
Beta:
- Linux
- Unix
- User settings
- Greater control over installed applications