no worries, have got it now, first looks
tc@box:~$ appsearch
A default configuration file has been created. Open
/home/tc/.config/appsearch/appsearch.conf to change
directory paths and filenames. Leave the CurrentDbase=
field blank, appsearch will fill that in. Copy your .db
files to DbaseDir. When you restart appsearch, select
the Database->Import function. Imported files will be
saved with the extension .nsv and can then be loaded.
The default config (until I break it is)
# All database files are in this directory
DbaseDir=/home/tc/.config/appsearch/
# Most recent database searched
CurrentDbase=
# Default to case sensitive searches when program starts (Y or N)
CaseSensitive=N
# File name results are written to, gets overwritten with each search
ResultsFileName=appsearch.txt
# Directory to save ResultsFileName in
ResultsFileDir=/home/tc/.config/appsearch/
# File name to copy ResultsFileName to for future reference
LogFileName=appsearch.log
# Directory to save LogFileName in
LogFileDir=/home/tc/.config/appsearch/
start appsearch shows
Menu
/ - Edit include in search ................e - Edit exclude from search
r - Search records ........................f - Search fields
c - Case insensitive search
v - View results ..........................l - View log file
a - Append results to log file ............o - Overwrite log file with results
s - Shell out to command line
q - Quit ..................................d - Database menu (? Display current)
------ status box below says
No or invalid default database listed.
Use the Database menu to select one.
Ready
Not able to show it correctly due to some format issues. I won't snapshot it at this stage.
I then moved my depends.nsv file and my old tmp.db to under /home/tc/.config/appsearch
in appsearch I then ran -d and chose l to get response
Loaded: "/home/tc/.config/appsearch/depends.nsv"
did a search.......for cups.h*.....could not see anything so went back to database and chose to import my db with response
Read: "/home/tc/.config/appsearch/tmp.db" │
Wrote: "/home/tc/.config/appsearch/tmp.nsv"
redo search term cups.h*
nope nothing found,
any clues where I am going wrong please?