direnv
CLILoad and unload environment variables depending on the current directory.
Create a basic .envrc~97% est.
echo 'export API_KEY=your_key' > .envrc && direnv allowshell3 recipes
nushell
CLIA new type of shell that understands structured data.
Parse JSON from command~93% est.
http get https://api.github.com/repos/nushell/nushell | get stargazers_countshell3 recipes