xeruf
|
29ef9634a4
|
docs(readme): add collaboration convention
|
2024-12-06 20:52:11 +01:00 |
xeruf
|
6362718aa7
|
docs(readme): reorder for gentler introduction
|
2024-12-06 12:00:17 +01:00 |
xeruf
|
360b44e64e
|
docs: miniscule adjustments
|
2024-11-18 14:44:07 +01:00 |
xeruf
|
b9f1d461fb
|
feat(main): save keys in system keychain
|
2024-11-12 19:52:05 +01:00 |
xeruf
|
cc1e9d4d69
|
docs(readme): beta hints
|
2024-11-10 20:29:09 +01:00 |
xeruf
|
60b33b1dd3
|
fix: make bookmark and priority filter commands more consistent
|
2024-11-10 20:19:02 +01:00 |
xeruf
|
e9bee3c114
|
feat: allow setting priority context for creating tasks
|
2024-11-09 19:18:42 +01:00 |
xeruf
|
dc8df51e0f
|
fix: slight interaction and documentation improvements
|
2024-11-09 18:02:33 +01:00 |
xeruf
|
f33d890d7f
|
feat: implement priority parsing from task string
|
2024-11-09 17:06:20 +01:00 |
xeruf
|
dd78a2f460
|
fix(tasks): revamp tag delimiter in task creation syntax
Prevent accidental interpretation of title parts as tags
|
2024-11-08 12:15:32 +01:00 |
xeruf
|
2053f045b2
|
fix(helpers): add one second to displayed timestamp to produce round times on stopping
Internally, tracking is stopped one second earlier
to prevent random accidental overlaps.
This brings the interface in line with the user input.
|
2024-11-08 11:35:07 +01:00 |
xeruf
|
baf93bd788
|
docs(readme): notes about interfaces
|
2024-10-18 18:14:24 +02:00 |
xeruf
|
c2f775e891
|
docs(tasks): expand documentation a bit
|
2024-10-03 13:39:52 +02:00 |
xeruf
|
96ca945263
|
feat: allow viewing tracking history for user
|
2024-09-23 13:51:16 +02:00 |
xeruf
|
d4bca1c26f
|
feat: deferred state updates
|
2024-09-23 08:50:12 +02:00 |
xeruf
|
945eb6906a
|
feat: add ability to schedule any action
|
2024-09-22 20:05:05 +02:00 |
xeruf
|
ddb68f7107
|
feat: recognize hashtags in task name
|
2024-09-14 15:53:27 +03:00 |
xeruf
|
593ebcddca
|
feat(main): make empty / go to root
|
2024-09-07 16:06:59 +03:00 |
xeruf
|
d1ae0f5458
|
docs(readme): enhance command documentation
|
2024-08-29 22:15:59 +03:00 |
xeruf
|
dd5aaf71d2
|
feat: enable moving back through history with &
|
2024-08-29 11:50:34 +03:00 |
xeruf
|
01305c5a78
|
feat: more adaptive tag filtering
Make tag exclusions more persistent
|
2024-08-27 12:02:45 +03:00 |
xeruf
|
75a5f27843
|
feat(main): allow creating multiple task at once with newlines
|
2024-08-24 21:01:07 +03:00 |
xeruf
|
126bd8cf81
|
fix: move from std::sync fully to tokio
Fixes Relay adding
Closes https://github.com/rust-nostr/nostr/issues/533
|
2024-08-20 14:29:09 +03:00 |
xeruf
|
f98486f012
|
docs: small updates
|
2024-08-20 13:51:23 +03:00 |
xeruf
|
2255abc1b8
|
docs: unify property columns documentation
|
2024-08-18 21:54:48 +03:00 |
xeruf
|
903536bd3b
|
docs: some helpful comments
|
2024-08-18 21:37:39 +03:00 |
xeruf
|
43278a6631
|
feat(tasks): interpret plain numbers as minutes and strip prefixes
|
2024-08-15 13:22:16 +03:00 |
xeruf
|
fcd5e9c0c9
|
feat(tasks): employ time parsing libraries for tracking offsets
|
2024-08-15 12:21:32 +03:00 |
xeruf
|
930c6b9c38
|
fix: improve task filtering, especially with slash
- smart case
- substring match
- less movement needed
|
2024-08-15 10:33:06 +03:00 |
xeruf
|
3eefbad6d5
|
feat: allow setting multiple tag filters at once
|
2024-08-14 19:42:58 +03:00 |
xeruf
|
1e0cc319b8
|
docs: expand Readme and adjust code comments
|
2024-08-14 15:59:43 +03:00 |
xeruf
|
85b923edc8
|
feat: enable creating dependent sibling task
|
2024-08-12 23:06:49 +03:00 |
xeruf
|
8f3552aeba
|
feat: move up after setting state manually
|
2024-08-12 11:57:21 +03:00 |
xeruf
|
c83d8a2f55
|
feat(tasks): option to fully set sorting
|
2024-08-11 12:05:29 +03:00 |
xeruf
|
dda969e08b
|
feat: integrate progress and dependencies into state property
|
2024-08-10 21:27:47 +03:00 |
xeruf
|
9fbe3e27cb
|
feat: implement task stopping shortcut
|
2024-08-10 21:27:41 +03:00 |
xeruf
|
ae2172c8f2
|
feat(main): properly apply input trimming
|
2024-08-10 18:11:42 +03:00 |
xeruf
|
b03ad00b6a
|
feat: quick filter for all task states
|
2024-08-10 15:44:52 +03:00 |
xeruf
|
c48355e5da
|
feat(task): parse dependees
|
2024-08-09 20:53:30 +03:00 |
xeruf
|
7a8a048d6c
|
feat: add procedures for dependency lists
|
2024-08-08 21:10:17 +03:00 |
xeruf
|
43c62bf742
|
feat: list existing tracked times
|
2024-08-08 15:09:39 +03:00 |
xeruf
|
6b7b6b91a8
|
feat: hashtag list and quick filter override
|
2024-08-08 13:04:22 +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
|
a2505e94fb
|
feat: allow timetracking with date specifier
|
2024-08-02 20:40:42 +03:00 |
xeruf
|
bf802e3195
|
feat: filter with slash
|
2024-08-01 21:40:15 +03:00 |
xeruf
|
7f34a888f3
|
feat: make tags sticky and allow manual removal
|
2024-08-01 20:12:04 +03:00 |
xeruf
|
256c86e06f
|
fix: move text notes to comma key
|
2024-08-01 20:04:56 +03:00 |
xeruf
|
a9509fd4f2
|
feat: fold repeated time tracking events
|
2024-08-01 20:00:45 +03:00 |