taskshell icon indicating copy to clipboard operation
taskshell copied to clipboard

Is there a config option to automatically list the tasks after every command?

Open dbwest opened this issue 6 years ago • 3 comments

This would be a useful configuration option.

dbwest avatar Mar 07 '19 01:03 dbwest

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.

insanerwayner avatar Jul 06 '20 13:07 insanerwayner

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.

insanerwayner avatar Jul 08 '20 13:07 insanerwayner

Ignore my last comment. Apparently that's default behavior without the alias..

insanerwayner avatar Jul 08 '20 16:07 insanerwayner