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
63
Comments
61
Joined
2 yr. ago

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?

    Programmer Humor @lemmy.ml

    Are Terminal Multiplexers a Fad?

    Linux @lemmy.ml

    Are Terminal Multiplexers a Fad?

    Linux @lemmy.ml

    Show Notifications in your Terminal

    Linux @lemmy.ml

    Add Vim to your Bash prompt (video)

    Linux @lemmy.ml

    Auto "cd" in Bash with silent output

    Linux @lemmy.ml

    Groff 1.23 (first release since 2018)

    Linux @lemmy.ml

    CMD Generator - Web UI to generate Linux/Unix commands

    Linux @lemmy.ml

    Add color and tabular output to the stty command

    Linux @lemmy.ml

    Add color output to pushd and popd in Bash

  • That's fair.

    I don’t really want to be confirming every file in a recursive rm or cp or mv either

    Ah but rm will only make you confirm if there are more than 3 files to be removed. And cp and mv only if there's risk of overwriting. And it's only one confirm per command, not per file.

  • Linux @lemmy.ml

    Anyone else adding "verbose", "interactive" and "recursive" to basic file commands?

    Programmer Humor @lemmy.ml

    Why SQL is a Fad

    Linux @lemmy.ml

    Why SQL is a Fad

    Programmer Humor @lemmy.ml

    GitHub to Replace Pagan Monad with Christian Cross

    Programmer Humor @lemmy.ml

    Programmers, Stop Using Primitives. Use Civilized.

    Programmer Humor @lemmy.ml

    I'm still waiting for Concurrent Mode and useEffectEvent

    Programmer Humor @lemmy.ml

    New VS Code Extension Replaces Booleans with Toggles