You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to optionally allow a default user to be set, which can be displayed by simply running octotui with no subcommand. I'm thinking of tools like neofetch and onefetch, which users run to gather information about themselves. The simplest usage for these tools is to run with no additional commands/arguments.
I think this could be stored in a config file like ~/.config/octotui/default-user. If the file is empty, and no arguments are passed, then the user is instructed to either put something in the file, or use octotui search. If the file is not empty, then octotui will automatically use the username in that file unlesssearch is used.
The text was updated successfully, but these errors were encountered:
I think it would be useful to optionally allow a default user to be set, which can be displayed by simply running
octotui
with no subcommand. I'm thinking of tools like neofetch and onefetch, which users run to gather information about themselves. The simplest usage for these tools is to run with no additional commands/arguments.I think this could be stored in a config file like
~/.config/octotui/default-user
. If the file is empty, and no arguments are passed, then the user is instructed to either put something in the file, or useoctotui search
. If the file is not empty, then octotui will automatically use the username in that file unlesssearch
is used.The text was updated successfully, but these errors were encountered: