0.9.2
版本发布时间: 2021-11-20 09:22:13
kamiyaa/joshuto最新发布版本:v0.9.8(2024-03-16 07:54:27)
Joshuto is now published to crates.io! :100: :tada:
Changes
- File previews no longer spawn threads if preview already exists
- Tab switching via indexes (Thanks to @krivahtoo )
- Input logic is moved from tui_worker_view to show_workers
- Input logic out of tui_command_menu into input
- Add a help page (Thanks to @Vinegret43 )
- Add basic command history
- Switch from skim to fzf
- Add command to search subdirectories via fzf
- Rework config structure
- Add avif to theme (Thanks to @nonetrix )
- Use
include_str!
for default configurations - Path shortener when path is too long (Thanks to @kennycallado )
- Add choosefiles option to output selected files into a specified file (Thanks to @foxfriends )
- Add syntax highlighting to file previews (Thanks to @krivahtoo )
Fixes
- Fix parent directory not reloading for hidden file toggle
- Unix permissions work a lot better
- Paste overwrite works now