From 4882bee0adb8f15439e623d97626c49b2ed15eda Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 2 Jun 2026 13:55:09 +0200 Subject: [PATCH] updated todo --- doc/todo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/todo.md b/doc/todo.md index ea933a4..7f5eee4 100755 --- a/doc/todo.md +++ b/doc/todo.md @@ -28,7 +28,7 @@ version-bump. - [x] **Session context markers** — display lightweight session markers (`ssh`, `tmux`, `screen`) at the end of the prompt bar, gated by `[prompt]` config keys. **[easy]** -- [ ] **True-colour terminal auto-detection** — query `$COLORTERM` and +- [x] **True-colour terminal auto-detection** — query `$COLORTERM` and `$TERM` at load time; automatically fall back from a 24-bit theme to its 16-colour equivalent when the terminal does not support true colour. **[medium]** - [ ] **True-colour variants of other themes** — create `monokai-tc.theme`, @@ -55,9 +55,9 @@ version-bump. ### filefct -- [ ] **`findbig` / `findzero` / `finddead` — `fd` integration** — optionally +- [x] **`findbig` / `findzero` / `finddead` — `fd` integration** — optionally use `fd` instead of `find` when available for faster traversal. **[easy]** -- [ ] **`file_stats` — human-readable totals** — add `--human` flag to emit +- [x] **`file_stats` — human-readable totals** — add `--human` flag to emit sizes in K/M/G instead of bytes. **[easy]** ### info @@ -90,7 +90,7 @@ version-bump. - [ ] **SSH agent management** — add `ssh_agent_start` / `ssh_agent_stop` helpers that start a persistent `ssh-agent`, add configured keys, and survive re-login via a socket stored in `~/.ssh/agent.env`. **[medium]** -- [ ] **`rmhost` glob support** — allow `rmhost '*.example.com'` to remove all +- [x] **`rmhost` glob support** — allow `rmhost '*.example.com'` to remove all matching entries in one call. **[easy]** ### updates