0.8.6
版本发布时间: 2021-03-07 00:06:59
kamiyaa/joshuto最新发布版本:v0.9.8(2024-03-16 07:54:27)
Changes:
- There is now a view for showing worker progress for cut/copy jobs
- Still a bit buggy at times, but it doesn't crash
- Fix unicode boundary errors
- Add Fedora installation instructions
- Thanks to @tim77
- Selected item now highlights the column width instead of just the filename, just like ranger
- Add option to prevent collapsing preview pane
- Re-add support for custom column sizes
- Add support for detecting window size changing https://github.com/kamiyaa/joshuto/issues/37
- Add mouse support
- Scrolling and clicking on items
- Add cd tilde expansion https://github.com/kamiyaa/joshuto/issues/33
- Thanks to @mblode
- Add clipboard support for copying filename to clipboard
- Add
--lastdir
option to allow users to write scripts that cd to the directory joshuto was in - Add borders support https://github.com/kamiyaa/joshuto/issues/39
- Textfield now increases in height to accommodate long strings
- No longer using hack to show cursor
- Before, joshuto would show the cursor in the textfield by inversing the color scheme of the character it was theoretically on
- Now, we make use of the terminal cursor and toggle it when needed