• Joined on 2022-07-06
janek pushed to main at janek/mostr 2024-07-29 13:20:54 +00:00
8d2cf29b83 fix(tasks): properly handle whitespace in task creation
1824de8d69 refactor(task): cache parent id
Compare 2 commits »
janek pushed to main at janek/mostr 2024-07-29 11:21:04 +00:00
14575813c7 docs: update README
janek pushed to main at janek/mostr 2024-07-29 11:19:59 +00:00
66fc702538 fix(task): omit duplicated state name
1251f54789 fix(task): omit tags referencing events in property getter
eb7e571f1e fix(task): update tracked time while task is active
cdd6981bf6 feat(main): fallback to case-insensitive filter
e255ce0676 feat: correctly display path for unnamed and unknown tasks
Compare 6 commits »
janek pushed to main at janek/mostr 2024-07-29 09:15:01 +00:00
75d73ab77b feat(main): enable manual state updates
janek pushed to main at janek/mostr 2024-07-29 08:15:37 +00:00
6de7920af1 feat(main): enable manual state updates
8e7b8d3e66 fix(main): prevent overrunning string index on column edits
b71916c905 feat(task): match state filter case-insensitively
5d6b2a2dcb feat(main): trim input strings
5723151cfb feat: properly format tracked time
Compare 5 commits »
janek pushed to main at janek/mostr 2024-07-29 05:52:03 +00:00
b19f2a85d8 feat: properly format tracked time
janek pushed to main at janek/mostr 2024-07-27 19:43:49 +00:00
1b361355b0 feat(main): relay override by environment variable
93718aaf1e feat(main): interactively save and persist keys and relays
Compare 2 commits »
janek pushed to main at janek/mostr 2024-07-27 13:00:55 +00:00
4f4d9aa257 feat(main): interactively save and persist keys and relays
janek pushed to main at janek/dotfiles 2024-07-27 09:22:57 +00:00
b804819c6f config/git: improve aliases
janek pushed to main at janek/mostr 2024-07-26 18:52:03 +00:00
0db7b648c4 fix: update default columns
d511e9ca49 feat: enable filtering by state
54e870a93a feat(task): more accessors and modifiers
c2f1f54170 feat(main): dynamically specify relays
867ba917c0 refactor(task): return descriptions as references
Compare 7 commits »
janek pushed to main at janek/mostr 2024-07-25 19:51:22 +00:00
960a5210c6 docs: document tags property column
fd94de7149 feat: tags property column
ce7e015b02 feat: activating tags
Compare 3 commits »
janek pushed to main at janek/mostr 2024-07-25 19:13:38 +00:00
ed5e4d97d7 style: reorder tasks methods logically
81f226fa43 style: reformat all code
Compare 2 commits »
janek pushed to main at janek/dotfiles 2024-07-25 09:43:09 +00:00
cb4b56da96 config/git/prepare-commit-msg: remove file extension
c5382934e1 config/bash/aliases: update status and fix prompt exit code
Compare 2 commits »
janek pushed to main at janek/mostr 2024-07-25 08:35:51 +00:00
1d401e1c74 style: reformat all code
0c90086833 feat: text notes as descriptions
Compare 2 commits »
janek pushed to main at janek/mostr 2024-07-24 22:02:37 +00:00
daad3faddb docs: functionality reference
a1a94f402d feat: add relative path property
6ed2299ee0 feat: enable setting view depth
87cdecbeee feat: allow removing property column by index
860c3080b2 feat: toggle for recursive task view
Compare 6 commits »
janek pushed to main at janek/mostr 2024-07-24 13:26:31 +00:00
f3110564cd feat: separate output columns by tabulator
b30994c151 feat: live updates via mpsc
27324f8601 feat: key persistence and EventSender
72af6bfd61 feat: enable removing column by index
Compare 4 commits »
janek pushed to main at janek/mostr 2024-07-23 10:45:36 +00:00
ab28cf4fd7 feat: return Event from task state updates
a3f342d80a refactor: inline repl function
Compare 2 commits »
janek pushed to main at janek/mostr 2024-07-19 18:06:11 +00:00
9a2f3f8794 refactor: reformat
1ea34898d1 feat: fetch new events in session
3a444c3ac2 fix: automatically stop task tracking on close
c8463e6924 feat: properly load tasks from relay
Compare 4 commits »
janek pushed to main at janek/mostr 2024-07-19 06:53:12 +00:00
026915f870 feat: evaluate time tracked recursively
44ea79bc81 feat: intuitive name navigation and filtering
04ff65737a feat: task time column
91e04f2c16 feat: task path column
2dbfecc4c5 refactor: refactor task structs into own file
Compare 19 commits »
janek pushed to main at janek/mostr 2024-07-17 21:39:33 +00:00
d74c20fc04 Automatically move up a task on invalid input
a0c46b6ea1 Display nested tasks in prompt
Compare 2 commits »