A lightning-fast keyboard-driven Obsidian vault navigator using Rofi.
- 🚀 Fast: Written in Go for optimal performance
- ⌨️ Keyboard-driven: Never leave your keyboard to navigate notes
- 🔍 Smart discovery: Automatically finds all your Obsidian vaults
- 🌳 Easy navigation: Browse through folders and files with minimal keystrokes
- 🔄 Seamless integration: Opens vaults and files directly in Obsidian
Precompiled binaries are available on the releases page.
- Download the latest version.
- Make it executable
chmod +x obsirofi
- Move the binary to your
$PATH
(e.g.~/.local/bin/
or/usr/local/bin/
)
mv ./obsirofi ~/.local/bin/
- Run
obsirofi
on the terminal or make a keyboard shortcut.
- Clone the repository
git clone https://github.com/natrium404/obsirofi.git
cd obsirofi
- Build the binary
go build -o build/
- Move the binary to your
$PATH
(e.g.~/.local/bin/
or/usr/local/bin/
)
cd build/
mv ./obsirofi ~/.local/bin/
- Run
obsirofi
on the terminal or make a keyboard shortcut.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.