XDRC
overkill way of making aliases
How to
- e.g given the following directory
$HOME/my-projects/project-docker - run the following command to add a shortcut for docker-compose:
xdrc a up docker-compose up -d- where
upis the key, the rest is the command to run
- where
- to check which commands you have within that dir:
xdrc i - to execute a saved command:
xdrc r up - to delete a saved command:
xdrc d up - A file
.xdrc.jsonshould be created in$HOME/my-projects/project-docker. It is used to store your commands