Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Access the most powerful time series database as a service
-
I dunno... whatislove has to be up there :)
-
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!
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
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.
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
-
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
- 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
- How To Backup Your VS Code Extensions And Settings