HuntnGather – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 13... Line 13...
13   13  
Line 14... Line 14...
14 Released under the MIT License, all rights reserved. 14 Released under the MIT License, all rights reserved.
Line -... Line 15...
-   15  
15   16 -=:[ ChangeLog ]:=-
16 -=:[ ChangeLog ]:=- 17  
17   18 20210109:
-   19  
Line 18... Line 20...
18 ?: 20 * Add the ability to specify the database file for all tools (-d).
Line 19... Line 21...
19 * Add the ability to specify the database file for all tools (-d). 21 * Perform some file checking for all tools before running.
20 * Perform some file checking for all tools before running. 22 * Add Amiga-style pattern matching with Hunt.
Line 75... Line 77...
75   77  
76 which will create a file in the S: directory named "gahter.db". While 78 which will create a file in the S: directory named "gahter.db". While
77 Gather is running, the utility will display the number of indexed 79 Gather is running, the utility will display the number of indexed
Line 78... Line 80...
78 directories and files on the command line. 80 directories and files on the command line.
79   81  
Line 80... Line 82...
80 In order to look for a file, the Hunt utility is invoked with a search 82 In order to look for a file, the Hunt utility is invoked with an Amiga
Line 81... Line 83...
81 term: 83 search pattern:
82   84  
83   85  
84 Hunt test 86 Hunt #?test#?
Line 85... Line 87...
85   87  
Line 110... Line 112...
110 "S:gather.db" for files matching the terms passed to Hunt on the 112 "S:gather.db" for files matching the terms passed to Hunt on the
111 command line. 113 command line.
Line 112... Line 114...
112   114  
Line 113... Line 115...
113 For instance: 115 For instance:
Line 114... Line 116...
114   116  
115 Hunt test 117 Hunt #?test#?
116   118  
Line -... Line 119...
-   119 will search all files in the Gather database "S:gather.db" for the
-   120 term "test". If any file within the database partially matches the
117 will search all files in the Gather database "S:gather.db" for the 121 term "test", then Hunt will display the path on the command line.
Line 118... Line 122...
118 term "test". If any file within the database partially matches the 122
-   123 Hunt uses Amiga-style pattern for matching the file names.
119 term "test", then Hunt will display the path on the command line. 124
Line 120... Line 125...
120   125 -=:[ Source ]:=-
Line 121... Line 126...
121 -=:[ Mentions ]:=- 126  
Line 122... Line 127...
122   127 The project is open sourced and licensed under MIT. The source code
123 My boss spilled the data of 800+ employees. 128 is included in the AmiNET release or can be checked out via subversion