Skip to content

Releases: souvikinator/lsx

v0.1.9

09 Feb 21:20
Compare
Choose a tag to compare

What's Changed

The directory list height adapts to the terminal height as requested in #26

Demo:

v0.1.8

09 Jan 19:52
dfe1799
Compare
Choose a tag to compare

What's Changed

  • Improved the installation process (Install without cloning the repository)
  • Updated README with the new installation process

v0.1.7

11 Dec 19:33
00a9ecc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

03 Dec 16:05
Compare
Choose a tag to compare

Changelog:

  • Fixed error while reading deleted files from the access record
  • Fixed error on remove element with index<2

v0.1.5

22 Nov 19:24
d8da943
Compare
Choose a tag to compare

Changelog:

  • Now the directories get ranked based on the frequency and recency of their access, making it easier to navigate.
  • Removed bottom help menu
  • Directory count is shown along with current path

v0.1.4

02 Nov 05:58
Compare
Choose a tag to compare

Changelog:

  • Changed $HOME/go/bin to $GOPATH/bin
  • Added support for fish shell
  • For ZSH, replaced source ~/.config/lsx/lsx.sh with autoload -Uz lsx.
  • Auto add source ~/.config/lsx/lsx.sh and autoload -Uz lsx to respective shell files during installation.

Contributors: @Yeraze @croissong

v0.1.3

29 Oct 08:17
Compare
Choose a tag to compare

New Feature

  • user can now set aliases for different paths, making it easier to remember paths (#11)
  • set, remove and update functionality on alias
  • Colored output

Misc

  • README updated with new demo gifs

Contributor: @uzair-ali10 (fixed alias bug)

v0.1.2

26 Oct 20:18
e407c64
Compare
Choose a tag to compare
  • users can now navigate freely all over the terminal

Contributor: @itslychee

v0.1.1: minor bug fixes

24 Oct 18:15
Compare
Choose a tag to compare
  • fix: installation script not installing
  • fix: file not found ~/.config/lsx/lsx.sh

Contributor: @uzair-ali10 @PK-cod3ch3mist