updated todo
This commit is contained in:
@@ -28,7 +28,7 @@ version-bump.
|
|||||||
- [x] **Session context markers** — display lightweight session markers
|
- [x] **Session context markers** — display lightweight session markers
|
||||||
(`ssh`, `tmux`, `screen`) at the end of the prompt bar, gated by
|
(`ssh`, `tmux`, `screen`) at the end of the prompt bar, gated by
|
||||||
`[prompt]` config keys. **[easy]**
|
`[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
|
`$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]**
|
16-colour equivalent when the terminal does not support true colour. **[medium]**
|
||||||
- [ ] **True-colour variants of other themes** — create `monokai-tc.theme`,
|
- [ ] **True-colour variants of other themes** — create `monokai-tc.theme`,
|
||||||
@@ -55,9 +55,9 @@ version-bump.
|
|||||||
|
|
||||||
### filefct
|
### 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]**
|
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]**
|
sizes in K/M/G instead of bytes. **[easy]**
|
||||||
|
|
||||||
### info
|
### info
|
||||||
@@ -90,7 +90,7 @@ version-bump.
|
|||||||
- [ ] **SSH agent management** — add `ssh_agent_start` / `ssh_agent_stop` helpers
|
- [ ] **SSH agent management** — add `ssh_agent_start` / `ssh_agent_stop` helpers
|
||||||
that start a persistent `ssh-agent`, add configured keys, and survive
|
that start a persistent `ssh-agent`, add configured keys, and survive
|
||||||
re-login via a socket stored in `~/.ssh/agent.env`. **[medium]**
|
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]**
|
matching entries in one call. **[easy]**
|
||||||
|
|
||||||
### updates
|
### updates
|
||||||
|
|||||||
Reference in New Issue
Block a user