Skip to content

Releases: OussamaM1/treels

v1.0.0

07 Apr 20:22
14d97a9
Compare
Choose a tag to compare

⚡ treels

Treels, a CLI tool built in Go, merges the tree and ls commands while introducing intuitive merging and beautification features,
simplifying directory navigation and enhancing the command-line experience.

🚀 Installation

To install the treels command-line tool, ensure you have Go installed on your system. If not, you can download and install it from the official Go website.

Once you have Go installed, open a terminal or command prompt and run the following command:

go install github.com/oussamaM1/treels/

This command will download the repository, build the treels executable, and place it in your Go binary directory. Make sure your Go binary directory is in your system's PATH so that you can execute treels from any directory.

📝 Note

To ensure that icons are displayed correctly in the terminal, it's recommended to use Nerd fonts. For example, you can download the FiraCode Nerd Font from here.

⚡ Usage

treels [Flags] [Path]

🏷️ Flags

  • -a, --all: List all files and directories
  • -h, --help: Help for treels
  • -t, --tree: Tree view of the directory
  • -i, --icon: Disable icons (Enabled by default)

What's Changed

Full Changelog: https://github.com/OussamaM1/treels/commits/v1.0.0