learnbyexample to Python@programming.devEnglish • 1 year agoCLI tools hidden in the Python standard librarytil.simonwillison.netexternal-linkmessage-square13arrow-up1134
arrow-up1134external-linkCLI tools hidden in the Python standard librarytil.simonwillison.netlearnbyexample to Python@programming.devEnglish • 1 year agomessage-square13
minus-square@sugar_in_your_tea@sh.itjust.workslinkfedilink3•edit-21 year agoPro tip: you can ignore filenames with ripgrep using -g "!test/". That should speed things up a bit.
Pro tip: you can ignore filenames with ripgrep using
-g "!test/"
. That should speed things up a bit.