VeryGoodOpenSource / very_good_cli

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄

Home Page:http://cli.vgv.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: Dont clutter my `$HOME`

bartekpacia opened this issue · comments

Description

very_good_cli creates the .very-good-cli file in my ~ that's used for Google Analytics setup, and I don't see any option on how to turn this off or change the location of the file.

I'd like very_good_cli to follow the XDG Base Directory Specification.

Steps To Reproduce

Run the tool and either accept or deny Google Analytics. Observe that the .very-good-cli file is created in $HOME.

Expected Behavior

File should be created in the XDG_CONFIG_HOME (in ~/.config/very_good_cli/.very-good-cli).

Hi @bartekpacia ! Thanks for opening an issue 💙.

I think this might be related to VeryGoodOpenSource/cli_completion#47.

Yup, kinda related :) This one is about the GA analytics settings file.

commented

it is not related to VeryGoodOpenSource/cli_completion#47 since cli completion already uses XDG_CONFIG_HOME