Block a user
idea: CLI tool to manage content in a bDS2 workspace
idea: settings need to also be supported in the TUI
idea: settings need to also be supported in the TUI
Implemented in 505527a and pushed to main.
The TUI now has a settings panel on key 6, matching the GUI panel numbering. The sidebar lists the same preference sections as the GUI settings…
idea: panel for git needs to be implemented in the TUI
Follow-up in 46fd6c1: the git sidebar now shows the commit history in its lower half, like the GUI — the sidebar splits 50/50 into the changed files (top, navigable) and a History panel (bottom)…
idea: panel for git needs to be implemented in the TUI
Implemented in 5433cb5.
Key 7 in the TUI opens the git panel for content sync, driven by the same BDS.Git backend as the GUI git view:
- Sidebar: the changed files from git status as…
idea: panel for git needs to be implemented in the TUI
idea: searching in the TUI with /
Implemented in e027364.
/ in sidebar focus opens a vi-style search prompt in the status line that live-filters the current view on every keystroke — posts, pages and media, through the exact…