地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
commits
Author
Commit
Message
Date
Due to the rendering logic, notifications wouldn't be rendered until the
next action the user took. Now they update the UI on publish.
This arg treats jido like a directory chooser writing the last visited
directory to STDOUT on exit.
This arg allows jido to be opened within a specified directory.
This PR threads the image processing code in an attempt to reduce the terminal freezing when scrolling past or loading large images
closes to #4
* refactor: Audit try usage
* fix: Ensure error notifications are called with `.err`.
* refactor: Removed need for enum based notifications.
* fix: Ensure complete branch is displayed.
* chore: Update changelog.
* refactor: Fix warning message wording.
* docs: update changelog.