|
1 | 1 | # SearchPyLinux qtag version C.07 |
2 | 2 |
|
3 | 3 | ## Overview: |
4 | | -### qtag is a search tool designed specifically for humans. It allows for searching files and directories based on tags - words or word beginnings - in any order. ### For example, searching with the tag "ari" would match "Aristotle", "my Arist", and even "MyFriendArist", but not "parish". |
| 4 | +### qtag is a search tool designed specifically for humans. It allows for searching files and directories based on tags - words or word beginnings - in any order. <br> |
| 5 | +### For example, searching with the tag "ari" would match "Aristotle", "my Arist", and even "MyFriendArist", but not "parish". |
5 | 6 |
|
6 | 7 | # Features: |
7 | | -<strong> Tag-based Searching: </strong> Search using tags which are words or word beginnings in any order. |
8 | | -<strong> Negative Tags: </strong>Using a leading colon with a tag allows for an exclusion search. For instance, searching with the tag ":pdf" would exclude files with the tag "pdf". |
9 | | -<strong> Wildcards: </strong>Use the dot (".") as a wildcard for any single character, and ".*" for any sequence of characters. |
10 | | -<strong> Options: </strong>Various options such as searching only directories, files, case-sensitive search, local search, and more. |
11 | | -<strong> Path Setting: </strong>Specify the search path or use the current directory as default. |
12 | | -<strong> Link Creation: </strong>Option to create symbolic links to matching files in a working directory. |
13 | | -<strong> Tag Management: </strong>Add or delete tags from files. |
14 | | -<strong> Verbose Mode: </strong>Match directories as well if the filename does not match. |
15 | | -<strong> Help: </strong>Comprehensive help documentation for usage. |
16 | | -## How to Use: |
17 | | -### Search: |
| 8 | +<strong> Tag-based Searching: </strong> Search using tags which are words or word beginnings in any order. <br> |
| 9 | +<strong> Negative Tags: </strong>Using a leading colon with a tag allows for an exclusion search. For instance, searching with the tag ":pdf" would exclude files with the tag "pdf". <br> |
| 10 | +<strong> Wildcards: </strong>Use the dot (".") as a wildcard for any single character, and ".*" for any sequence of characters. <br> |
| 11 | +<strong> Options: </strong>Various options such as searching only directories, files, case-sensitive search, local search, and more. <br> |
| 12 | +<strong> Path Setting: </strong>Specify the search path or use the current directory as default. <br> |
| 13 | +<strong> Link Creation: </strong>Option to create symbolic links to matching files in a working directory. <br> |
| 14 | +<strong> Tag Management: </strong>Add or delete tags from files. <br> |
| 15 | +<strong> Verbose Mode: </strong>Match directories as well if the filename does not match. <br> |
| 16 | +<strong> Help: </strong>Comprehensive help documentation for usage. <br> |
| 17 | +## How to Use: <br> |
| 18 | +### Search: <br> |
18 | 19 |
|
19 | 20 | <strong> Basic Search:</strong> ```qtag [Tags and Options]``` <br> |
20 | 21 | <strong> Exclusion Search:</strong> ```qtag :[Tag to Exclude]``` <br> |
|
0 commit comments