diff options
| author | georg | 2018-10-01 21:26:59 +0000 |
|---|---|---|
| committer | georg | 2018-10-01 21:26:59 +0000 |
| commit | a24c59b208152797b4d5aeb0f5a58413bacb31b9 (patch) | |
| tree | 4a747466500b0ee298427a01b9cc36e49729b57e /doc/mat2.1 | |
| parent | 652b8e519fbd11da051f40ecde5b814e1e8fc013 (diff) | |
manpage: this is about mat2, not mat
Diffstat (limited to 'doc/mat2.1')
| -rw-r--r-- | doc/mat2.1 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/doc/mat2.1 b/doc/mat2.1 new file mode 100644 index 0000000..26d9e03 --- /dev/null +++ b/doc/mat2.1 | |||
| @@ -0,0 +1,70 @@ | |||
| 1 | .TH MAT2 "1" "September 2018" "MAT2 0.3.1" "User Commands" | ||
| 2 | |||
| 3 | .SH NAME | ||
| 4 | mat2 \- the metadata anonymisation toolkit 2 | ||
| 5 | |||
| 6 | .SH SYNOPSIS | ||
| 7 | mat2 [\-h] [\-v] [\-l] [\-c] [\-s | \-L]\fR [files [files ...]] | ||
| 8 | |||
| 9 | .SH DESCRIPTION | ||
| 10 | .B mat2 | ||
| 11 | removes metadata from various fileformats. It supports a wide variety of file | ||
| 12 | formats, audio, office, images, … | ||
| 13 | |||
| 14 | Careful, mat2 does not clean files in-place, instead, it will produce a file with the word | ||
| 15 | "cleaned" between the filename and its extension, for example "filename.cleaned.png" | ||
| 16 | for a file named "filename.png". | ||
| 17 | |||
| 18 | .SH OPTIONS | ||
| 19 | .SS "positional arguments:" | ||
| 20 | .TP | ||
| 21 | \fBfiles\fR | ||
| 22 | the files to process | ||
| 23 | .SS "optional arguments:" | ||
| 24 | .TP | ||
| 25 | \fB\-h\fR, \fB\-\-help\fR | ||
| 26 | show this help message and exit | ||
| 27 | .TP | ||
| 28 | \fB\-v\fR, \fB\-\-version\fR | ||
| 29 | show program's version number and exit | ||
| 30 | .TP | ||
| 31 | \fB\-l\fR, \fB\-\-list\fR | ||
| 32 | list all supported fileformats | ||
| 33 | .TP | ||
| 34 | fB\-c\fR, \fB\-\-check\-dependencies\fR | ||
| 35 | check if MAT2 has all the dependencies it needs | ||
| 36 | .TP | ||
| 37 | \fB\-s\fR, \fB\-\-show\fR | ||
| 38 | list harmful metadata detectable by MAT2 without | ||
| 39 | removing them | ||
| 40 | .TP | ||
| 41 | \fB\-L\fR, \fB\-\-lightweight\fR | ||
| 42 | remove SOME metadata | ||
| 43 | |||
| 44 | .SH EXAMPLES | ||
| 45 | To remove all the metadata from a PDF file: | ||
| 46 | .PP | ||
| 47 | .nf | ||
| 48 | .RS | ||
| 49 | mat2 ./myfile.pdf | ||
| 50 | .RE | ||
| 51 | .fi | ||
| 52 | .PP | ||
| 53 | |||
| 54 | .SH BUGS | ||
| 55 | |||
| 56 | While mat2 does its very best to remove every single metadata, | ||
| 57 | it's still in beta, and \fBsome\fR might remain. Should you encounter | ||
| 58 | some issues, check the bugtracker: https://0xacab.org/jvoisin/mat2/issues | ||
| 59 | .PP | ||
| 60 | Please use accordingly and be careful. | ||
| 61 | |||
| 62 | .SH AUTHOR | ||
| 63 | This software was made by Julien (jvoisin) Voisin with the support of the Tails project. | ||
| 64 | |||
| 65 | .SH COPYRIGHT | ||
| 66 | This software is released on LGPLv3. | ||
| 67 | |||
| 68 | .SH "SEE ALSO" | ||
| 69 | .BR exiftool (1p) | ||
| 70 | .BR pdf-redact-tools (1) | ||
