You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful to add support for a configurable Working Directory in Vibe Kanban.
Global / default Working Directory
Allow users to configure a default Working Directory in the settings.
When creating a new repository or browsing existing repositories, Vibe Kanban would use this Working Directory as the initial search root.
This would avoid having to manually change the “Search Folder” every time a user clicks Create New Repository or Browse Repository, especially for users who keep all their projects under a common parent directory (e.g. ~/Code, ~/workspace, etc.).
Fuzzy-search repo selection with fzf-style UX
When the user wants to select a repository path, allow typing a path prefix and then use a fuzzy-finder (e.g. fzf-like behavior) to quickly search for git repositories under the configured Working Directory.
Support recursive search with a configurable max depth so users can control how deep the tool looks for .git directories.
Present the matched repositories in an interactive list so the user can quickly filter and choose one, instead of manually navigating folders every time.
These two improvements would make repo selection much faster and smoother for users who work with many local git repositories under a common root.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be very helpful to add support for a configurable Working Directory in Vibe Kanban.
Allow users to configure a default Working Directory in the settings.
When creating a new repository or browsing existing repositories, Vibe Kanban would use this Working Directory as the initial search root.
This would avoid having to manually change the “Search Folder” every time a user clicks Create New Repository or Browse Repository, especially for users who keep all their projects under a common parent directory (e.g. ~/Code, ~/workspace, etc.).
When the user wants to select a repository path, allow typing a path prefix and then use a fuzzy-finder (e.g. fzf-like behavior) to quickly search for git repositories under the configured Working Directory.
Support recursive search with a configurable max depth so users can control how deep the tool looks for .git directories.
Present the matched repositories in an interactive list so the user can quickly filter and choose one, instead of manually navigating folders every time.
These two improvements would make repo selection much faster and smoother for users who work with many local git repositories under a common root.
Beta Was this translation helpful? Give feedback.
All reactions