Skip to content

Additions to rssget and make rssadd accept url tags as $2#1469

Open
miliukhin wants to merge 2 commits intoLukeSmithxyz:masterfrom
miliukhin:master
Open

Additions to rssget and make rssadd accept url tags as $2#1469
miliukhin wants to merge 2 commits intoLukeSmithxyz:masterfrom
miliukhin:master

Conversation

@miliukhin
Copy link
Contributor

Improve rssget: now able to parse YouTube @username urls, watch urls,
and Telegram urls (feeds for Telegram are generated by rss-bridge). Make rssadd accept tags as "$2".

miliukhin added 2 commits July 8, 2025 14:46
and Telegram urls (feeds for Telegram are generated by rss-bridge).
Make rssadd accept tags as "$2".
Copy link
Contributor Author

@miliukhin miliukhin Jul 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bookmark script asks you what to bookmark via dmenu and then does the bookmarking. Allows tagging.
It bookmarks urls just like bookmarkthis, but from the clipboard (when using Vim Vixen it's very convenient to just press "y" and then the bookmarking shortcut to save the link, and there are some other cases when this way is more comfy).
For RSS feeds, it uses rssget.
One question you may have: "Why bookmark songs?" - Well, sometimes I listen to internet radio streams, and it's nice to be able to quickly save the names of the songs I like to look them up later.

Of course, dwm bindings are needed:

{ MODKEY|ShiftMask,		XK_b,		spawn,		{.v = (const char*[]){ "bookmark", NULL } } },
{ MODKEY,			XK_Insert,	spawn,		SHCMD("xdotool type $(grep -v '^#' ~/.local/share/larbs/snippets | dmenu -i -l 50 | cut -d' ' -f1)") },

I think they're identical to those in "Bookmarking for UNIX Chads" video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant