Skip to content

v4.2

Compare
Choose a tag to compare
@PatrickF1 PatrickF1 released this 24 Sep 22:22
· 188 commits to main since this release

Changed

Two performance improvements

  • Use the builtin command --search instead of which, which is much faster and removes a dependency. (#32)
  • Use the test builtin repeatedly instead of ls -o -d to get file types in order to preview files, which is an order of magnitude faster (#33)

Three readability improvements

  • Format readme with prettier and use reference links (#34)
  • Convert license to markdown, which makes it more fun to read when clicked on in GitHub (#35)
  • When defining functions, put arguments first before description (87cf0d4)

BIG thanks to @IlanCosman for introducing all these changes.