This repository was archived by the owner on Mar 21, 2021. It is now read-only.
Releases: sashaweiss/itree
Releases · sashaweiss/itree
v0.3.1
v0.3.0
Added
- Functionality similar to
tree -d, asitree --only-dirs.
Changed
- Lots of internal refactors.
Fixed
- Display permission-denied directories as such.
- Previously, silently exited upon encountering a permission-denied directory.
v0.2.2
Changelog
- Update version in Cargo manifest
v0.2.1
Changelog
- Add command-line flag used for benchmarking
v0.2.0
Changelog
- Fold/unfold directories using
f - Remember which file the cursor was on when jumping out of the enclosing directory, and go back to that file when jumping back into the directory.
v0.1.2
Changelog
- Add loading dialog if the tree is taking a while to load (for large directories)
v0.1.1
Changelog
- Add
hjklas navigation keys in addition to arrow keys (Vim keybindings)
v0.1.0
This is the initial release of itree.
Features
- Interactive navigation of a directory structure, in an interface mirroring that of the the Linux
treeutility. - Respect .[git]ignore and .git/info/exclude files by default.
- Configurable UI and inclusion of files.