Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grv07 authored Nov 20, 2020
1 parent 99bbd31 commit 559bec0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# quick-alias

quick-alias will be usefull for creating aliases for part of the command or full command.<br>

All of the alias mapping will be store in toml file on user machine. <br>

User can add/remove these aliasing via command.<br>

Example:<br>
===== qa.toml ==== <br>
`bb: bazel build` <br>
`db_path: my/db/path/here/` <br>
`merge_path: merge/path/here/` <br>
===== /qa.toml ===

Now you can use it as `qa {bb} {db_path}/new/{merge_path}`<br>

`qa {bb} {db_path}/new/{merge_path} => bazel build my/db/path/here/new/my/merge/path/here/` <br>

0 comments on commit 559bec0

Please sign in to comment.