Releases: souvikinator/lsx
Releases · souvikinator/lsx
v0.1.9
v0.1.8
What's Changed
- Improved the installation process (Install without cloning the repository)
- Updated README with the new installation process
v0.1.7
What's Changed
- Fix permissions of config directory by @herbygillot in #22
New Contributors
- @herbygillot made their first contribution in #22
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
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
Changelog:
- Changed
$HOME/go/bin
to$GOPATH/bin
- Added support for
fish
shell - For ZSH, replaced
source ~/.config/lsx/lsx.sh
withautoload -Uz lsx
. - Auto add
source ~/.config/lsx/lsx.sh
andautoload -Uz lsx
to respective shell files during installation.
Contributors: @Yeraze @croissong
v0.1.3
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
- users can now navigate freely all over the terminal
Contributor: @itslychee
v0.1.1: minor bug fixes
- fix: installation script not installing
- fix: file not found ~/.config/lsx/lsx.sh
Contributor: @uzair-ali10 @PK-cod3ch3mist