mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
Added notes about diffpdf to the KB
This commit is contained in:
@@ -3,9 +3,14 @@
|
|||||||
Install and use `diffpdf` (preferred) or `diff-pdf`:
|
Install and use `diffpdf` (preferred) or `diff-pdf`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
sudo pacman -S diffpdf
|
||||||
sudo zypper install diff-pdf
|
sudo zypper install diff-pdf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
diffpdf file1 file2
|
||||||
|
```
|
||||||
|
|
||||||
As an alternative:
|
As an alternative:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
11
knowledge base/diffpdf.md
Normal file
11
knowledge base/diffpdf.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# DiffPDF
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# Install it.
|
||||||
|
sudo pacman -S diffpdf
|
||||||
|
|
||||||
|
# Show differences visually.
|
||||||
|
diffpdf file1 file2
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user