felix

tui file manager with vim-like key mapping

MIT License

Downloads
41.9K
Stars
705
Committers
11

Bot releases are hidden (Show)

felix - v0.3.2

Published by kyoheiu almost 3 years ago

fix:

  • Restore cursor state after exit

improvement:

  • Get git branch name without Command::new("git")
felix - v0.3.1

Published by kyoheiu almost 3 years ago

fix:

  • cursor movement when going to parent directory
  • cursor memoization using PathBuf instead of String
felix - v0.3.0

Published by kyoheiu almost 3 years ago

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

felix - v0.2.13

Published by kyoheiu almost 3 years ago

update:

  • edition 2018 -> 2021

fix:

  • the cursor adjustment when moving to the parent directory
  • space between file name and modified time
felix - v0.2.12

Published by kyoheiu almost 3 years ago

fix:

  • Enable to delete broken symlink
felix - v0.2.11

Published by kyoheiu almost 3 years ago

change:

  • now felix can work in small terminals (21 columns or more is sufficient)
felix - v0.2.10

Published by kyoheiu almost 3 years ago

change:

  • Remove Ctrl + c for copying item name to the clipboard (in order to reduce build dependency)
  • Change color of selected items to make them more visible
felix - v0.2.9

Published by kyoheiu almost 3 years ago

new feature:

  • show current branch if .git exists
  • add message about processing when delete and put

fix:

  • rename of multiple items when put now works correctly
  • show error message when delete faiils
  • cursor move when empty the trash dir

change:

  • style of current dir (just bold)
felix - v0.2.8

Published by kyoheiu almost 3 years ago

fix:

  • cursor move when deleting the last item
felix - v0.2.7

Published by kyoheiu almost 3 years ago

fix:

  • error handling
    • in shell mode (when command does not work)
    • when cannot open file
felix - v0.2.6

Published by kyoheiu almost 3 years ago

Now you can install felix without +nightly.

felix - v0.2.4

Published by kyoheiu almost 3 years ago

fix:

  • README.md (executable name)
felix - v0.2.3

Published by kyoheiu almost 3 years ago

Rename app! (fm -> fx)

change key:

  • :h to show help
  • :empty to empty the trash directory

new feature:
Show info when yank / delete / put / copy item name

felix - v0.2.2

Published by kyoheiu almost 3 years ago

new feature:

  • :e to reload the current directory
felix - v0.2.1

Published by kyoheiu almost 3 years ago

improvement:

  • fast copy of massive files
felix - v0.2.0

Published by kyoheiu almost 3 years ago

new feature:

  • select mode, where you can delete and yank muliple items

other changes:

  • key changes (g -> gg, D -> dd)
  • remove m (because you can mkdir in shell mode)
  • remove warning when delete
felix - v0.1.5

Published by kyoheiu almost 3 years ago

new feature:

  • shell mode.
  • Copy file name to clipboard.

fix:

  • Fix bug when delete item in filtered list.
felix - v0.1.4

Published by kyoheiu almost 3 years ago

new feature:

  • Command argument enabled: fm <directory path> shows items in the path (both relative and absolute can be used).
  • Type "H" and read help.
felix - v0.1.3

Published by kyoheiu almost 3 years ago

new feature:

  • t to change the sort order (file name <-> modified time)
felix - v0.1.2

Published by kyoheiu almost 3 years ago

new feature:

  • Add FileType::Symlink to change color of symlink item (color configurable in config.toml).