URI: 
       TODO - croptool - Image cropping tool
  HTML git clone git://lumidify.org/croptool.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/croptool.git (encrypted, but very slow)
  HTML git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/croptool.git (over tor)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       TODO (755B)
       ---
            1 * Proper path handling (allow paths including "'", etc.)
            2   - Option 1: Implement command parsing inside croptool/selectool
            3     and call commands directly instead of printing them.
            4   - Option 2: Add option 'escape chars' for characters that
            5     must be escaped in the filename (kind of hacky).
            6 * Draw pixmap on exposure events instead of doing the
            7   expensive image resizing each time
            8 * Maybe add zooming support
            9 * Maybe optionally show rectangle coordinates on screen
           10 * Allow to copy/paste selection
           11 * Key for allowing/disallowing rectangle out of image bounds
           12 * Read selections from file - to modify again later
           13 * Better navigation - jump to beginning, etc.
           14 * Some sort of 'multiselectool' that makes it easy to sort
           15   images into different directories.