forked from janek/mostr
1
0
Fork 0

Commit Graph

  • 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
  • f89615d8e4 style: reformat code xeruf 2024-07-30 09:02:56 +0300
  • b519d459db feat: nicely format current task information xeruf 2024-07-30 09:00:39 +0300
  • f8f0cf7570 feat(tasks): print info on currently selected task xeruf 2024-07-30 08:23:32 +0300
  • 18fca1d0f3 release: 0.2.0 xeruf 2024-07-29 22:56:30 +0300
  • e7bfc720db fix(tasks): relative path last parent xeruf 2024-07-29 21:27:50 +0300
  • eb5117e21f feat: proper logging xeruf 2024-07-29 21:06:23 +0300
  • 8d2cf29b83 fix(tasks): properly handle whitespace in task creation xeruf 2024-07-29 16:20:43 +0300
  • 1824de8d69 refactor(task): cache parent id xeruf 2024-07-29 16:13:40 +0300
  • 14575813c7 docs: update README xeruf 2024-07-29 14:20:49 +0300
  • 66fc702538 fix(task): omit duplicated state name xeruf 2024-07-29 14:16:37 +0300
  • 1251f54789 fix(task): omit tags referencing events in property getter xeruf 2024-07-29 14:13:32 +0300
  • eb7e571f1e fix(task): update tracked time while task is active xeruf 2024-07-29 14:01:33 +0300
  • cdd6981bf6 feat(main): fallback to case-insensitive filter xeruf 2024-07-29 13:37:05 +0300
  • e255ce0676 feat: correctly display path for unnamed and unknown tasks xeruf 2024-07-29 13:32:47 +0300
  • 98d921b941 feat(main): enable manual state updates xeruf 2024-07-29 11:15:13 +0300
  • 8e7b8d3e66 fix(main): prevent overrunning string index on column edits xeruf 2024-07-29 09:59:17 +0300
  • b71916c905 feat(task): match state filter case-insensitively xeruf 2024-07-29 09:43:01 +0300
  • 5d6b2a2dcb feat(main): trim input strings xeruf 2024-07-29 09:18:28 +0300
  • 5723151cfb feat: properly format tracked time xeruf 2024-07-28 11:37:36 +0300
  • 1b361355b0 feat(main): relay override by environment variable xeruf 2024-07-27 22:40:52 +0300
  • 93718aaf1e feat(main): interactively save and persist keys and relays xeruf 2024-07-27 16:00:43 +0300
  • 0db7b648c4 fix: update default columns xeruf 2024-07-26 21:50:55 +0300
  • d511e9ca49 feat: enable filtering by state xeruf 2024-07-26 21:45:29 +0300
  • 54e870a93a feat(task): more accessors and modifiers xeruf 2024-07-26 21:15:50 +0300
  • c2f1f54170 feat(main): dynamically specify relays xeruf 2024-07-26 12:58:09 +0300
  • 867ba917c0 refactor(task): return descriptions as references xeruf 2024-07-26 12:38:27 +0300
  • 4d9a496a1b chore: fill in Cargo.toml xeruf 2024-07-26 12:33:03 +0300
  • 79c3174f4f feat: enable state filtering xeruf 2024-07-26 11:07:47 +0300
  • 960a5210c6 docs: document tags property column xeruf 2024-07-25 22:51:12 +0300
  • fd94de7149 feat: tags property column xeruf 2024-07-25 22:50:57 +0300
  • ce7e015b02 feat: activating tags xeruf 2024-07-25 22:40:35 +0300
  • ed5e4d97d7 style: reorder tasks methods logically xeruf 2024-07-25 22:10:01 +0300
  • 81f226fa43 style: reformat all code xeruf 2024-07-25 10:55:29 +0300
  • 0c90086833 feat: text notes as descriptions xeruf 2024-07-25 10:50:53 +0300
  • daad3faddb docs: functionality reference xeruf 2024-07-25 01:02:26 +0300
  • a1a94f402d feat: add relative path property xeruf 2024-07-25 00:52:03 +0300
  • 6ed2299ee0 feat: enable setting view depth xeruf 2024-07-25 00:26:29 +0300
  • 87cdecbeee feat: allow removing property column by index xeruf 2024-07-25 00:15:20 +0300
  • 860c3080b2 feat: toggle for recursive task view xeruf 2024-07-24 21:11:36 +0300
  • ad65388979 style: slight stdout phrasing improvement xeruf 2024-07-24 19:11:08 +0300
  • f3110564cd feat: separate output columns by tabulator xeruf 2024-07-24 16:14:19 +0300
  • b30994c151 feat: live updates via mpsc xeruf 2024-07-24 16:03:34 +0300
  • 27324f8601 feat: key persistence and EventSender xeruf 2024-07-24 15:47:24 +0300
  • 72af6bfd61 feat: enable removing column by index xeruf 2024-07-23 23:04:55 +0300
  • ab28cf4fd7 feat: return Event from task state updates xeruf 2024-07-23 13:45:25 +0300
  • a3f342d80a refactor: inline repl function xeruf 2024-07-23 13:27:36 +0300
  • 9a2f3f8794 refactor: reformat xeruf 2024-07-19 21:06:03 +0300
  • 1ea34898d1 feat: fetch new events in session xeruf 2024-07-19 21:04:21 +0300
  • 3a444c3ac2 fix: automatically stop task tracking on close xeruf 2024-07-19 19:57:32 +0300