소스 검색

mat2: add page (#3207)

overkill 5 년 전
부모
커밋
4445f03f3f
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 24 0
      pages/common/mat2.md

+ 24 - 0
pages/common/mat2.md

@@ -0,0 +1,24 @@
+# mat2
+
+> Anonymise various file formats by removing metadata.
+> More information: <https://0xacab.org/jvoisin/mat2>.
+
+- List supported file formats:
+
+`mat2 --list`
+
+- Remove metadata from a file:
+
+`mat2 {{path/to/file}}`
+
+- Remove metadata from a file and print detailed output to the console:
+
+`mat2 --verbose {{path/to/file}}`
+
+- Show metadata in a file without removing it:
+
+`mat2 --show {{path/to/file}}`
+
+- Partially remove metadata from a file:
+
+`mat2 --lightweight {{path/to/file}}`