A jj abbreviations plugin for Oh My Fish and Fisher heavily inspired by the fish plugin plugin-git
fisher:
fisher install kapsmudit/plugin-jjoh-my-fish:
omf install https://github.com/kapsmudit/plugin-jj| Abbreviation | Command |
|---|---|
| jst | jj status |
| jsh | jj show |
| jshs | jj show --summary |
| jl | jj log |
| jbm | jj bookmark move |
| jbm@ | jj bookmark move --to @ |
| jj bm | bookmark move |
| jcl | jj git clone --colocate |
| jclo | jj git clone --colocate --remote upstream |
| jd | jj desc |
| jdm | jj desc -m |
| jdf | jj diff |
| jdg | jj diff --git |
| je | jj edit |
| jj e | edit |
| jfa | jj git fetch --all-remotes |
| jf | jj git fetch |
| jp | jj git push |
| jpc | jj git push -c |
| jn | jj new |
| jna | jj new -A |
| jnb | jj new -B |
| jnn | jj new --no-edit |
| jnna | jj new --no-edit -A |
| jnnb | jj new --no-edit -B |
| jsq | jj squash |
| jgr | jj git remote |
| jgra | jj git remote add |
| jgrl | jj git remote list |
| jrb | jj rebase |
| ja | jj abandon |