2022-04-03 11:17:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
felix: fix build with rust-1.58
|
2022-03-30 18:12:39 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 0.5.1
Fix:
Fix message when deleting multiple items 12b3572
Remove duplicated call for env variable 0b15676
|
2022-03-29 23:11:29 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 0.5.0
enhancement:
-Open files whether its extension in lowercase or uppercase d946b5f
-Follow symlink if it leads to a directory dac7f88
-Implement memoization of move when going to symlink dir 6860c5d
-Print help by fx -h | fx --help 884180f
|
2022-03-29 12:08:15 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 0.4.3
fix:
cursor movement when deleting multiple items 3671755
improvement:
remove unnecessary if/else 9513873
|
2022-03-08 11:13:22 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 0.4.2
improvement:
-better indicator when copying/deleting
|
2022-03-06 09:45:03 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 0.4.1
improvement:
-show total time to delete/copy items
-show process to delete/copy items
|
2022-02-01 20:14:54 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 0.4.0
-enable to show/hide hidden items ( #34 @balroggg )
-felix keeps the state of show_hidden(whether to show hidden items) and
sort_by(by name or by modified time): The change remains after exit.
|
2022-01-15 18:04:19 by pin | Files touched by this commit (3) | |
Log message:
sysutils/felix: update to 0.3.2
Fix:
-Restore cursor after exit.
Improvement:
-Get git branch name without Command::new("git")
|
2022-01-13 14:21:15 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 0.3.1
Fix:
-cursor movement when going to parent directory
-cursor memorization using PathBuf instead of String
|
2022-01-08 16:30:52 by pin | Files touched by this commit (2) | |
Log message:
sysutils/felix: update to 0.3.0
v0.3.0
enhancement:
Show item information on the last line (index, file extension, file size)
Add memoization of cursor position in previous directory
Adjust cursor movement when going to different child directory
fix:
display of item when selecting
cursor movement after filter mode
some refactoring
v0.2.13
enhancement:
Show item information on the last line (index, file extension, file size)
Add memoization of cursor position in previous directory
Adjust cursor movement when going to different child directory
fix:
display of item when selecting
cursor movement after filter mode
some refactoring
|