How do you manage your files? Do you use a #GUI? a #TUI?
I ❤️ terminals, #shells, and #fzf. Combined with #JohnnyDecimal, here's how I manage my files!
How do you manage your files? Do you use a #GUI? a #TUI?
I ❤️ terminals, #shells, and #fzf. Combined with #JohnnyDecimal, here's how I manage my files!
Since i started working with AI, I am finding myself using `git worktree` a lot. So I wrote a small helper script (with AI), to make it easier for me to write `git worktree` commands
Based on
https://bsd.network/@ed1conf/115708857607924814
I added to .zshrc:
# XMAS
export XMAS=(
'🎄' '🌲' '🌟' '🎁' '🔔' '❄️' '☃️' '⛄'
'🎅' '🤶' '🦌' '🍪' '🥛'
)
xmasch() {
xmasi=$(( int(rand48()*13+1) ))
echo -n -e $XMAS[xmasi]
}
export PS1='%F{red} $(xmasch) %n@%m:%~%#%f '
I might add more intelligence to xmasch and use that for other calendar things.
Current weather for Marienburg SR SA compliments of wttr.in curl bash, all OpenSource
`curl wttr.in/marienburg_suriname|lolcat`
#weather #current #Marienburg #SR #SA #lolcat #curl #bash #csh #ksh #zsh #sh #technology #meteorology
#TrueNAS CE : le gestionnaire de stockage basique et simple - Up and Clear
J’ai migré mon #LincStation N1 d’UNRAiD à TrueNAS CE (ex TrueNAS Scale, ex #FreeNAS), que je redécouvre avec grand plaisir.
On peut passer l’interface en français dans les options, tout comme on peut choisir son #shell ( #zsh de base, je suis repassé en #Bash)
https://upandclear.org/2025/12/09/truenas-ce-le-gestionnaire-de-stockage-basique-et-simple/
Current weather in Leonsberg SR SA compliments of wttr.in curl {ba{c{k{z{fi}}}}}sh and lolcat
#Weather #curl #wttr #bash #csh #ksh #zsh #fish #sh #OpenSource #programming #technology #POSIX
Shell formater, parser is about to get ZSH support.
> Please stop arguing for zsh support. It is happening.
#linux #zsh
To people who uses zsh and have Autocomplete enabled, is it normal for the autocomplete to not able to find certain AUR packages?? like this one for example: https://aur.archlinux.org/packages/niripwmenu
Or is my autocomplete broken?? because mine certainly can't find that package using autocomplete, have to type manually
@jwildeboer @homelab I had the script, which did the work like described:
- Takes all picture files in current directory (using find+file commands for that)
- Renames files with YYYYMMDD_HHMMSS pattern using the EXIF creation date or filesystem's mtime if no EXIF.
- If there are some files made in the same time — the "_DN" (N is a number) suffix will be added to the filenames to prevent loss of such files during rename.
- Has an option for test run, without real rename.
- Has an option to skip already renamed files.
Note: it was written for Bash first, so it will work not only for ZSH (after adding a proper she-bang) — I just used it as ZSH function.
ohmyz.sh (Oh my zsh) has an update of `omz shop` that opens a browser to shop for merchandise (it is nice projects are finding ways to get reimbursed for work imho). Another tidbit shared from @sdolan is the PR was done by #copilot on GitHub: https://github.com/ohmyzsh/ohmyzsh/issues/13427 #zsh #linux
Released two zsh-abbr features I'm excited about last week (v6.4.0):
You can customize the abbreviation delimiters (with caveats, makes it possible to expand abbreviation inside parenthesis and quotation marks). Write-up: https://github.com/olets/zsh-abbr/pull/198
And you can expand "regular" abbreviations in command position anywhere on the line not just in the first command position (experimental opt-in). Write-up: https://github.com/olets/zsh-abbr/pull/197
#zsh #ZshAbbr #terminal #CommandLine #TextExpansion #DevTools
@cinimodev In my opinion, #ZSH is a gateway from #Bash to #Fish, so you're already there ;)
I switched shell history tools 🐚 👀
dev.to/nickytonline...
#shell #zsh #bash #productivity
I Switched Shell History Tools...
#Fish oder #ZSH... und warum oder was anderes?
#LinuxShell