akcess icon indicating copy to clipboard operation
akcess copied to clipboard

How do I know where the config file is present, without looking into the code

Open viveksinghggits opened this issue 2 years ago • 1 comments

To maintain some state, akcess manages a config file that gets created either in $HOME/.akcess/config or /tmp/.akcess/config based on wheter $HOME is set of not. We should have a way to tell users where the file was created. Some of the things that should be considered while implementing are

  • There are chances that initially the $HOME env var was not set, but has been set now
  • If the config file is present at both location, what should be done

viveksinghggits avatar Mar 18 '22 10:03 viveksinghggits

I think we should output where the config file is present as output of version command.

akcess version
0.0.4

viveksinghggits avatar May 02 '23 08:05 viveksinghggits