mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Add more docs
This commit is contained in:
parent
fadfb3d70c
commit
e634d7150f
@ -133,7 +133,7 @@ The [permissions][30] applied to the node.
|
||||
|
||||
Type: nullable integer
|
||||
|
||||
Created time in nanosecond since UNIX epoch.
|
||||
Creation time in nanosecond since UNIX epoch.
|
||||
|
||||
### last_modified
|
||||
|
||||
|
@ -182,6 +182,18 @@ Type: [Permission][60]
|
||||
|
||||
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
|
||||
|
||||
Type: nullable [Resolved Node Metadata][61]
|
||||
@ -215,6 +227,8 @@ A node contains the following fields:
|
||||
- [size][55]
|
||||
- [human_size][56]
|
||||
- [permissions][57]
|
||||
- [created][71]
|
||||
- [last_modified][72]
|
||||
- [canonical][58]
|
||||
- [symlink][59]
|
||||
|
||||
@ -352,3 +366,5 @@ xplr.config.modes.builtin.default.key_bindings.on_key.space = {
|
||||
[68]: #loc
|
||||
[69]: #paths
|
||||
[70]: #history-1
|
||||
[71]: #created
|
||||
[72]: #last_modified
|
||||
|
@ -39,6 +39,8 @@ A sorter can be one of the following:
|
||||
- "ByIsReadonly"
|
||||
- "ByMimeEssence"
|
||||
- "BySize"
|
||||
- "ByCreated"
|
||||
- "ByLastModified"
|
||||
- "ByCanonicalAbsolutePath"
|
||||
- "ByICanonicalAbsolutePath"
|
||||
- "ByCanonicalExtension"
|
||||
@ -47,6 +49,8 @@ A sorter can be one of the following:
|
||||
- "ByCanonicalIsReadonly"
|
||||
- "ByCanonicalMimeEssence"
|
||||
- "ByCanonicalSize"
|
||||
- "ByCanonicalCreated"
|
||||
- "ByCanonicalLastModified"
|
||||
- "BySymlinkAbsolutePath"
|
||||
- "ByISymlinkAbsolutePath"
|
||||
- "BySymlinkExtension"
|
||||
@ -55,6 +59,8 @@ A sorter can be one of the following:
|
||||
- "BySymlinkIsReadonly"
|
||||
- "BySymlinkMimeEssence"
|
||||
- "BySymlinkSize"
|
||||
- "BySymlinkSize"
|
||||
- "BySymlinkCreated"
|
||||
|
||||
TODO: document each
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user