Add scanletter alias to .bashrc.d/10aliases.
authorW. Trevor King <wking@drexel.edu>
Sun, 5 Feb 2012 15:01:46 +0000 (10:01 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 5 Feb 2012 15:07:00 +0000 (10:07 -0500)
commit68c8da379813d8de5150e92e6248abcad40ba5fd
treefd328062ad77387b3d954cdbc805ca87b3851eac
parentb6e9298fbd0884689493bbd929f4b977999b0879
Add scanletter alias to .bashrc.d/10aliases.

This makes it easy for me to scan letter-size pages:

  $ scanletter > scan.tiff

It's based on `scanimage` (media-gfx/sane-backends) on Gentoo, which
uses the epson2 sane backend and the iscan gt f720 plugin for my Epson
V300.  To emerge on Gentoo, add

  SANE_BACKENDS="epson2"

to your `/etc/make.conf`, and emerge `media-gfx/xsane` and
`media-gfx/iscan-plugin-gt-f720`.  You may not need all of xsane for
this alias, but it's nice to have for scanning strangely shaped
objects.
src/.bashrc.d/10aliases