Saved Specifications
From Geoqo
(Difference between revisions)
| Line 3: | Line 3: | ||
EG, in a file called "$HOME/.geoqo/mem/search/newpuzzles" put: | EG, in a file called "$HOME/.geoqo/mem/search/newpuzzles" put: | ||
| − | + | log:finder<=>MYNAME | |
| − | log:finder<=>MYNAME | + | &&subtype=Unknown |
| − | + | ||
| − | + | ||
Then you can call geoqo to remeber that particular search pattern: | Then you can call geoqo to remeber that particular search pattern: | ||
| − | + | geoqo -s mem:newpuzzles -l | |
| − | geoqo -s mem:newpuzzles -l | + | |
| − | + | ||
To list all the puzzles you need to solve and find. | To list all the puzzles you need to solve and find. | ||
Revision as of 01:01, 23 December 2006
To avoid having to type things repeatedly, you can save things in specification files and call them by name.
EG, in a file called "$HOME/.geoqo/mem/search/newpuzzles" put:
log:finder<=>MYNAME &&subtype=Unknown
Then you can call geoqo to remeber that particular search pattern:
geoqo -s mem:newpuzzles -l
To list all the puzzles you need to solve and find.