zfe

MIT License

Stars
26

Bot releases are hidden (Show)

zfe - v0.4.0 Latest Release

Published by BrookJeynes 4 months ago

What's Changed

  • Fixed bug where cursor would jump back to the top after deleting, renaming, creating, or undoing.
  • Added new keybind c to change directory via path.
  • Previous positions are saved when entering a new directory.
  • PDFs can now be read if pdftotext is installed.
  • Undo history can now only store the last 100 events.
  • List scrolling is now squeaky smooth.
  • Other general refactors and bug fixes.

Full Changelog: https://github.com/BrookJeynes/zfe/compare/v0.3.0...v0.4.0

zfe - v0.3.0

Published by BrookJeynes 5 months ago

What's Changed

  • Moved render and event handling logic to their own functions. This will make it a more pleasant experience for contributors.
  • Added issue templates for easier and more concise bug reports and feature requests.
  • Fixed issue where images would stop rendering if an event was emitted without changing selected item.
  • Implemented ability to delete files and folders.
  • Implemented ability to rename files and folders.
  • Implemented ability to undo deletions and renames within a session.
  • Implemented ability to create folders and directories.
  • Updated README with new keybinds.
  • Added config option for styling info bar.

Full Changelog: https://github.com/BrookJeynes/zfe/compare/v0.2.0...v0.3.0

zfe - v0.2.0

Published by BrookJeynes 5 months ago

What's Changed

  • Implemented fuzzy search for items in a directory.
  • Files can now be opened with $EDITOR.
  • Error messages now displayed in app.
  • Better errors when failing to read config.
  • Stopped supporting Windows.

Full Changelog: https://github.com/BrookJeynes/zfe/compare/v0.1.1...v0.2.0

zfe - v0.1.1

Published by BrookJeynes 5 months ago

What's Changed

  • Added better error handling.
  • Added new config style for error bar.
  • Updated README to include config schema.
  • Added MIT license.

Full Changelog: https://github.com/BrookJeynes/zfe/compare/v0.1.0...v0.1.1

zfe - v0.1.0

Published by BrookJeynes 5 months ago