comparison README.txt @ 16:12db2d46722d

note to self
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 01 May 2013 22:09:34 -0700
parents a62fbff067f8
children a815b73c8e19
comparison
equal deleted inserted replaced
15:1281d999618c 16:12db2d46722d
77 ---------------------- 77 ----------------------
78 78
79 I mostly wrote smartopen to help me. That it has. 79 I mostly wrote smartopen to help me. That it has.
80 However...a few things.... 80 However...a few things....
81 81
82 - there should be a local version
82 - better way of setting up handlers? 83 - better way of setting up handlers?
83 - really, i want to push down to choose what i think the handler is, 84 - really, i want to push down to choose what i think the handler is;
84 but only should we I release the hand that Jesus becomes Magic 85 that is, in some ideal world, I press (e.g.) Ctrl+Alt+s ; if i
85 (sorry, I hate the movie too) 86 *release* then i get the default, but i am shown the several matches
87 and can A. make my choice at that point; -or- B. interact in an even
88 more creative way
86 89
87 ....and more? 90 See also mad scramblings from the comments atop
91 http://k0s.org/programs.html
92
93 -
88 94
89 Was reading about catfish....e.g. 95 Was reading about catfish....e.g.
90 http://www.addictivetips.com/ubuntu-linux-tips/catfish-file-searching-tool-for-ubuntu-linux/ 96 http://www.addictivetips.com/ubuntu-linux-tips/catfish-file-searching-tool-for-ubuntu-linux/
91 ... 97 ...
92 98
93 """ 99 """
94 file search tool that support several different engines 100 file search tool that support several different engines
95 101
96 A file search tool using different backends which is configurable via 102 A file search tool using different backends which is configurable via
97 the command line. 103 the command line.
98 104
99 This program acts as a frontend for different file search engines. 105 This program acts as a frontend for different file search engines.
100 The interface is intentionally lightweight and simple. But it takes 106 The interface is intentionally lightweight and simple. But it takes