taskshell icon indicating copy to clipboard operation
taskshell copied to clipboard

Tasksh is a shell for Taskwarrior

Results 26 taskshell issues
Sort by recently updated
recently updated
newest added

Currently color values are hardcoded. To make matter worse the used colors make assumptions about user terminal colors. Resulting text can be unreadable. Suggestion: Don't use terminal color values at...

Analogous to the main tasksh prompt that can be exited via `Ctrl+D`, the review prompt should also exit when pressind `Ctrl+D`, dropping the user to the main prompt.

tasksh doesn't behave like almost every other shell wrt. `Ctrl+C`. I would expect it to cancel non-interactive tasks (e.g. `! long-running-shell-command`) and return the user to the last interactive prompt....

It would be nice if I could do modify a task with `m +tag (Enter)` instead of `m (Enter) +tag (Enter)`.

Steps to reproduce: 1. Download tarball from either taskwarrior.org (https://taskwarrior.org/download/tasksh-1.2.0.tar.gz) or from github releases tab. 2. `tar xzf tasksh-1.2.0.tar.gz; cd tasksh-1.2.0; cmake .` Expected result: cmake works Actual result: ```...

`task` has the `annotate` command. I would consider a shortcut (maybe `a`) in the review mode of `tasksh` very useful that would allow to annotate a task. Currently this is...

Hello, I have the same problem again: https://github.com/GothenburgBitFactory/taskshell/issues/36 git clone --recursive -b 1.3.0 https://git.tasktools.org/EX/tasksh.git is timing out, and git clone --recursive -b 1.3.0 https://github.com/GothenburgBitFactory/taskshell clones ok, and generates ok, but...

#### To report a bug... * What command(s) did you run? `tasksh> start 34` * What did you expect to happen? the task would start * What actually happened? the...

``` tasksh> review 30 ``` works if `0` is the last element before pressing enter. but if `0` is followed by a space (or multiple spaces) the number ( `30`...