CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
On my Debian box, I can open a bookmark in a web browser as long as the environment variable NB_GUI_BROWSER is not set. If NB_GUI_BROWSER ∈ {"firefox", "dillo"}, nb open open file://home/eric. If NB_GUI_BROWSER ∈ {"chromium", "brave-browser", "luakit"}, nb open launches the browser with a blank page (no url).
@ericguirbal Thanks for the heads up. There was a bug in the code that should be resolved as of version 7.14.0 and higher. Please let me know if you run into any more issues with it. Thanks!
On my Debian box, I can open a bookmark in a web browser as long as the environment variable
NB_GUI_BROWSER
is not set. IfNB_GUI_BROWSER
∈ {"firefox", "dillo"},nb open
openfile://home/eric
. IfNB_GUI_BROWSER
∈ {"chromium", "brave-browser", "luakit"},nb open
launches the browser with a blank page (no url).