thirteenpylons / logstuff

logstuff instead of filling your IDEs tabs.
MIT License
2 stars 1 forks source link

Fix external use file extension capabilities #8

Open thirteenpylons opened 2 years ago

thirteenpylons commented 2 years ago

This should be defaulted to .txt and have the capability to be changed. Changes should be stored in config.ini and pulled from this file. When the config.ini file is built the default should be stored as .txt and changed when user calls --extension [extension].

thirteenpylons commented 2 years ago

When the user changes the extension should it revert back to the default after use? If so why store it in the config?

thirteenpylons commented 2 years ago

have this use at run... python3 logstuff --extension [extension] \r $logstuff runs with extension changed to arg.

...after runtime revert back to .txt as default(.txt will be the default without flag to change). This would make it to where it doesn't have to store into the config.ini.