From c4a8634a0aefcd2cf7fb8866a620934e82f6c2ee Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 4 Mar 2020 19:22:02 +0300 Subject: [PATCH] Add ll (#396) Co-authored-by: Jonathan Neidel --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index d26c89f..a0c21eb 100644 --- a/readme.md +++ b/readme.md @@ -429,9 +429,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Directory Listing -- [alder](https://github.com/aweary/alder) - A minimal implementation of the UNIX tree command with colors! -- [exa](https://github.com/ogham/exa) - An improved version of `ls` written in Rust. -- [tre](https://github.com/dduan/tre) - Tree command with git awareness, editor aliasing, and more. +- [alder](https://github.com/aweary/alder) - Minimal `tree` with colors. +- [exa](https://github.com/ogham/exa) - Improved version of `ls`. +- [tre](https://github.com/dduan/tre) - `tree` with git awareness, editor aliasing, and more. +- [ll](https://github.com/antonmedv/ll) - `ls` with git status. ### Directory Navigation