Add missing doc

pull/508/head v0.19.1
Arijit Basu 2 years ago
parent d579832c69
commit 12264722ef
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -122,6 +122,8 @@ A node contains the following fields:
- [permissions][57]
- [created][71]
- [last_modified][72]
- [uid][73]
- [gid][74]
- [canonical][58]
- [symlink][59]
@ -216,6 +218,18 @@ Type: nullable integer
Last modification time in nanosecond since UNIX epoch.
### uid
Type: integer
User ID of the file owner.
### gid
Type: integer
Group ID of the file owner.
### canonical
Type: nullable [Resolved Node Metadata][61]
@ -368,3 +382,5 @@ xplr.config.modes.builtin.default.key_bindings.on_key.space = {
[70]: #history-1
[71]: #created
[72]: #last_modified
[73]: #uid
[74]: #gid

Loading…
Cancel
Save