Added pics to README.md
|
After Width: | Height: | Size: 411 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 200 KiB |
|
After Width: | Height: | Size: 172 KiB |
|
After Width: | Height: | Size: 36 KiB |
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"default": true,
|
||||||
|
"MD033": false,
|
||||||
|
"MD013": false
|
||||||
|
}
|
||||||
@@ -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)
|
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
|
## Icon Set
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ func main() {
|
|||||||
|
|
||||||
// if f_V is provided version will be printed and exit(0)
|
// if f_V is provided version will be printed and exit(0)
|
||||||
if *f_V {
|
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)
|
os.Exit(osExitCode)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -338,7 +338,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Printf("\n\n")
|
||||||
os.Exit(osExitCode)
|
os.Exit(osExitCode)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||