Add page for yxml + misc changes
This commit is contained in:
parent
60c0840b94
commit
17e0e2b91c
7 changed files with 179 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
=pod
|
||||
|
||||
This document describes the file format that ncdu 1.9 uses for its
|
||||
This document describes the file format that ncdu 1.9 and 1.10 uses for its
|
||||
export/import feature (the C<-o> and C<-f> options). Check the L<ncdu
|
||||
manual|http://dev.yorhel.nl/ncdu/man> for a description on how to use that
|
||||
feature.
|
||||
|
|
@ -29,7 +29,7 @@ the existing format.
|
|||
=head2 Metadata
|
||||
|
||||
The C<< <metadata> >> element is a JSON object holding whatever (short)
|
||||
metadata you'd want. This block is currently (1.9) ignored by ncdu when
|
||||
metadata you'd want. This block is currently (1.9-1.10) ignored by ncdu when
|
||||
importing, but it writes out the following keys when exporting:
|
||||
|
||||
=over
|
||||
|
|
@ -40,7 +40,7 @@ String, name of the program that generated the file, i.e. C<"ncdu">.
|
|||
|
||||
=item progver
|
||||
|
||||
String, version of the program that generated the file, e.g. C<"1.9">.
|
||||
String, version of the program that generated the file, e.g. C<"1.10">.
|
||||
|
||||
=item timestamp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue