Saved Specifications
From Geoqo
(Difference between revisions)
| Line 11: | Line 11: | ||
To list all the puzzles you need to solve and find. | To list all the puzzles you need to solve and find. | ||
| + | |||
| + | Note that specification files can be broken down into multiple lines with spaces at the beginning and the end. Additionally, # can indicate a comment line as well: | ||
| + | |||
| + | # all caches not found by me | ||
| + | log:finder<=>MYNAME | ||
| + | # and that are of subtype Unknown | ||
| + | &&subtype=Unknown | ||
Revision as of 01:03, 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.
Note that specification files can be broken down into multiple lines with spaces at the beginning and the end. Additionally, # can indicate a comment line as well:
# all caches not found by me log:finder<=>MYNAME # and that are of subtype Unknown &&subtype=Unknown