Consistent dependency management across any project
Codify is currently in Beta! Please report any bugs here Consistent dependency management across any project Get new developers setup faster by installing dependencies and configure applications in a stable and reproducible manner Get Codify View Docs [ { “type”: “nvm”, “global”: “20”, “nodeVersions
—
https://codifycli.com/
The Biggest Shell Programs in th
The Biggest Shell Programs in the World
The Biggest Shell Programs in the World Hand-written shell scripts. There are many big autoconf-generated scripts, like the 70K-line coreutils script, but I don’t consider them substantial in this sense. Shell programs that use data structures and algorithms.
—
https://github.com/oils-for-unix/oils/wiki/The-Biggest-Shell-Programs-in-the-World
vegardit/bash-funk
vegardit/bash-funk
What is it? Installation Using git Using subversion Using curl Using wget Portable on Windows Usage Customization Directory-scoped Environment Variables and Aliases Efficiently navigating the filesystem Using bash-funk modules separately Updating License bash-funk is a collection of useful command
—
https://github.com/vegardit/bash-funk
Using {} to Construct Command Li
Using {} to Construct Command Line Arguments
When working on the command line, we often encounter scenarios where we need to perform operations on multiple argument entries, with file names being one of the most common cases. To handle this situation, both Bash and Zsh provide comma-separated curly brace lists, such as:
—
https://medium.com/@linuxtoy/using-to-construct-command-line-arguments-a7a6206dc820
shell-fu
shell-fu
26 Tip #892 Check memory and swap from command line Want to check the amount of used, free and total memory and swap from the command line? This script displays memory and swap information. Fully posix compliant and should work with all 2.[2-6].* kernels .
—
https://www.shell-fu.org/
duong-db/fzf-simple-completion
duong-db/fzf-simple-completion
Source fzf-simple-completion.sh at the end of your .bashrc. For example: This will replace the default bash completion by fzf selection menu whenever you hit TAB.
—
https://github.com/duong-db/fzf-simple-completion
jkool702/forkrun
jkool702/forkrun
runs multiple inputs through a script/function in parallel using bash coprocs – GitHub – jkool702/forkrun: runs multiple inputs through a script/function in parallel using bash coprocs
—
https://github.com/jkool702/forkrun
Fundamentals of handling passwor
Fundamentals of handling passwords securely in a shell
I’m making this for a friend though it’d be nice to have a guide to hand people in general.
My gratitude in advance for ferocious criticism. Even if
—
https://www.reddit.com/r/bash/s/Y3o7wRcPvs
Shell ain’t a bad place to FP: p
Shell ain’t a bad place to FP: part 2/N: Functions as Unix Tools
As we saw in the previous post, functions obey stdio and we can mix and match them with built-ins (grep, sed, cat etc.) and other installed tools (like jq, pandoc, babashka etc.). We used functions to name parts of Douglas McIlroy’s pipeline and mess around a bit.
—
https://www.evalapply.org/posts/shell-aint-a-bad-place-to-fp-part-2-functions-as-unix-tools/index.html
bash-timer
bash-timer
Shows a human-readable execution time for every command run in bash. You might also find my Amazing Linux, PHP, and Git Aliases quite useful as well.
—
https://github.com/hopeseekr/BashScripts/tree/trunk/bash-timer