Skip to content

Latest commit

 

History

History
executable file
·
40 lines (22 loc) · 562 Bytes

README.md

File metadata and controls

executable file
·
40 lines (22 loc) · 562 Bytes

Wilson

Wilson

wilson is my tiny command line based assistant

just put .wilsonrc on your home and add your commands

Manage services

foo@bar:$ wilson start service-name

Config file

syntax

alias->command

example:

help->cat ~/.wilsonrc

when you type: wilson help

it will run command: cat ~/.wilsonrc

parameter placeholder

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