Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Spenser Truex
Thanks for your feedbacks, however, the script bm is the simplification/attempted improvement of of bmks which I got from some unknown source (apologies if you are the uncredited author). -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc

Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Spenser Truex
On 23/07/31 08:15AM, Randy Palamar wrote: > 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

Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Spenser Truex
> You should really get rid of the useless use of cats (it's common enough > mistake that it even has an abbreviation - UUOC [0]). Oh crap, coming right up. -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Randy Palamar
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

Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Roberto E. Vargas Caballero
Hi, On Sun, Jul 30, 2023 at 05:18:35PM -0300, Spenser Truex 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. I have a simple script also based in dmenu for this task, but yours is much more c

Re: [dev] Announcing a couple small X11 utilities

2023-07-31 Thread Yan Doroshenko
On 7/31/23 11:44, NRK wrote: Hi Yan, On Sat, Jul 29, 2023 at 02:46:29PM +0200, Yan Doroshenko wrote: I've created a patch for sxot that adds a -m (--monitor) param that allows to select which monitor to capture in a multihead setup. Let me know what you think. Thanks for the patch, I don't use

Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread NRK
On Sun, Jul 30, 2023 at 05:18:35PM -0300, Spenser Truex 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. Best marketing for a bookmark program ever. > the "code" > https://github.com/equwal/s

Re: [dev] Announcing a couple small X11 utilities

2023-07-31 Thread NRK
Hi Yan, On Sat, Jul 29, 2023 at 02:46:29PM +0200, Yan Doroshenko wrote: > I've created a patch for sxot that adds a -m (--monitor) param that allows > to select which monitor to capture in a multihead setup. Let me know what > you think. Thanks for the patch, I don't use a multimonitor setup to t