2022-08-29 13:21:36 by pin | Files touched by this commit (2) | |
Log message: sysutils/felix: update to 1.1.2 v1.1.2 (2022-08-29) Fixed - Use full width of the terminal when use_full_width in config.toml is not set. - Use cursor::Goto instead of cursor::Left to fix the layout in macOS Terminal.app. - Refactor functions around the layout. |
2022-08-11 10:54:24 by pin | Files touched by this commit (2) | |
Log message: sysutils/felix: update to 1.1.1 v1.1.1 (2022-08-11) Fixed In the filter mode and shell mode, when you don't have any input, backspace now means to return to the normal mode. Also, when you press Esc during the filter mode, the cursor position is now restored. |
2022-08-09 08:36:01 by pin | Files touched by this commit (3) | |
Log message: sysutils/felix: update to 1.1.0 v1.1.0 (2022-08-08) Changed -Use chafa instead of libsixel & viuer to preview image files. This greatly improves the performance and code maintainability, and as a consequence, the number of dependencies is reduced (137 -> 53). -With chafa, the hi-res image preview is supported in kitty or terminals that support sixel. -Files larger than 1GB are no longer previewed in order to improve the performance. -Remove profile.release to support older version of Rust. -Huge refactoring (layout.rs created). Added -content-inspector to exclude binary files to be previewed. |
2022-08-01 10:08:26 by pin | Files touched by this commit (2) | |
Log message: sysutils/felix: update to 1.0.1 v1.0.1 (2022-07-28) Fixed -Add thread sleep time after state.open_file(). This is necessary because, with tiling window managers, the window resizing is sometimes slow and felix reloads the layout so quickly that the display may become broken. By the sleep (50ms for now and I think it's not easy to recognize this sleep), this will be avoided. |
2022-07-04 22:46:24 by pin | Files touched by this commit (2) | |
Log message: sysutils/felix: update to 1.0.0 v1.0.0 (2022-07-04) Fixed Cursor move when using G in select mode. Remove unnecessary loops in dd, ZZ. |
2022-06-30 14:20:06 by pin | Files touched by this commit (2) | |
Log message: sysutils/felix: update to 0.9.8 v0.9.8 (2022-06-30) Fixed Enable resizing window. Added Print message about the config file when created. |
2022-06-16 09:22:24 by pin | Files touched by this commit (2) | |
Log message: sysutils/felix: update to 0.9.7 v0.9.7 (2022-06-16) Fixed Move cursor and put properly in an empty directory. v0.9.6 (2022-06-16) Fixed Formatting of the contents tree. Changed Input right before the pattern matching. |
2022-06-15 20:39:02 by pin | Files touched by this commit (2) | |
Log message: sysutils/felix: update to 0.9.5 v0.9.5 (2022-06-15) Changed -z <keyword> works without prefix : (jump to a directory that matches the keyword). -Refactor: Use redraw() and reload() instead of multiple methods. -Better config: If config file not found, now you can interactively set the default command. -In the filter mode, press h or Left to return to the normal mode and reload the current directory's contents. |
2022-06-09 09:16:18 by pin | Files touched by this commit (3) | |
Log message: sysutils/felix: update to 0.9.4 v0.9.4 (2022-06-08) Added Hi-res image preview is enabled if i) your terminal supports sixel, and ii) you've preinstalled libsixel. If not, images are printed by blocks as before. Changed Some refactoring. |
2022-05-26 23:26:52 by pin | Files touched by this commit (3) | |
Log message: sysutils/felix: update to 0.9.3 v0.9.3 (2022-05-25) Added -l option creates a log file in $XDG_CONFIG_HOME/felix/log. Information such as put, delete, rename, emptying the trash directory, etc. will be recorded. Add message when there are no operations left to undo/redo. Changed Simplify the info line(below the current directory information). Make rename information more understandable("New name: " instead \ of "⇒"). Use struct Operation to express the manipulation within the app (put/delete/rename) and implement some methods. Refactor overall. Fixed Fix put/delete process information. |