wilson is my tiny command line based assistant
just put .wilsonrc on your home and add your commands
foo@bar:$ wilson start service-name
alias->command
example:
help->cat ~/.wilsonrc
when you type: wilson help
it will run command: cat ~/.wilsonrc
alias {}->command {}
example:
start {}->systemctl start {}
when you type: wilson start service-name
it will replace {} with service-name
for more please read wilsonrc and source code