tasknc icon indicating copy to clipboard operation
tasknc copied to clipboard

ncurses wrapper around taskwarrior

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

On ncurses-6.3 the build fails as: src/keys.c:122:6: error: 'KEY_EVENT' undeclared here (not in a function); did you mean 'KEY_SLEFT'? 122 | {KEY_EVENT, "event"}, | ^~~~~~~~~ | KEY_SLEFT ncurses-6.3 deprecated KEY_EVENT...

Just installed tasknc (v0.8 by mjheagle) with pacman and cloning the repo. When I run on command line it does nothing, doesn't return, doesn't echo nothing to screen. After a...

with window split, task info is displayed (to the right or below, respectively) while the selection bar stays on tasklist.

to have tasknc "watch" task source files, and to reload immediately after any change

starts tasknc with filter invoked. Subsequent use of 'f' filter replaces/ clears that filter.

and (where logical) subsequent commands apply to all selected tasks

With a task selected, hit 'm' and be prompted for task modifications. (does this exist, and I somehow missed it?)

Hi, I'm maintaining the `tasknc` nixpkgs package definition and when updating to the latest release I get the following build error: ``` pod2man --section=1 --center="tasknc Manual" --name="tasknc" --release="tasknc 0.8" README.pod...