xdrc

Crates.ioxdrc
lib.rsxdrc
version0.1.0
sourcesrc
created_at2022-01-22 15:42:33.075409
updated_at2022-01-22 15:42:33.075409
descriptionAn overkill way of making bash aliases
homepagehttps://github.com/nbittich/xdrc
repository
max_upload_size
id519194
size18,943
Nordine Bittich (nbittich)

documentation

README

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
Commit count: 0

cargo fmt