]> mj.ucw.cz Git - paperjam.git/blobdiff - TODO
TODO
[paperjam.git] / TODO
diff --git a/TODO b/TODO
index 5ecb29cf70a54d7fd1a193fcb09c430ce916e79b..82049507e9d5ec5c9e1fcc3d0f3fd009c918c586 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,2 +1,17 @@
 - Integrate pdf-tools.cc with the rest of the code
 - What if an input page specifies /Rotate?
+- "-f" switch
+- What should do modulo(half) with an odd number of tuples? Improve, or at least document.
+- Document use of negative numbers in ranges
+
+Ideas for further commands:
+
+# Can be written as: mix(cat) { modulo(2){1}, modulo(2){2} }
+duplex
+       long-edge
+
+# Send pages to multiple pipes and merge their results
+mix { ..., ..., ...}
+       cat             # Concatenate results (default is interleave)
+       cycle           # When one pipe ends earlier, cycle it from start
+       pad             # When one pipe ends earlier, add blank pages