File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Just run `tact` in a window within tmux and it will detect other panes/windows r
1919- See context window utilization at a glance
2020- Get alerts when sessions need attention
2121- Create and manage project-level todos synced across sessions
22+ - Rename sessions in the TUI without affecting their project todo grouping
2223- Preview pane output without switching panes
2324- Wrap session navigation cyclically when moving past the first or last item
2425- Switch between three built-in TUI themes and three distinct layout styles, and keep your choices across launches
@@ -115,9 +116,10 @@ tact/
115116
116117### Data Storage
117118
118- Session data and todos are stored in ` ~/.local/share/tact/ ` :
119- - ` sessions/<session-id>.jsonl ` — Parsed session data
120- - ` todos/<project-slug>.json ` — Project-specific todo lists
119+ Tact stores its state under ` ~/.tact/ ` :
120+ - ` config.json ` — persisted theme and style choice
121+ - ` data/session-names.json ` — custom session rename overrides
122+ - ` data/todos/<project-slug>.json ` — project-specific todo lists
121123## License
122124
123125This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments