rmartin16 / qbittorrentui

text user interface for qbittorrent
MIT License
47 stars 4 forks source link

Is there a default config location? #11

Open 909oce opened 1 month ago

909oce commented 1 month ago

Hey, I've just switched over to this from QT version of QBT, as I personally prefer TUI applications. I've currently made localhost.ini and put my details in which all works perfectly. I was hoping to see if there was a default location / default filename the program checks on startup, or if the only way is to use --config_file. Currently I have an alias set for using the config file.

rmartin16 commented 1 month ago

There isn't currently; it can only use a configuration file specified via -c/--config_file. However, that's a reasonable enhancement.