-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconfig
More file actions
49 lines (37 loc) · 1.08 KB
/
config
File metadata and controls
49 lines (37 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# tasknc config file
# by mjheagle
########
# time for ncurses cmds (getch) to expire (in ms)
set curs_timeout 200
# time for statusbar messages to expire (in s)
set statusbar_timeout 2
# formats
set title_format "$program_name ($selected_line/$task_count) ?$filter_string?filter=$filter_string? ? $> $date"
set task_format "$-3index $project $description $> ?$due?$due?$-6priority?"
# priority modifications
bind tasklist L modify pri:L
bind tasklist M modify pri:M
bind tasklist H modify pri:H
bind tasklist C modify pri:
# question mark for help
bind tasklist ? help
bind pager ? help
# sort with o like mutt
bind tasklist o sort
bind tasklist O sort drpu
unbind tasklist s
# predefined sorts
bind tasklist N sort n
bind tasklist P sort pu
bind tasklist D sort drpu
# stats with S
bind tasklist S stats
# clear filters
bind tasklist F filter status:pending
# show only tasknc
bind tasklist t filter status:pending pro:tasknc
# toggle start
bind tasklist s toggle_start
# color rules
color task -1 1 ~t ~S
color task 6 1 ~t ~s