Commit Graph

  • a4f9398846 fix: simplify tracking functions xeruf 2024-08-19 11:45:12 +0300
  • 416a7f195d feat: format visible time tracking history xeruf 2024-08-19 11:27:12 +0300
  • f8375cf879 refactor(task): state kind numbers as enum values xeruf 2024-08-18 22:47:03 +0300
  • 8bf305d4d4 fix: only show default state for proper tasks xeruf 2024-08-18 22:43:14 +0300
  • eaeeebca7b feat: add notes as stateless tasks xeruf 2024-08-18 22:24:14 +0300
  • 2255abc1b8 docs: unify property columns documentation xeruf 2024-08-18 21:54:05 +0300
  • 19d0fbb8fc feat(task): expose remaining relevant event properties xeruf 2024-08-18 21:38:20 +0300
  • 903536bd3b docs: some helpful comments xeruf 2024-08-18 21:37:39 +0300
  • 86654c8348 feat: show named task authors xeruf 2024-08-18 21:33:04 +0300
  • d88cae4273 feat(main): enable filtering by author xeruf 2024-08-16 21:58:38 +0300
  • 9ad1243078 fix(main): better messages for background thread operations xeruf 2024-08-16 17:46:04 +0300
  • 2fac3fd8f8 refactor(tasks): resolve recursive tasks without intermediate collections xeruf 2024-08-16 09:45:35 +0300
  • 34540370c3 refactor(main): small cleanups xeruf 2024-08-15 15:50:58 +0300
  • 43278a6631 feat(tasks): interpret plain numbers as minutes and strip prefixes xeruf 2024-08-15 13:16:14 +0300
  • 9c0a688297 fix(tasks): prevent tracking invalid times xeruf 2024-08-15 13:12:42 +0300
  • fcd5e9c0c9 feat(tasks): employ time parsing libraries for tracking offsets xeruf 2024-08-15 12:21:21 +0300
  • 3e056eb2b6 feat: feedback when filter does not match xeruf 2024-08-15 10:33:52 +0300
  • 930c6b9c38 fix: improve task filtering, especially with slash xeruf 2024-08-15 10:16:40 +0300
  • c93b2f2d91 feat(main): enhance prompt formatting xeruf 2024-08-15 09:31:49 +0300
  • 0253b00c61 feat(tasks): display tracking since for current task xeruf 2024-08-14 22:12:43 +0300
  • 957422f767 feat: localize nostr Timestamps consistently xeruf 2024-08-14 21:49:36 +0300
  • 3eefbad6d5 feat: allow setting multiple tag filters at once xeruf 2024-08-14 19:42:58 +0300
  • b544616801 test(tasks): small rearrangements xeruf 2024-08-14 16:00:03 +0300
  • 1e0cc319b8 docs: expand Readme and adjust code comments xeruf 2024-08-14 15:59:43 +0300
  • 8588fb9a04 refactor(main): improved debug output xeruf 2024-08-14 15:56:40 +0300
  • bbfbb2d8b0 fix(main): better feedback on url parse error xeruf 2024-08-14 15:40:15 +0300
  • f5aca3eca8 fix(main): better feedback after adjusting timetracking xeruf 2024-08-14 15:36:54 +0300
  • be582cb536 fix(main): revamp prompt formatting xeruf 2024-08-14 15:33:50 +0300
  • 68d5c101e9 feat(main): enable switching to new relay while running xeruf 2024-08-14 15:32:42 +0300
  • 45b8f9cf0f feat(main): define MostrMessage type for inter-thread channel xeruf 2024-08-13 21:35:35 +0300
  • ae4d315d87 fix: small sorting adjustment xeruf 2024-08-13 21:32:45 +0300
  • 66af6af0ab fix(main): do not superfluously move in place xeruf 2024-08-13 21:31:06 +0300
  • a059ff1c3e refactor(main): define timeout delays as constants xeruf 2024-08-13 21:29:55 +0300
  • 6cb2d47a8d feat(main): advanced logger instantiation xeruf 2024-08-13 21:24:25 +0300
  • 6d4666c12d feat(tasks): improve visible tasks summary xeruf 2024-08-13 11:59:57 +0300
  • c67ef3b119 feat(main): batch up messages for relays xeruf 2024-08-13 11:54:14 +0300
  • 619bcfbbad feat(tasks): generate tree from iterator xeruf 2024-08-12 23:07:39 +0300
  • 85b923edc8 feat: enable creating dependent sibling task xeruf 2024-08-12 23:02:50 +0300
  • 9f84fd7ef1 refactor(tasks): find task tree as references xeruf 2024-08-12 12:17:03 +0300
  • 67a19d61f2 feat(tasks): implement fallback for finding task children xeruf 2024-08-12 12:09:46 +0300
  • 8f3552aeba feat: move up after setting state manually xeruf 2024-08-12 11:57:21 +0300
  • b3d70ab0b7 feat(tasks): enable excluding tags from view xeruf 2024-08-11 12:28:08 +0300
  • c83d8a2f55 feat(tasks): option to fully set sorting xeruf 2024-08-11 12:05:29 +0300
  • a7d02e60b2 feat(tasks): make sorting by property customizable xeruf 2024-08-11 10:58:34 +0300
  • 55792ca34f feat(tasks): sorting by property xeruf 2024-08-11 10:01:46 +0300
  • dda969e08b feat: integrate progress and dependencies into state property xeruf 2024-08-10 21:25:46 +0300
  • dcf333353b fix(tasks): ignore future stamps in time-tracking summation xeruf 2024-08-10 21:17:07 +0300
  • 15bd21059d fix: show currently running timetracking for task xeruf 2024-08-10 21:04:13 +0300
  • 9fbe3e27cb feat: implement task stopping shortcut xeruf 2024-08-10 20:48:57 +0300
  • 06bfe8e18a fix(task): properly parse str into State xeruf 2024-08-10 18:16:21 +0300
  • b74ac18e39 style: reformat and remove leftover debug print xeruf 2024-08-10 18:12:31 +0300
  • ae2172c8f2 feat(main): properly apply input trimming xeruf 2024-08-10 18:10:40 +0300
  • b03ad00b6a feat: quick filter for all task states xeruf 2024-08-10 15:44:52 +0300
  • ff74ac216b feat(task): colorize state property xeruf 2024-08-10 15:14:09 +0300
  • c48355e5da feat(task): parse dependees xeruf 2024-08-09 20:53:30 +0300
  • 7a8a048d6c feat: add procedures for dependency lists xeruf 2024-08-08 21:10:17 +0300
  • c492d64d9e style: align command match branches xeruf 2024-08-08 18:16:25 +0300
  • b62ec6fd39 feat: summarize time tracked on visible tasks xeruf 2024-08-08 15:14:04 +0300
  • 43c62bf742 feat: list existing tracked times xeruf 2024-08-08 15:09:39 +0300
  • 79b42b8df0 style: reformat code xeruf 2024-08-08 13:52:02 +0300
  • a3a732879f feat(tasks): don't create tasks from typos xeruf 2024-08-08 13:04:52 +0300
  • 6b7b6b91a8 feat: hashtag list and quick filter override xeruf 2024-08-08 13:04:22 +0300
  • 08b0ba48a3 feat: properly handle commands without argument xeruf 2024-08-08 00:18:34 +0300
  • 4180533844 fix(tasks): apply state to new tasks xeruf 2024-08-07 23:59:05 +0300
  • fca9b1492b fix(tasks): recursive time tracked format string xeruf 2024-08-07 15:04:57 +0300
  • 50ac994d21 docs: slight additions to readme and code comments xeruf 2024-08-07 15:04:18 +0300
  • 65207a1de2 feat: allow switching between initial relays xeruf 2024-08-07 15:03:29 +0300
  • 6932e1f257 feat: hide Tasks attributes for feedback logs and make column interaction 1-indexed xeruf 2024-08-07 00:06:09 +0300
  • b66089fc94 refactor: create helpers file xeruf 2024-08-06 23:01:59 +0300
  • f4f1b56f02 feat: info feedback on what you are doing xeruf 2024-08-06 22:11:34 +0300
  • b5b57b7ac9 fix: flush after backtrack xeruf 2024-08-06 17:57:01 +0300
  • db4f9ee8cb fix(tasks): test time-tracking including automatic back-tracking xeruf 2024-08-06 17:52:20 +0300
  • d950c13098 feat: migrate to nostr-sdk 0.33 xeruf 2024-08-06 11:34:18 +0300
  • a2505e94fb feat: allow timetracking with date specifier xeruf 2024-08-02 20:40:42 +0300
  • 8c2c279238 refactor: put kinds and helpers in own module xeruf 2024-08-02 14:43:39 +0300
  • aa468f80c5 test(tasks): separate test cases xeruf 2024-08-02 14:31:28 +0300
  • 55d856c75d feat: info message on task creation xeruf 2024-08-02 14:31:00 +0300
  • e16e21a477 feat(main): collapse more time tracking events through soft flushing xeruf 2024-08-02 14:29:52 +0300
  • 9619435c03 fix(tasks): time display format replacements xeruf 2024-08-02 11:13:36 +0300
  • bf802e3195 feat: filter with slash xeruf 2024-08-01 21:40:15 +0300
  • 03f9e60c6f feat: activate perfect match and filter without dot xeruf 2024-08-01 21:11:33 +0300
  • 5b05c53947 fix: task progress percentage xeruf 2024-08-01 20:40:55 +0300
  • 7f34a888f3 feat: make tags sticky and allow manual removal xeruf 2024-08-01 20:12:04 +0300
  • 256c86e06f fix: move text notes to comma key xeruf 2024-08-01 20:04:56 +0300
  • a9509fd4f2 feat: fold repeated time tracking events xeruf 2024-08-01 20:00:45 +0300
  • 36fe58d3f3 fix(tasks): time tracking within current session xeruf 2024-08-01 19:47:50 +0300
  • 14dcc8f0ff fix(tasks): comment persistence xeruf 2024-08-01 19:18:46 +0300
  • 486cbb1ab4 feat: undo function with @ xeruf 2024-08-01 14:07:40 +0300
  • afd6f2f77a style: reformat xeruf 2024-07-31 20:08:33 +0300
  • 03263840ac fix(tasks): no decimal point for progress percentage xeruf 2024-07-31 20:06:16 +0300
  • 5c7793f4a3 feat: revamp time tracking with own kind xeruf 2024-07-31 20:05:52 +0300
  • 484c05dbee release: 0.3.0 xeruf 2024-07-31 16:34:23 +0300
  • e5953c63b4 fix: list properties instead of adding blank column xeruf 2024-07-30 21:19:41 +0300
  • 74464241ec docs: explain implemented and planned concepts xeruf 2024-07-30 21:04:54 +0300
  • 3652f0d39f refactor: state-kind conversion xeruf 2024-07-30 20:25:27 +0300
  • 97450591e3 feat: TaskProgress accumulation struct taskprogress-recursive xeruf 2024-07-30 17:21:03 +0300
  • 320575e9c3 refactor: reformat and inline hints xeruf 2024-07-30 17:13:29 +0300
  • c848a4797c feat: implement recursive task progress and subtask completion count xeruf 2024-07-30 17:11:43 +0300
  • 50cc8de6a2 feat: hide time if empty xeruf 2024-07-30 09:37:12 +0300
  • fbbdd5eef8 feat: separate description specifiers xeruf 2024-07-30 09:09:54 +0300