Appearance
Quick Start ​
Install the beans CLI ​
macOS (Requires Homebrew) ​
bash
brew install hmans/beans/beansLinux, MacOs, Windows (Requires Go) ​
bash
go install github.com/hmans/beans@latestInstall the Beans extension ​
Use the IDE's Extension sidebar to search for beans or execute the following command:
bash
code --install-extension selfagency.beans-vscodeInitialize Beans in your project ​
Option 1: Command Palette ​
- Open your project in VS Code
- Press
Cmd+Shift+P/Ctrl+Shift+P - Run: "Beans: Initialize Beans in Workspace"
Option 2: Terminal ​
bash
cd <project-folder>
beans initCreate Your First Bean ​
- Click the
+icon in the Beans sidebar - Enter a title: "My first bean"
- Select type: "task"
- Optionally add a description
- Bean created! 🎉
View Beans ​
- Sidebar: Click any bean in the Active tree
- Details Panel: Opens with bean markdown content
- Edit: Click pencil icon to edit bean file directly