Add `--pdfmarks` option to pdf-merge.py.
[blog.git] / posts / cache-file.mdwn
1 [[cache-file.sh]] is a [[bash]] script to make it easy to sort
2 pictures using [pqiv][].  If you place `cache-file.sh` in your path,
3 and add
4
5     -1 "cache-file.sh saves"
6     -2 "cache-file.sh trash"
7
8 to `~/.pqivrc`, you can move the current picture to `.cache-saves/` or
9 `.cache-trash/` by pressing 1 or 2 respectively.  The `.cache-*/`
10 directory is in the same directory as the image file, and will be
11 created if it doesn't exist.
12
13 Not very complicated, but useful for quickly removing
14 almost-duplicates, blurry pictures, etc.
15
16 [pqiv]: http://www.pberndt.com/Programme/Linux/pqiv
17
18 [[!tag tags/bash]]
19 [[!tag tags/programming]]