Commit graph

158 commits

Author SHA1 Message Date
xeruf
08b0ba48a3 feat: properly handle commands without argument 2024-08-08 00:18:34 +03:00
xeruf
4180533844 fix(tasks): apply state to new tasks 2024-08-07 23:59:05 +03:00
xeruf
fca9b1492b fix(tasks): recursive time tracked format string 2024-08-07 15:04:57 +03:00
xeruf
50ac994d21 docs: slight additions to readme and code comments 2024-08-07 15:04:18 +03:00
xeruf
65207a1de2 feat: allow switching between initial relays 2024-08-07 15:03:29 +03:00
xeruf
6932e1f257 feat: hide Tasks attributes for feedback logs and make column interaction 1-indexed 2024-08-07 00:06:09 +03:00
xeruf
f4f1b56f02 feat: info feedback on what you are doing 2024-08-06 22:54:22 +03:00
xeruf
db4f9ee8cb fix(tasks): test time-tracking including automatic back-tracking 2024-08-06 17:52:31 +03:00
xeruf
d950c13098 feat: migrate to nostr-sdk 0.33 2024-08-06 11:34:18 +03:00
xeruf
a2505e94fb feat: allow timetracking with date specifier 2024-08-02 20:40:42 +03:00
xeruf
8c2c279238 refactor: put kinds and helpers in own module 2024-08-02 14:44:47 +03:00
xeruf
aa468f80c5 test(tasks): separate test cases 2024-08-02 14:31:28 +03:00
xeruf
55d856c75d feat: info message on task creation 2024-08-02 14:31:00 +03:00
xeruf
9619435c03 fix(tasks): time display format replacements 2024-08-02 11:13:36 +03:00
xeruf
bf802e3195 feat: filter with slash 2024-08-01 21:40:15 +03:00
xeruf
03f9e60c6f feat: activate perfect match and filter without dot 2024-08-01 21:11:33 +03:00
xeruf
5b05c53947 fix: task progress percentage 2024-08-01 20:40:55 +03:00
xeruf
7f34a888f3 feat: make tags sticky and allow manual removal 2024-08-01 20:12:04 +03:00
xeruf
a9509fd4f2 feat: fold repeated time tracking events 2024-08-01 20:00:45 +03:00
xeruf
36fe58d3f3 fix(tasks): time tracking within current session 2024-08-01 19:48:05 +03:00
xeruf
14dcc8f0ff fix(tasks): comment persistence 2024-08-01 19:18:46 +03:00
xeruf
486cbb1ab4 feat: undo function with @ 2024-08-01 19:10:58 +03:00
xeruf
afd6f2f77a style: reformat 2024-07-31 20:08:33 +03:00
xeruf
03263840ac fix(tasks): no decimal point for progress percentage 2024-07-31 20:07:20 +03:00
xeruf
5c7793f4a3 feat: revamp time tracking with own kind 2024-07-31 20:07:16 +03:00
xeruf
320575e9c3 refactor: reformat and inline hints 2024-07-30 17:13:29 +03:00
xeruf
c848a4797c feat: implement recursive task progress and subtask completion count 2024-07-30 17:11:43 +03:00
xeruf
50cc8de6a2 feat: hide time if empty 2024-07-30 09:37:12 +03:00
xeruf
f89615d8e4 style: reformat code 2024-07-30 09:03:55 +03:00
xeruf
b519d459db feat: nicely format current task information 2024-07-30 09:00:39 +03:00
xeruf
f8f0cf7570 feat(tasks): print info on currently selected task 2024-07-30 08:23:32 +03:00
xeruf
e7bfc720db fix(tasks): relative path last parent 2024-07-29 21:27:50 +03:00
xeruf
eb5117e21f feat: proper logging 2024-07-29 21:06:23 +03:00
xeruf
8d2cf29b83 fix(tasks): properly handle whitespace in task creation 2024-07-29 16:20:43 +03:00
xeruf
e255ce0676 feat: correctly display path for unnamed and unknown tasks 2024-07-29 13:32:47 +03:00
xeruf
98d921b941 feat(main): enable manual state updates 2024-07-29 13:28:39 +03:00
xeruf
5723151cfb feat: properly format tracked time 2024-07-29 09:19:23 +03:00
xeruf
0db7b648c4 fix: update default columns 2024-07-26 21:50:55 +03:00
xeruf
d511e9ca49 feat: enable filtering by state 2024-07-26 21:50:48 +03:00
xeruf
fd94de7149 feat: tags property column 2024-07-25 22:50:57 +03:00
xeruf
ce7e015b02 feat: activating tags 2024-07-25 22:40:35 +03:00
xeruf
ed5e4d97d7 style: reorder tasks methods logically 2024-07-25 22:10:01 +03:00
xeruf
81f226fa43 style: reformat all code 2024-07-25 22:09:24 +03:00
xeruf
0c90086833 feat: text notes as descriptions 2024-07-25 10:54:18 +03:00
xeruf
a1a94f402d feat: add relative path property 2024-07-25 00:52:03 +03:00
xeruf
6ed2299ee0 feat: enable setting view depth 2024-07-25 00:26:29 +03:00
xeruf
860c3080b2 feat: toggle for recursive task view 2024-07-24 21:11:36 +03:00
xeruf
f3110564cd feat: separate output columns by tabulator 2024-07-24 16:14:19 +03:00
xeruf
b30994c151 feat: live updates via mpsc 2024-07-24 16:12:57 +03:00
xeruf
ab28cf4fd7 feat: return Event from task state updates 2024-07-23 13:45:25 +03:00