Posts with Tag: cli

Use FZF as text input...

Posted on 30th Oct 2024

Let see how we can use fzf for getting an input from the user... and i don't just mean to choose from a list of items, as fzf does normally. With the proper arguments/paramaters of fzf we can use it, as an input function, where the user, would be able to type anything, not just select a choice and...

Small script for Wifi connection on Raspberry Pi

Small script for Wifi connection on Raspberry Pi

Posted on 29th Oct 2024

I needed an easy way to make Wifi connection on my Raspberry Pi, without the need to remember lines of 40+ chars with parameters, that you don't even know or remember while typing. Also it had to be on the terminal and because nmtui didn't fit in the little screen of my cyberdeck, i had to invent...

Script for USB stick operations

Script for USB stick operations

Posted on 28th Oct 2024

One of the most common things to do on a computer, specially if you have SBCs like a Raspberry or other handheld devices is to format and backup USB sticks or SDCards. Instead of looking up for the commands all the time, i made this simple script to automate a bit things and also make the process mo...

Convert your Hackberry to a GameBoy...

Convert your Hackberry to a GameBoy...

Posted on 23rd Oct 2024

...or how to play games from a linux machine, from the terminal ;) Hackberry Pi, has a square screen, which makes it perfect for Gameboy gaming. The keyboard, for sure it's not convenient as a gamepad, but still you can play simple games and it's not that you will have your HPi as a game console a...

TMUX change status bar in Copy Mode...

TMUX change status bar in Copy Mode...

Posted on 11th Oct 2024

One of the things i hate in tmux is, its copy mode. I prefer how a simple terminal works, but still i want the advantages of using tmux, so i have to cope with it. Thus i wanted to change its copy mode key bindings and do anything else that will help to remember them and know that i am in copy m...