Re: [dev] sbm dmenu bookmarker

From: Randy Palamar <palamar_AT_ualberta.ca>
Date: Mon, 31 Jul 2023 08:15:00 -0600

Hi,

I think this script is way too complicated for what it does. I
do the following:

`grep -v -e '#' -e '^$' $BOOKMARKS | dmenu -i -l 20 | cut -f 1 -d ' '`

Then I pipe it to the clipboard or a plumber script depending
on what I want to do with it (bound to a keybind in dwm).

To add bookmarks I either use a text editor or just echo:

`echo "https://nsa.gov file sharing, hosting provider" >> $BOOKMARKS`

- Randy

On Sun, Jul 30, 2023 at 3:25 PM Spenser Truex <truex_AT_equwal.com> wrote:
>
> A friend of mine was impressed with how quickly I was spamming the most
> based and redpilled links from this script and wanted me to publish it.
>
> screenhots etc.
> https://equwal.com/posts/sbm
> the "code"
> https://github.com/equwal/sbm
>
> It's still rough around the edges, I'd like to be able to have some
> input validation (no duplicate links) and plumbing options (browse
> where? copy to what?).
>
> As it stands, it just copies to clipboard which is probably good enough.
> --
> CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281
> Spenser Truex https://equwal.com
Received on Mon Jul 31 2023 - 16:15:00 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 31 2023 - 16:24:08 CEST