out-of-cheese-error / the-way

A code snippets manager for your terminal.
MIT License
352 stars 16 forks source link

Don't save github access token if environment variable set #133

Closed Ninjani closed 2 years ago

Ninjani commented 2 years ago

if THE_WAY_GITHUB_TOKEN set, use that and don't save to config file if token not in environment variable or in config file, ask user to enter token and ask again to save it to config file

Closes #132