Skip to content

Commit 2ae357b

Browse files
Update README.md
1 parent d9f239d commit 2ae357b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# SearchPyLinux qtag version C.07
22

33
## 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".
56

67
# 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>
1819

1920
<strong> Basic Search:</strong> ```qtag [Tags and Options]``` <br>
2021
<strong> Exclusion Search:</strong> ```qtag :[Tag to Exclude]``` <br>

0 commit comments

Comments
 (0)