The classic LS command, but shows the hidden files too.
As you can see, the command shows the hidden files. The mode
is signalised as ---h--
.
In GitHub, use the option Download code
. Then select Download ZIP
.
Change the global variable $Global:path
from the path.ps1
file to your real path to the lsh directory (absolute path).
$Global:path = "C:\Path\To\This\Directory"
Add an environment variable with the path to the lsh directory.
This step is necessary, because if you don't do it, you'll not be able to run the command in a different directory.
Just add a new one with the path that you selected in the last step.
Packages used: chalk
Important: you need to have installed Node.js