You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dar-- 28/06/2021 13:33:00 4.0 KB Users/
When run from a Windows machine, the first column could show the attributes the same way "Get-ChildItem" does on PowerShell on Windows.
Actual behavior
drwxrwxrwx 28/06/2021 13:33:00 4.0 KB Users/
(thanks for this neat piece of software, i am using it every time!)
The text was updated successfully, but these errors were encountered:
Hi @zwpaper !
I believe those are the 5 standard attributes for Windows files/folders:
d=directory
a=archive
r=read-only
s=system
h=hidden
I remember that since the old ages of MS-DOS, and I am pretty sure those still apply to the current Windows versions. Maybe there are further attributes above those 5, but I am not sure about this.
By default Get-ChildItem lists the mode (Attributes), LastWriteTime, file size (Length), and the Name of the item. The letters in the Mode property can be interpreted as follows:
l (link)
d (directory)
a (archive)
r (read-only)
h (hidden)
s (system)
lsd --version
: lsd 0.23.1Expected behavior
dar-- 28/06/2021 13:33:00 4.0 KB Users/
When run from a Windows machine, the first column could show the attributes the same way "Get-ChildItem" does on PowerShell on Windows.
Actual behavior
drwxrwxrwx 28/06/2021 13:33:00 4.0 KB Users/
(thanks for this neat piece of software, i am using it every time!)
The text was updated successfully, but these errors were encountered: