Skip to content
#

rust-cli

Here are 90 public repositories matching this topic...

xshe
superatomic
superatomic commented May 23, 2022

The environment variable $XSHE_FILE should be able to set where xshe checks for its configuration file if none of the flags -p, -t, or -f are set.

Right now, the program checks locations in this order:

  • $XDG_CONFIG_HOME/xshe.toml, if $XDG_CONFIG_HOME is set.
  • ~/.config/xshe.toml.

The desired behavior is add the following check before the other 2:

  • $XSHE_FILE, if `$XSH
enhancement good first issue feature

Improve this page

Add a description, image, and links to the rust-cli topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rust-cli topic, visit your repo's landing page and select "manage topics."

Learn more