Skip to content

Commit

Permalink
feat(bashrc): add jagger shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Sep 20, 2023
1 parent 7edeff4 commit af8ef33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ alias gti='git'
alias hx='helix'
alias ipy='ipython'
alias ivm='vim'
alias j='jagger'
alias open='xdg-open'
alias pbcopy='xclip -selection clipboard'
alias py='python'
Expand Down Expand Up @@ -455,6 +456,11 @@ write-good-check() {
podman run --rm -v "$PWD:/app:ro" ghcr.io/xatier/write-good:latest "$@"
}

jagger() {
# https://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jagger/
echo "$@" | podman run --rm -i xatier/jagger:latest
}

screenshot() {
# https://github.com/lupoDharkael/flameshot
flameshot gui -d 3000
Expand Down

0 comments on commit af8ef33

Please sign in to comment.