Added pics to README.md

This commit is contained in:
Yash-Handa
2020-09-07 01:02:12 +05:30
parent 7d58031d73
commit ffcaafbc27
11 changed files with 51 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

+5
View File
@@ -0,0 +1,5 @@
{
"default": true,
"MD033": false,
"MD013": false
}
+44
View File
@@ -4,6 +4,50 @@ modern ls command with vscode like file logos. Written in Golang
Command and Arguments supported are listed in [HELP.md](/HELP.md)
## Example Commands
<div>
<span align="center">
<img alt="logo-ls" title="logo-ls" src="/.github/images/ls.png">
</span>
</div><br>
<div>
<span align="center">
<img alt="logo-ls -aD" title="logo-ls -aD" src="/.github/images/ls-aD.png">
</span>
</div><br>
<div>
<span align="center">
<img alt="logo-ls -alhD" title="logo-ls -alhD" src="/.github/images/ls-alhD.png">
</span>
</div><br>
<div>
<span align="center">
<img alt="logo-ls -1Dhs" title="logo-ls -1Dhs" src="/.github/images/ls-1Dhs.png">
</span>
</div><br>
<div>
<span align="center">
<img alt="logo-ls -RD" title="logo-ls -RD" src="/.github/images/ls-RD.png">
</span>
</div><br>
<div>
<span align="center">
<img alt="logo-ls -a" title="logo-ls -a" src="/.github/images/ls-a.png">
</span>
</div><br>
<div>
<span align="center">
<img alt="logo-ls -oahd -T Kitchen" title="logo-ls -oahd -T Kitchen" src="/.github/images/ls-oahD.png">
</span>
</div><br>
## Icon Set
<div>
+2 -2
View File
@@ -134,7 +134,7 @@ func main() {
// if f_V is provided version will be printed and exit(0)
if *f_V {
fmt.Printf("logo-ls %s\nCopyright (c) 2020 Yash Handa\nLicense MIT <https://opensource.org/licenses/MIT>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n", "v1.1.0")
fmt.Printf("logo-ls %s\nCopyright (c) 2020 Yash Handa\nLicense MIT <https://opensource.org/licenses/MIT>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n", "v1.3.0")
os.Exit(osExitCode)
}
@@ -338,7 +338,7 @@ func main() {
}
}
}
fmt.Printf("\n\n")
os.Exit(osExitCode)
}