Skip to content

Releases: Wiltoga/expdir

Blessed with a curse

30 May 20:19

Choose a tag to compare

Changelog

  • Use of ncurses, so it's way better now
  • Proper debian package installation/uninstallation
  • Seriously, ncurses is amazing
  • Mouse clicks support, thanks ncurses
  • Proper screen clearing on exit, thanks ncurses
  • Dynamically auto resize, thanks ncurses
  • Seriously, ncurses is amazing
  • No more easter egg
  • May take a small bit more perf (no longer waits for user input, but sleeps for some time in between)

To install (x64) :

wget https://github.com/WildGoat07/expdir/releases/download/1.1.4/expdir-1.1.4.deb
sudo apt install ./expdir-1.1.4.deb

Note : this package is only available for Debian distros. Otherwise, you have to rebuild it. For some debian based distro (like Raspbian which is ARM64), you may have to rebuild it.

Amazing search bar

26 Apr 15:42
529c36d

Choose a tag to compare

  • Changed the way the search function works, it is now a searchbar that filters the results.
  • Changed the --emojis to --visuals.
  • Added a smol arrow at the end of folders.
  • Fixed crash when using Tab on a file.
  • Current directory also has fancy visuals.
  • easter egg.
  • Changed Backspace to Ctrl+R to refresh the list.

To install (x64) :

wget https://github.com/WildGoat07/expdir/releases/download/1.1.3/expdir-1.1.3.deb
sudo apt install ./expdir-1.1.3.deb

Note : this package is only available for Debian distros. Otherwise, you have to rebuild it. For some debian based distro (like Raspbian which is ARM64), you may have to rebuild it.

1.1.0 is out !

26 Mar 22:28
284312e

Choose a tag to compare

Changelog

  • better memory usage
  • fixed a bug where no entry was displayed when on the last page and it had exactly the amount of entries a page could support
  • added symlinks display
  • added emojis with --emojis
  • no longer crash when opening folders without permission
  • folder that can't be opened (no permissions) are displayed red
  • hidden files are always on top
  • can support all arguments in a single -<...>
  • changed colors
  • removed --count
  • removed parent history, it was too bugged
  • every time the display refreshes, it uses the eventually new terminal size

To install :

wget https://github.com/WildGoat07/expdir/releases/download/1.1.0/expdir-1.1.0.deb
sudo apt install ./expdir-1.1.0.deb

Note : this package is only available for Debian distros. Otherwise, you have to rebuild it. For some debian based distro (like Raspbian), you also have to rebuild it.

So many aliases

06 Mar 13:39

Choose a tag to compare

Changelog :

  • Changed exit key to Ctrl+X
  • Support for symlinks
  • Support aliases

To install :

wget https://github.com/WildGoat07/expdir/releases/download/1.0.3/expdir-1.0.3.deb
sudo apt install ./expdir-1.0.3.deb

Note : this package is only available for Ubuntu/Debian (maybe more, did tried). Otherwise, you have to rebuild it.

1.0

19 Feb 15:17
2c4d5e2

Choose a tag to compare

1.0

To install the software, download the package and install it.
Or using the command line :

    wget https://github.com/WildGoat07/expdir/releases/download/1.0/expdir-1.0.deb
    sudo apt install ./expdir-1.0.deb

Once done, you need to create a new terminal for it to work.