Skip to content

mpfluger/bex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bex

Ever forget the sed one-liner to remove double newlines? Or the parameters to create an SSH tunnel? Bex is a very simple tool to remember your favorite commands and the command line switches you like to call them with. It comes with a small set of sane defaults and the rest is up to you. Enjoy ;)

Install

Create a symbolic link to bex in some folder in your $PATH:

ln -s $(pwd)/bex /usr/local/bin/bex

Run

Lookup a command:

bex command

Edit/create the bex file for command:

bex -e command

List all bexs:

bex -l

Help

bex -h

Configure

You can set your favorite editor in the top part of bex. Just change the EDITOR variable.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages