From: Hitesh Aggarwal Date: Sun, 21 May 2023 05:48:45 +0000 (+0530) Subject: added pinfo support X-Git-Tag: v0.2.0.2~49^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/91150cbfad7d30197ee88f4bb3fae3af9471da4e?ds=sidebyside added pinfo support --- diff --git a/programs/pinfo.json b/programs/pinfo.json new file mode 100644 index 0000000..ff2eb2c --- /dev/null +++ b/programs/pinfo.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "help": "Move .pinforc to $XDG_CONFIG_HOME/pinfo/pinforc\nand set this alias in your shell\n\nalias pinfo='pinfo --rcfile=$HOME/.config/pinfo/pinforc'\n", + "movable": true, + "path": "$HOME/.pinforc" + } + ], + "name": "pinfo" +}