Hi @simonw
I was trying out Rodney recently and honestly I really liked it. While using it, I felt one small thing might be useful — some kind of simple bookmark support.
rodney bookmark add docs https://example.com/docs
rodney bookmark list
rodney open @docs
So if we are repeatedly opening same URLs in scripts or manual workflow, we don’t need to type full URL every time. Maybe bookmarks can be stored inside existing state.json (respecting --local / --global). And if bookmark not found, exit 1. Not sure if this fits the project direction, just sharing the thought. If it makes sense, I’m happy to work on it.
Hi @simonw
I was trying out Rodney recently and honestly I really liked it. While using it, I felt one small thing might be useful — some kind of simple bookmark support.
So if we are repeatedly opening same URLs in scripts or manual workflow, we don’t need to type full URL every time. Maybe bookmarks can be stored inside existing state.json (respecting --local / --global). And if bookmark not found, exit 1. Not sure if this fits the project direction, just sharing the thought. If it makes sense, I’m happy to work on it.