https://github.com/donuts-are-good/lens
lens is not `ls`
https://github.com/donuts-are-good/lens
cli donut-utils go golang ls
Last synced: 15 days ago
JSON representation
lens is not `ls`
- Host: GitHub
- URL: https://github.com/donuts-are-good/lens
- Owner: donuts-are-good
- License: mit
- Created: 2023-05-09T16:34:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T06:23:38.000Z (about 3 years ago)
- Last Synced: 2026-04-04T06:42:25.384Z (3 months ago)
- Topics: cli, donut-utils, go, golang, ls
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

  
# π lens
lens is like 'ls' for humans: human readable filesizes, emojis to represent filetypes, symlinks, and directories.
## π usage
your best bet is to download a release that corresponds with your os and architecture, then move `lens` to `/usr/bin/lens` or in your local bin folder, then alias it to `ll` or something. it's nice, but using it as a drop in replacement for `ls` could conflict with scripts that use `ls` expecting the output of `ls`.
**view the current directory:**
```
./lens
```
**or view a specific directory**
```
./lens /path/to/directory
```
the output should look something like this:
```
ββdh@lisa ~/projects/lens βΉmasterββΊ
β°β$ lens
dir: /users/dh/projects/lens
.git π dir 384 tue, 09 may 2023 21:14:41 cdt
.gitignore π gitignore 34 tue, 09 may 2023 11:26:47 cdt
go.mod π mod 48 tue, 09 may 2023 11:26:47 cdt
*lens βοΈ exe 2107010 tue, 09 may 2023 21:14:41 cdt
license.md π md 1068 tue, 09 may 2023 11:26:47 cdt
main.go π go 1712 tue, 09 may 2023 20:58:44 cdt
readme.md π md 877 tue, 09 may 2023 21:08:56 cdt
```
## π license
mit license 2023 donuts-are-good. license.md for more details.