Skip to content

nbittich/xdrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 up is the key, the rest is the command to run
  • 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.json should be created in $HOME/my-projects/project-docker. It is used to store your commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages