Python script to select a Hedge Docs note with Rofi
Find a file
Victor Barberan c4cbe86880 Updated README
2025-12-22 20:52:18 +01:00
hedgeRofi Fis typo 2025-12-22 20:09:48 +01:00
LICENSE Initial commit 2025-12-22 19:03:49 +00:00
README.md Updated README 2025-12-22 20:52:18 +01:00
screenshot.jpg Small screenshot change 2025-12-22 20:39:21 +01:00

HedgeRofi

Python script to pick a note with Rofi from your Hedge Doc server and open it on your browser.

Dependencies

Install

Just copy the script somewhere in your PATH (ej. /home/user/bin).
Be sure hedgedoc-cli is working, normally this involves defining HEDGEDOC_SERVER environment variable and run hedgedoc --login
The script expects to find either xdg-open or mimeo to call your default browser.