From af8ef333c71b97a95e88a1302ace268a15e6e8c5 Mon Sep 17 00:00:00 2001 From: xatier Date: Wed, 20 Sep 2023 04:05:11 -0500 Subject: [PATCH] feat(bashrc): add jagger shortcut --- bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 6097cde..9a8bd7c 100644 --- a/bashrc +++ b/bashrc @@ -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' @@ -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