-
I dunno... whatislove has to be up there :)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
dyetide
a bash script that replaces hex, rgb, or hsl color codes out for other color codes. either within a file or from the terminal!
-
arg
usage: arg [...args]; output: (count of args):(len of args) (...quoted arguments) (by denisde4ev)
and another one very useful arg. for debugging problems in quoting. it has sh and C version. [count]:[length] [...quoted] https://github.com/denisde4ev/arg
-
pkm — https://github.com/wick3dr0se/pkm A TUI package manager wrapper
-
fml — https://github.com/wick3dr0se/fml TUI file manager
-
-
If they had used an .nvmrc file instead, I could run nvm use to ensure I'm using the correct node version. In order to get this same type of behavior I use a function I wrote called nvmpe that uses jq to get the node version from the value from package.json and then nvm to set my node version.
-
If they had used an .nvmrc file instead, I could run nvm use to ensure I'm using the correct node version. In order to get this same type of behavior I use a function I wrote called nvmpe that uses jq to get the node version from the value from package.json and then nvm to set my node version.
-
Happy with dun, a note taking and tasks managing CLI. Dun
-
For me? My personal best script is (by a wide margin) my forkrun utility. It uses bash coprocs to efficiently parallelize loops. Usage is nearly identical to xargs -P <#>. Options are similar to xargs....a few are missing (namely those related to running things interactively), and a few options are things xargs doesnt do but forkrun can.
Related posts
-
Exploring GCP With Terraform: Setting Up The Environment And Project
-
I really want to use Gentoo but I'm tired of the compiling
-
Have you made a bash script that improved your life on some way? My examples
-
Automate your Laravel app deployments with Azure DevOps
-
Show HN: Redo – Command line utility for quickly creating shell functions