Open dj-bauer opened 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 :)
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
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 :)