feature request: config file
Closed this issue · 2 comments
it would be nice to have a file config (like the standard .config/amzsear/config ) where you can put at least the default region and other options like verbose level.
Hi KarlFiabeschi,
Thanks for the recommendation! A config file or some sort of amzrc file was considered in the v2 release however it was deemed unnecessary because simple settings like the ones you've mentioned can easily be defaulted by using an alias in your bashrc or bash_profile file. We felt that creating a separate config file would overcomplicate and a bash solution is simpler. For example, to always use the UK region:
alias amzsear="amzsear -r UK"
Let me know how this goes for you! Cheers.
yep i know i can alias obv, but i love the dotfiles philosophy. :)