]> mj.ucw.cz Git - paperjam.git/blobdiff - TODO
TODO
[paperjam.git] / TODO
diff --git a/TODO b/TODO
index 65580b06f56cd5db5ff637082c05ef0c55f7fe67..82049507e9d5ec5c9e1fcc3d0f3fd009c918c586 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,17 @@
 - Integrate pdf-tools.cc with the rest of the code
 - What if an input page specifies /Rotate?
-- Better error messages from instantiation
-- Select should work without commands in the pipeline
-- page->index: use or remove
+- "-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