Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SE
Posts
76
Comments
65
Joined
2 yr. ago

Linux @lemmy.ml

Run assembly scripts from your terminal without compiling

Programmer Humor @lemmy.ml

What a time to be alive

Linux @lemmy.ml

Window manager with no (or very small) minimum window size?

Programmer Humor @lemmy.ml

How Upgrading Node Broke My Build but Saved My Marriage

Linux @lemmy.ml

ColorCat - Render Hex Colors in your Terminal like an IDE

Linux @lemmy.ml

Cross-app URL aliases (like shell aliases) powered by Nginx.

Linux @lemmy.ml

How to write a 'tar' command

Programming @programming.dev

My Worst Tech Interview Experience

Programmer Humor @lemmy.ml

My Worst Tech Interview Experience

Linux @lemmy.ml

Custom, interoperable info and man commands

Linux @lemmy.ml

Diff like a boss! (custom Bash commands)

Linux @lemmy.ml

GCC embraces web technologies with one (1) line of CSS.

Linux @lemmy.ml

What happens when you create a Linux user?

Linux @lemmy.ml

yas-bdsm: Yet Another Stow-Based Dotfiles System Manager

Linux @lemmy.ml

"fdisk" and "free" with custom colors

Linux @lemmy.ml

It's the "less" week of the "Record Your Dotfiles" contest. Share yours!

Linux @lemmy.ml

GNU manuals sorted by number of pages.

Linux @lemmy.ml

Opening links in your Bash terminal with the keyboard

  • I thought about it but there are two complications here: The code is recursive, and it calls an external shell script. I'm sure there are ways to do that in awk, but I'm not too much of an awk guru, so I decided to leave my awking to self-contained smaller scripts. Also, considering I need to spawn subprocesses anyway for this, Bash wouldn't be a bad choice since it's built for that.

  • Linux @lemmy.ml

    A custom bash "type" command with recursive alias and symlink resolution

    Linux @lemmy.ml

    Isn't it weird that we put credentials in the environment?