Add more docs

pull/477/head
Arijit Basu 2 years ago committed by Arijit Basu
parent fadfb3d70c
commit e634d7150f

@ -133,7 +133,7 @@ The [permissions][30] applied to the node.
Type: nullable integer Type: nullable integer
Created time in nanosecond since UNIX epoch. Creation time in nanosecond since UNIX epoch.
### last_modified ### last_modified

@ -182,6 +182,18 @@ Type: [Permission][60]
The [permissions][60] applied to the node. The [permissions][60] applied to the node.
### created
Type: nullable integer
Creation time in nanosecond since UNIX epoch.
### last_modified
Type: nullable integer
Last modification time in nanosecond since UNIX epoch.
### canonical ### canonical
Type: nullable [Resolved Node Metadata][61] Type: nullable [Resolved Node Metadata][61]
@ -215,6 +227,8 @@ A node contains the following fields:
- [size][55] - [size][55]
- [human_size][56] - [human_size][56]
- [permissions][57] - [permissions][57]
- [created][71]
- [last_modified][72]
- [canonical][58] - [canonical][58]
- [symlink][59] - [symlink][59]
@ -352,3 +366,5 @@ xplr.config.modes.builtin.default.key_bindings.on_key.space = {
[68]: #loc [68]: #loc
[69]: #paths [69]: #paths
[70]: #history-1 [70]: #history-1
[71]: #created
[72]: #last_modified

@ -39,6 +39,8 @@ A sorter can be one of the following:
- "ByIsReadonly" - "ByIsReadonly"
- "ByMimeEssence" - "ByMimeEssence"
- "BySize" - "BySize"
- "ByCreated"
- "ByLastModified"
- "ByCanonicalAbsolutePath" - "ByCanonicalAbsolutePath"
- "ByICanonicalAbsolutePath" - "ByICanonicalAbsolutePath"
- "ByCanonicalExtension" - "ByCanonicalExtension"
@ -47,6 +49,8 @@ A sorter can be one of the following:
- "ByCanonicalIsReadonly" - "ByCanonicalIsReadonly"
- "ByCanonicalMimeEssence" - "ByCanonicalMimeEssence"
- "ByCanonicalSize" - "ByCanonicalSize"
- "ByCanonicalCreated"
- "ByCanonicalLastModified"
- "BySymlinkAbsolutePath" - "BySymlinkAbsolutePath"
- "ByISymlinkAbsolutePath" - "ByISymlinkAbsolutePath"
- "BySymlinkExtension" - "BySymlinkExtension"
@ -55,6 +59,8 @@ A sorter can be one of the following:
- "BySymlinkIsReadonly" - "BySymlinkIsReadonly"
- "BySymlinkMimeEssence" - "BySymlinkMimeEssence"
- "BySymlinkSize" - "BySymlinkSize"
- "BySymlinkSize"
- "BySymlinkCreated"
TODO: document each TODO: document each

Loading…
Cancel
Save