Skip to content

natrium404/obsirofi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObsiRofi

A lightning-fast keyboard-driven Obsidian vault navigator using Rofi.

Features

  • 🚀 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

Installation

Binary

Precompiled binaries are available on the releases page.

  1. Download the latest version.
  2. Make it executable
chmod +x obsirofi
  1. Move the binary to your $PATH (e.g. ~/.local/bin/ or /usr/local/bin/)
mv ./obsirofi ~/.local/bin/
  1. Run obsirofi on the terminal or make a keyboard shortcut.

Manual

  1. Clone the repository
git clone https://github.com/natrium404/obsirofi.git
cd obsirofi
  1. Build the binary
go build -o build/
  1. Move the binary to your $PATH (e.g. ~/.local/bin/ or /usr/local/bin/)
cd build/
mv ./obsirofi ~/.local/bin/
  1. Run obsirofi on the terminal or make a keyboard shortcut.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • The Obsidian team for creating an amazing note-taking app
  • The Rofi project for the excellent application launcher

FIN

NOT ME

About

Obsidian vault navigator using Rofi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages