Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Local

The local provider is built in and enabled by default. It is added to .banco/config.yml automatically on banco init. Items are not synchronized with any external service — they are plain files and directories on your filesystem, managed entirely by you.

Modules

ModuleDirectoryItemsParameters
taskstasks/local/Markdown files, prefixed 0001 -status (enum: awaiting / doing / done)
notesnotes/local/Markdown fileslabel (string, optional — nested tag, e.g. meetings/2026)
bookmarksbookmarks/local/Markdown fileslabel (string, optional — nested tag, e.g. tools/rust), url (string)
reposrepos/local/Directories, git init on create

Any of these modules can be turned off with the top-level disabled_modules field on the local provider entry — e.g. disabled_modules: [bookmarks, repos]. A disabled local module is omitted from banco context and banco browse, and banco new <module> will refuse to create items in it. Existing files are left untouched.

Note: Gerrit provider is planned and will be available soon.