bingo
An executable file manager written in Rust. It can add some executable files to the $HOME/.bingo/bin directory and invoke them by bingo run <name>.
Install
# install by cargo
You also can find in release page and download it.
Usage
add a new executable file
bingo can copy or link an executable file to the $HOME/.bingo/bin directory. if you don't specify the name, bingo will use the file name as the name
# or
run an executable file
use bingo run <name>/bingo r <name> to run an executable file, or run it directly by bingo <name>, if <name> is same as bingo's subcommands, like ls, only bingo run <name> works.
# or run it d
rename an executable file
delete an executable file
only file in $HOMW/.bingo/bin can be removed, the original executable file won't be deleted.
list all executable files