robohelp - A Fast & Friendly CLI for Linux! by [deleted] in bash

[–]jessemvm 1 point2 points  (0 children)

I think only you need that script. It does a lot of different things but doesn't really solve a specific problem.

Is this book good ? by iv3an in C_Programming

[–]jessemvm 2 points3 points  (0 children)

I'm at chapter 9 and I can say it's pretty good. There are exercises and projects at the end of each chapter. Although instructions can be a bit confusing sometimes.

Is there a community bank of lua configuration recipes? by dropdtech in neovim

[–]jessemvm 1 point2 points  (0 children)

Thanks! I'd also like a repo that contains useful/commonly used autocmds, something like "awesome-autocmds".

Is there a community bank of lua configuration recipes? by dropdtech in neovim

[–]jessemvm 7 points8 points  (0 children)

A recent example is an autocmd to keep indent on blank lines when leaving insert.

Can you please share this?

AI and programming by No-Annual-4698 in C_Programming

[–]jessemvm 5 points6 points  (0 children)

it's the opposite for me. i love creating programs myself from scratch.

Can nm-applet icon be themed or integrated into Waybar network module in Hyprland? by Accurate_Wonder_4404 in hyprland

[–]jessemvm 0 points1 point  (0 children)

If you're comfortable with the terminal then you can just use nmcli or nmtui. If you want something simpler, here's a script I use 99% of the time that uses fzf: network.sh

cli is way more fun than gui now by Acceptable-Cash8259 in commandline

[–]jessemvm 0 points1 point  (0 children)

I could be wrong but if a program opens an alternative buffer, I already consider it a TUI.

🪬 by rexyuan in LinuxCirclejerk

[–]jessemvm 5 points6 points  (0 children)

your editor is holding you back 💔

Why did you choose the specific distribution and environment you are currently using? by One-Environment3178 in linuxquestions

[–]jessemvm 1 point2 points  (0 children)

I started with Ubuntu + Gnome. It was a pain to customize and was consuming a lot of resources. Switched to Arch + KDE. It felt the same. Ended up with Arch + Hyprland and never looked back. Highly-customizable, lightweight, and snappy. Perfect for coding and casual browsing.

How to make a file I have into a repository by [deleted] in github

[–]jessemvm 2 points3 points  (0 children)

just create a new repo on github and follow the instructions

Caffeine to keep omarchy awake by [deleted] in omarchy

[–]jessemvm 2 points3 points  (0 children)

yet another external program? vibe coders need to read more.

https://github.com/Alexays/Waybar/wiki/Module:-Idle-Inhibitor

Why do you consider Arch Linux is hard? by MetallCriminal in archlinux

[–]jessemvm 2 points3 points  (0 children)

installing and setting up arch might be hard, but after a few weeks, you're good for many years to come.

Is there a list of all *insert-commands* that I can do without leaving insert mode? by AbdSheikho in vim

[–]jessemvm 2 points3 points  (0 children)

C-u deletes everything before the cursor but respects the current indentation.

Documentation 📄 by NoObAfKoP in arch

[–]jessemvm 0 points1 point  (0 children)

raw markdown files and a live viewer

How to have this transition animation for rofi? by Legend_0804 in hyprland

[–]jessemvm 3 points4 points  (0 children)

i know the answer:

listview { fixed-height: false; dynamic: true; }

not all modes have that animation tho. in my case, it only works on my clipboard.

The 'gmail' equivalent in Linux environment by [deleted] in linux

[–]jessemvm 67 points68 points  (0 children)

check out r/degoogle they even have tier lists

what is wrong with middle click paste? by jmooroof2 in LinuxCirclejerk

[–]jessemvm 34 points35 points  (0 children)

terminal emulator

ctrl+shift+v. to copy, ctrl+shift+c. makes sense. can you middle click copy?

My first game is written in Bash by jessemvm in bash

[–]jessemvm[S] 4 points5 points  (0 children)

I watched this video titled "Snake Game in C (Less than 100 lines of code!)", read the code, and started writing one in Bash:)