Skip to content
/ lltree Public

List files and directories in tree format inspired by the ll alias.

License

Notifications You must be signed in to change notification settings

DefNu1l/lltree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lltree: Enhanced Tree Listing

The lltree command, a fusion of the tree and ll alias (ls -la) command, is designed to provide an extended and comprehensive view of the file structure. This project aims to augment the tree command by incorporating additional details such as file permissions, user, and creation date. By doing so, it offers a swift and dependable solution for visualizing folder contents while ensuring no crucial elements are overlooked.

Usage:

  • Use the make command to compile and install the lltree project:
make && make install
  • The syntax is as follows:
lltree <path>
  • <path> represents the target directory. It can be either an absolute or relative path.

  • However, there is no need for a path if only the current directory needs to be disclosed.

lltree
  • Maybe you have some problems with lltree or just want to remove it. No problem, just use:
make uninstall

Example

$ lltree

output example

License

The lltree project is published under the MIT license.