From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Mon, 8 Aug 2022 05:04:35 +0000 (+0200) Subject: add support to cassandra cqlsh (#152) (#153) X-Git-Tag: v0.2.0.2~159 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3e1e983bf4184c5610d723681ee929d833736a43?ds=sidebyside add support to cassandra cqlsh (#152) (#153) --- diff --git a/programs/cassandra-cqlsh.json b/programs/cassandra-cqlsh.json new file mode 100644 index 0000000..33e626a --- /dev/null +++ b/programs/cassandra-cqlsh.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "path": "$HOME/.cassandra/cqlshrc", + "movable": true, + "help": "Alias cqlsh to use a custom configuration location:\n\n```bash\nalias cqlsh=\"cqlsh --cqlshrc=$XDG_CONFIG_HOME/cassandra/cqlshrc\"\n```\n" + }, + { + "path": "$HOME/.cassandra/cqlsh_history", + "movable": true, + "help": "Supported since version _6.20_. Export the following environment variables:\n\n```bash\nexport CQL_HISTORY=\"$XDG_DATA_HOME/cassandra/cqlsh_history\"\n```\n" + } + ], + "name": "cassandra-cqlsh" +}