xwmx / nb

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.
https://xwmx.github.io/nb
GNU Affero General Public License v3.0
6.64k stars 188 forks source link

Is there a chrome extension for nb bookmarks? #141

Open dj-bauer opened 3 years ago

dj-bauer commented 3 years ago

This is propably the wrong place to ask this, but I haven't really found a chat room to ask this question and it is the last thing keeping me from using the bookmarking on a daily base. I would like to have like an android app or anything other than just the cli for mobile use. I would like to compare my usecase to the software around todo.txt Anyone can help me out there?

If there is a better place to ask this, just tell me where and I wont clutter the issues :)

owenpayton commented 1 year ago

This is propably the wrong place to ask this, but I haven't really found a chat room to ask this question and it is the last thing keeping me from using the bookmarking on a daily base. I would like to have like an android app or anything other than just the cli for mobile use. I would like to compare my usecase to the software around todo.txt Anyone can help me out there?

If there is a better place to ask this, just tell me where and I wont clutter the issues :)

You could do something like I did with raycast and some basic scripting. This could be achievable on linux/windows through similar script launchers with a keyboard shortcut or lookup.

#!/bin/bash
echo "Any tags? Argument1 value: "$1""
url=$(osascript -e 'tell application "$BROWSER" to get URL of active tab of window 1')
nb $url -t $1