Skip to content
This repository was archived by the owner on Mar 21, 2021. It is now read-only.

Releases: sashaweiss/itree

v0.3.1

24 Jun 00:14

Choose a tag to compare

Changed

  • --no-render argument renamed to --quiet, added -q
  • Better error messages when given invalid root path argument

v0.3.0

23 Jun 20:17

Choose a tag to compare

Added

  • Functionality similar to tree -d, as itree --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

13 Jun 19:37

Choose a tag to compare

Changelog

  • Update version in Cargo manifest

v0.2.1

13 Jun 19:31

Choose a tag to compare

Changelog

  • Add command-line flag used for benchmarking

v0.2.0

13 Jun 17:40

Choose a tag to compare

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

12 Jun 21:24

Choose a tag to compare

Changelog

  • Add loading dialog if the tree is taking a while to load (for large directories)

v0.1.1

12 Jun 20:37
796e777

Choose a tag to compare

Changelog

  • Add hjkl as navigation keys in addition to arrow keys (Vim keybindings)

v0.1.0

12 Jun 19:09

Choose a tag to compare

This is the initial release of itree.

Features

  • Interactive navigation of a directory structure, in an interface mirroring that of the the Linux tree utility.
  • Respect .[git]ignore and .git/info/exclude files by default.
  • Configurable UI and inclusion of files.