Skip to content

Releases: kyoheiu/felix

v0.2.9

18 Nov 01:58
Compare
Choose a tag to compare

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)

v0.2.8

14 Nov 07:02
Compare
Choose a tag to compare

fix:

  • cursor move when deleting the last item

v0.2.7

13 Nov 21:13
Compare
Choose a tag to compare

fix:

  • error handling
    • in shell mode (when command does not work)
    • when cannot open file

v0.2.6

11 Nov 20:41
Compare
Choose a tag to compare

Now you can install felix without +nightly.

v0.2.4

11 Nov 02:21
Compare
Choose a tag to compare

fix:

  • README.md (executable name)

v0.2.3

10 Nov 08:49
Compare
Choose a tag to compare

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

v0.2.2

07 Nov 20:45
27f811b
Compare
Choose a tag to compare

new feature:

  • :e to reload the current directory

v0.2.1

07 Nov 07:54
Compare
Choose a tag to compare

improvement:

  • fast copy of massive files

v0.2.0

05 Nov 14:07
Compare
Choose a tag to compare

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

v0.1.5

27 Oct 21:13
Compare
Choose a tag to compare

new feature:

  • shell mode.
  • Copy file name to clipboard.

fix:

  • Fix bug when delete item in filtered list.