Adjust scanletter alias to use SANE_DEFAULT_DEVICE.
authorW. Trevor King <wking@tremily.us>
Tue, 10 Jul 2012 16:03:30 +0000 (12:03 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 10 Jul 2012 16:03:30 +0000 (12:03 -0400)
This allows me to easily override the SANE device.  This is useful
because subsequent scanner plugins can generate increasing USB device
numbers:

  epkowa:interpreter:001:003
  epkowa:interpreter:001:004
  ...

src/.bashrc.d/00environment
src/.bashrc.d/10aliases

index 20a71d86d2991e1705534c7e2e8326a0e8c1bbb9..62ee06a7383419d5b647b4c8c19657b9b031caec 100644 (file)
@@ -8,3 +8,5 @@ if [ -f ~/.hosts ]; then
 fi
 
 export MONKEYSPHERE_CHECK_KEYSERVER=false
+
+export SANE_DEFAULT_DEVICE='epkowa:interpreter:001:003'
index 413e1b766fa7920cbadb2464c837c285e1e037a8..94a05faa4d5cf5a58b8e5664d5555d22e4999f98 100644 (file)
@@ -28,7 +28,7 @@ alias findex='find . -perm -u+x ! -type d'
 alias sortdat='find . -printf "%TY-%Tm-%Td+%TH:%TM:%TS %h/%f\n" | sort -n'
 alias sortdirdat='find . -type d -printf "%TY-%Tm-%Td+%TH:%TM:%TS %h/%f\n" | sort -n'
 alias pythonhttp='python -m SimpleHTTPServer 8000'
-alias scanletter='scanimage -d 'epkowa:interpreter:001:003' --quick-format Letter --format=tiff'
+alias scanletter='scanimage --quick-format Letter --format=tiff'
 
 # enable color support of ls and also add handy aliases
 if [ "$TERM" != "dumb" ] && [ -x /usr/bin/dircolors ]; then