Skip to content

Commit 05f5774

Browse files
docs: update README for session renaming and data paths
1 parent 4b5d19a commit 05f5774

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

123125
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)