- 10 Posts
- 17 Comments
bachatero@lemmy.worldOPto Mildly Infuriating@lemmy.world•An update to how many boring, repetitive communities I need to block to make Lemmy enjoyableEnglish224·1 year agoUnfortunately, I still have to use Reddit for stuff like r/RISCV, r/nattyorjuice, and r/NVDA_stock, so the only thing I come to Lemmy for (hopefully only right now!) is memes.
bachatero@lemmy.worldto Mildly Infuriating@lemmy.world•This is $87 worth of shopping. Please feel free to use the space below to critique my purchasesEnglish33·1 year agoPURGE the muffins and Swiss rolls unless you’re bodybuilding
bachatero@lemmy.worldOPto Programming@programming.dev•Welcome to the Chata programming language51·2 years agoI wanted to like Faust, but it’s super duper ugly due to putting all of its eggs in the functional basket.
bachatero@lemmy.worldOPto Mildly Infuriating@lemmy.world•The amount of communities I need to block to not see the same old stuff over and over againEnglish3·2 years agoright-wing propaganda, SJW blowhards, anime, and foreign language communities.
What are they so I can block them too?
bachatero@lemmy.worldto Mildly Infuriating@lemmy.world•Watching ads while grandma is choking on a fish boneEnglish1·2 years agoNow with more… SHOCK
bachatero@lemmy.worldOPto Linux@lemmy.ml•My FOSS terminal clipboard manager is now at version 0.8.2!1·2 years agoThere is actually no reason to use it over
cp file ../file
, because that’s not what it does. Instead, you can save something “for later” as if thecp
command had a memory.
bachatero@lemmy.worldOPto Linux@lemmy.ml•My FOSS terminal clipboard manager is now at version 0.8.2!2·2 years agosimply copy-paste text from one local console to another
Well, if you just have two windows going to two different terminals, whatever text you select in one you can just copy to the other usually with Ctrl+SHIFT+C and Ctrl+SHIFT+V, and my clipboard manager lets you do the same even for large amounts of text you can’t select. Therefore, all you’d need a specific setup for is if you want to do this action automatically with a single button press, like an Excel macro. I hope this helps! :)
bachatero@lemmy.worldOPto Linux@lemmy.ml•My FOSS terminal clipboard manager is now at version 0.8.2!1·2 years agoIt depends on what exactly you want to do, if you want just a hotkey that copies something in one window and pastes it in another, you’d have to set that up manually. But if you’re logged into two SSH sessions at once and you want to copy something from one session and paste it in another, you could do that here. And if you want some hotkey to access something like the clipboard history in a GUI, then you’d need to set up in your window manager. Some users accomplish this through a combination of jq + dmenu (jq to process JSON output, dmenu to select an entry), so it’s entirely do-able. For example, here is one such command:
cb cp "$(cb hs | jq -r '.[].content | if type=="array" then .[].path else if type=="object" then .path else . end end' | dmenu)"
bachatero@lemmy.worldOPto Linux@lemmy.ml•My FOSS terminal clipboard manager is now at version 0.8.2!6·2 years agoSynchronizing the clipboard over SSH uses the OSC 52 protocol, which both the terminal and the programs you run in the terminal have to support. Foot may or may not support it, and almost no regular software does, but CB got complete OSC 52 support recently.
bachatero@lemmy.worldOPto Linux@lemmy.ml•My FOSS terminal clipboard manager is now at version 0.8.2!6·2 years agoy no me he dormido nada…
bachatero@lemmy.worldOPto Linux@lemmy.ml•My FOSS terminal clipboard manager is now at version 0.8.2!41·2 years agoIf your terminal supports something called OSC 52, then it should work great! I use Kitty which does support it and Alacrity should also too.
bachatero@lemmy.worldOPto Linux@lemmy.ml•My clipboard manager for Linux is now at version 0.8.1!English3·2 years agoThanks!
bachatero@lemmy.worldOPto Linux@lemmy.ml•My clipboard manager for Linux is now at version 0.8.1!English3·2 years agoAnything going through xwayland will look like Wayland to things that are looking for Wayland, so it should work just fine with xwayland.
bachatero@lemmy.worldOPto Linux@lemmy.ml•My clipboard manager for Linux is now at version 0.8.1!English4·2 years agoThank YOU, because people like you are why I keep working on stuff like this in the first place. :)
bachatero@lemmy.worldOPto Mildly Infuriating@lemmy.world•Why is this ONE song not capitalized?English3·2 years agoIt’s VLC playing only the finest lossless music :)
I really want to do this, but it would be impractical to go through the thousands of communities available and decide if I like it or not. It also doesn’t account for new ones which means I’d have to keep going through the list and look for the ones I haven’t looked at yet. Therefore, I’ve just done it Reddit-style where I look at what’s the top posts of the day and see if I like what I see.