Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

1.0

Compare
Choose a tag to compare
@dylanaraps dylanaraps released this 14 Jan 07:03
· 288 commits to master since this release

The entire program has been rewritten in readable bash. It's no longer 100 obfuscated lines and
no longer has that restriction. Numerous bugs were discovered in the rewrite and have
been all fixed. The program has been highly optimized now. The old version did a full screen
redraw on every keypress while the new version redraws only when necessary
(Scrolling only redraws 2 lines now!).

Take a peek at the source code. I've done my best to explain the non-obvious and tricky parts.

  • Full rewrite of the program.
  • Numerous bugs fixed.
  • Highly optimized compared to previous releases.
  • Added support for LS_COLORS.
  • Added support for esc to exit prompts.
  • Fixed issues in older terminals.
  • No longer eats your terminal output on exit.
  • Show file attributes with x.
  • Go to previous dir with -.
  • Spawn a shell in the current dir s.
  • Show version -v.
  • Many quality of life changes.