2020-09-06 22:02:55 +05:30
2020-09-08 23:44:38 +05:30
2020-09-09 01:17:30 +05:30
2020-09-07 01:02:12 +05:30
2020-09-06 17:35:07 +05:30
2020-09-06 21:54:53 +05:30
2020-09-03 14:45:31 +05:30
2020-09-02 14:31:49 +05:30
2020-09-03 14:49:34 +05:30
2020-09-07 13:48:43 +05:30
2020-09-06 17:35:07 +05:30
2020-09-06 21:54:53 +05:30
2020-09-06 17:35:07 +05:30
2020-09-06 21:54:53 +05:30
2020-08-23 19:30:59 +05:30
2020-09-07 13:48:43 +05:30
2020-09-09 01:20:54 +05:30

OpenSource go cli

logo-ls

GitHub go.mod Go version GitHub tag (latest SemVer) PRs HitCount

modern ls command with vscode like file logos. Written in Golang

Command and Arguments supported are listed in HELP.md

Check the downloaded Resource

receive public key of the signing party

$ gpg2 --keyid-format long --keyserver keyserver.ubuntu.com --recv-keys 0x28182066bcacccb2

gpg: key 28182066BCACCCB2: "Yash Handa (logo-ls) <yashhanda7@yahoo.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

check the signature on logo-ls_SHA512sums.txt

$ gpg2 --keyid-format long --verify logo-ls_SHA512sums.txt.sig logo-ls_SHA512sums.txt

gpg: Signature made Tue 08 Sep 2020 10:21:52 PM IST
gpg:                using RSA key D9498B225223344C0205FDF528182066BCACCCB2
gpg: Good signature from "Yash Handa (logo-ls) <yashhanda7@yahoo.com>" [ultimate]

A Good signature means that the checked file was definitely signed by the owner of the keyfile stated (if they didnt match, the signature would be reported as BAD)

Now use logo-ls_SHA512sums.txt file to verify the authenticity of the resource downloaded

$ sha512sum -c logo-ls_SHA512sums.txt 2>&1 | grep OK

logo-ls_Linux_x86_64.tar.gz: OK
logo-ls_Linux_arm64.tar.gz: OK
logo-ls_Darwin_x86_64.tar.gz: OK
logo-ls_Linux_i386.tar.gz: OK
logo-ls_Linux_armv6.tar.gz: OK

Note: The downloaded resources to verify and logo-ls_SHA512sums.txt should be in the same directory

Example Commands

logo-ls

logo-ls -aD

logo-ls -alhD

logo-ls -1Dhs

logo-ls -RD

logo-ls -a

logo-ls -oahd -T Kitchen

Icon Set

icons

S
Description
Modern ls command with vscode like File Icon and Git Integrations. Written in Golang
Readme MIT
5.5 MiB
Languages
Go 99.7%
Shell 0.3%