taskshell
taskshell copied to clipboard
Is there a config option to automatically list the tasks after every command?
This would be a useful configuration option.
Or if when you press enter without a command it runs the default task command. So if next is the default command, you get that list of tasks. In addition having an option to have the default command run on first launch instead of the help dialog.
This is what I've done to work around this. I added an empty alias for my next report:
alias.=next
So when in tasksh I have to do one space then press enter and it will list my tasks. Not sure what side effects this may have though.
Ignore my last comment. Apparently that's default behavior without the alias..