• Joined on 2026-02-16
hugo closed issue hugo/bDS2#25 2026-07-17 12:26:33 +00:00
idea: CLI tool to manage content in a bDS2 workspace
hugo pushed to main at hugo/bDS2 2026-07-17 12:26:21 +00:00
0f3f1efa08 feat: issue #25 implemented - cli
hugo pushed to main at hugo/bDS2 2026-07-17 10:04:09 +00:00
e4fa61ae07 fix: fix for building
hugo pushed to main at hugo/bDS2 2026-07-17 08:58:53 +00:00
8fe18d108f fix: bundle @rpath dylib deps (libsharpyuv) and fail verify_standalone on unresolvable @rpath references
b517672663 fix: insert link/media lands at the cursor and closes the overlay instead of breaking the editor
Compare 2 commits »
hugo pushed to main at hugo/bDS2 2026-07-17 06:57:22 +00:00
b016f6d812 fix: update_project_metadata keeps fields absent from attrs instead of resetting them
hugo closed issue hugo/bDS2#29 2026-07-17 06:40:45 +00:00
idea: settings need to also be supported in the TUI
hugo commented on issue hugo/bDS2#29 2026-07-17 06:40:32 +00:00
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…

hugo pushed to main at hugo/bDS2 2026-07-17 06:38:32 +00:00
505527ae4f feat: TUI settings panel on key 6 with per-section preference editors backed by the same GUI settings backends (issue #29)
hugo opened issue hugo/bDS2#34 2026-07-16 20:24:26 +00:00
idea: implement the tags panels
hugo pushed to main at hugo/bDS2 2026-07-16 20:22:18 +00:00
b6b1d16e54 feat: posts open in the rendered markdown preview by default, ctrl+e toggles to the editor
hugo commented on issue hugo/bDS2#30 2026-07-16 20:10:42 +00:00
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)…

hugo pushed to main at hugo/bDS2 2026-07-16 20:10:29 +00:00
46fd6c1b85 feat: git sidebar shows the commit history in its lower half like the GUI (issue #30)
hugo commented on issue hugo/bDS2#30 2026-07-16 20:00:16 +00:00
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…
hugo closed issue hugo/bDS2#30 2026-07-16 20:00:16 +00:00
idea: panel for git needs to be implemented in the TUI
hugo pushed to main at hugo/bDS2 2026-07-16 20:00:01 +00:00
5433cb59ac feat: TUI git panel on key 7 with change list, scrollable diff, commit, pull and push (issue #30)
hugo commented on issue hugo/bDS2#31 2026-07-16 19:42:37 +00:00
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…

hugo closed issue hugo/bDS2#31 2026-07-16 19:42:37 +00:00
idea: searching in the TUI with /
hugo pushed to main at hugo/bDS2 2026-07-16 19:42:20 +00:00
e027364c0e feat: vi-style / search in the TUI sidebar with tag:, category: and ISO-date filters (issue #31)
hugo pushed to main at hugo/bDS2 2026-07-16 16:39:09 +00:00
3675a26407 fix: local tui mode routes console logging to a file and disables download progress bars so stray output cannot scroll the TUI
hugo pushed to main at hugo/bDS2 2026-07-16 16:27:11 +00:00
9a1f301527 feat: bash-style tab completion in the TUI project path prompt (issue #28)