From: Kamack38 <64226248+kamack38@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:26:42 +0000 (+0200) Subject: feat: 🎸 Add carbon-now-cli to programs (#148) X-Git-Tag: v0.2.0.2~164 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b62bb6b9a67a77beebfe28e446811cd1b43c8ab0?ds=sidebyside feat: 🎸 Add carbon-now-cli to programs (#148) --- diff --git a/programs/carbon-now-cli.json b/programs/carbon-now-cli.json new file mode 100644 index 0000000..b90ee0a --- /dev/null +++ b/programs/carbon-now-cli.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.carbon-now.json", + "movable": true, + "help": "Alias carbon-now to use a custom configuration file location:\n\n```bash\nalias carbon-now=carbon-now --config=\"$XDG_CONFIG_HOME/carbon-now.json\"\n```\n" + } + ], + "name": "carbon-now-cli" +}