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

Releases: dylanaraps/fff

1.2

15 Jan 08:48
Compare
Choose a tag to compare
1.2
  • Fixed bug related to directory strings not being printed literally.

1.1

15 Jan 07:56
Compare
Choose a tag to compare
1.1
  • Fixed screen flashing when holding down g or G.
  • Fixed drawing issues inside vim or neovim's builtin terminal.
  • Added favourites/bookmarks (see #customization in README).
  • Added support for keybindings (see #keybindings in README).
  • Fixed jump when opening a directory.
  • Fixed issue with errors spouting on scroll

1.0

14 Jan 07:03
Compare
Choose a tag to compare
1.0

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.

0.3.2

05 Jan 17:49
Compare
Choose a tag to compare
  • Fixed not being able to open json files.
  • Fixed bug with hotkeys.

0.3.1

05 Jan 16:57
Compare
Choose a tag to compare
  • Use POSIX arguments for cp and move.
  • Fixed responsive window sizing not working in bash 3.
  • Removed FFF_EDITOR.
  • Fixed empty files not opening in text editor.
  • Enabled line editing in read prompts.

0.3

05 Jan 11:49
f72c66a
Compare
Choose a tag to compare
0.3
  • Instant as you type search.
  • Multi file copy/move/paste.

0.1.2

05 Jan 06:38
Compare
Choose a tag to compare
  • fixed major crashes, hangs and 100% CPU usage in bash 3 (macOS and older systems)

0.1.1

04 Jan 20:27
Compare
Choose a tag to compare
  • fixed new major bug

0.1

04 Jan 19:24
Compare
Choose a tag to compare
0.1

First Release. Base functionality is implemented. See README for dependencies etc.