Commit graph

30 commits

Author SHA1 Message Date
Taybin Rutkin
18fc84646f
feat: add configurable done flag to TODO states (#21)
Some checks failed
Release / Create GitHub Release (push) Has been cancelled
Release / Build binaries (push) Has been cancelled
* feat: add configurable done flag to TODO states

* feat: stamp CLOSED for any configured done state

* feat: add DONE state option and done marker to settings

* chore: remove unused Item.CycleState

* chore: drop vestigial state constants, mention DONE add in settings help

* feat: add state form model and commit logic

* feat: wire state form update/view into settings dispatch

* feat: replace state add/edit with unified form, toggle done after creation

* consolidate AddState and AddDoneState

* add findState() helper
2026-07-22 20:49:33 +02:00
Taybin Rutkin
25dd231073
feat: datepicker added to deadline selection (#20)
Some checks are pending
Release / Create GitHub Release (push) Waiting to run
Release / Build binaries (push) Blocked by required conditions
* feat: add datepicker dependency and init helper

* feat: calendar-first set-date modes with text fallback

* feat: initialize datepicker when opening set-date modes

* feat: render calendar and hints in set-date view

* chore: go mod tidy for bubble-datepicker direct dependency

Promotes github.com/ethanefung/bubble-datepicker from indirect to a
direct require (it is imported directly by internal/ui) and drops the
now-unused golang.org/x/text v0.3.8 checksums.
2026-07-21 21:15:24 +01:00
Vitaliy Sh
7bc00d6891
feat: ToggleFoldAll (#18) 2026-02-17 09:50:37 +00:00
Vitaliy Sh
fce607e29d
feat: SetScheduled (#17) 2026-02-10 13:29:23 +00:00
c858e70d07
chore: update readme for -c --capture (#16) 2025-11-17 21:44:37 +00:00
0b88465e21
feat: Add capture flag -c/--capture with pipe support (#15) 2025-11-17 21:40:06 +00:00
8ff2b254a4
chore: update list_view screenshot to show indentation guides (#13) 2025-11-12 21:17:44 +00:00
8ed20e48ff
fix: org syntax highlighting outside of codeblocks and more settings (#12) 2025-11-12 20:34:09 +00:00
6b404cd722
fix: quality of life, renaming and better shuffling of items (#11)
* fix: renaming and pro- and de-motion of items

* adding guides for indentation

* updating readme
2025-11-10 21:48:28 +00:00
2e9980e73c
feat: adding multi-file mode to allow opening all org files in a directory (#10) 2025-11-10 18:50:01 +00:00
5eb672e0c9
chore: pull request template and call for contributions (#9) 2025-11-10 18:47:55 +00:00
5a6fede2d8
fix: word-wrapping on notes when terminal is small (#8) 2025-11-09 18:28:55 +00:00
aaa0ad0f55
fix: fixing pipeline (#7)
* fix: fixing pipeline
2025-11-08 23:31:43 +00:00
23c7095477
fix: latex math support (#6)
* fix: latex math support

* move latex junk to another file
2025-11-08 23:22:37 +00:00
015feb3637
chore: update readme with settings screenshots (#5) 2025-11-08 22:53:47 +00:00
2f98d8e0f1
fix: custom states not parsed correctly has been fixed (#4) 2025-11-08 22:21:00 +00:00
eb5f9a16ce
fix: allow scrolling in settings for shorter terminals (#3) 2025-11-08 20:41:06 +00:00
d45d8fd5c1
fix: enabling building for BSD people (#2) 2025-11-08 20:19:24 +00:00
6e96d56e77
chore: add chore commits (#1) 2025-11-08 20:07:13 +00:00
264f0aa54a fix: github release pipeline 2025-11-08 19:53:00 +00:00
3819ce0bce fix bug not allowing Q to be typed in settings 2025-11-08 19:01:42 +00:00
3c7b64417b adding setting for default state of new items 2025-11-08 18:36:21 +00:00
43573a6e79 Adding settings view and remappable keybindings and custom states support and tags 2025-11-08 17:33:36 +00:00
8f6ec4a79f readme and keybindings improvements 2025-11-08 14:47:51 +00:00
097703beda readme update 2025-11-08 13:45:10 +00:00
9361e084e5
Create LICENSE 2025-11-08 13:44:11 +00:00
13e52e2880 images and getting closer to feature complete 2025-11-08 13:29:28 +00:00
4e41ad678f remove accidental org file 2025-11-07 21:58:49 +00:00
c16bee05df make it more formal 2025-11-07 21:53:32 +00:00
6b88066b20 pre-refactor 2025-11-07 21:37:34 +00:00