Releases: DevanshRaghav75/grepX
Releases · DevanshRaghav75/grepX
1.4
grepX 1.3
- Removed unwanted spaces while printing and saving outputs
grepX was printing like this:
https://urls.com
https://urls.co.in
Now after this fix grepX is printing like this:
https:/urls.com
https://urls.co.in
This problem is fixed by using sep='', end=''
grepX 1.2
- Added
-t\--threads
. - Fixed some errors
Now grepX is more fast with the power of multi-threading
1.1
- Added
-s/--silent
argument - Added
-o/--output
argument
-s
will not print the output URLs
-o
will save the output to a file
1.0
Update README.md