Skip to content

Releases: DevanshRaghav75/grepX

1.4

13 Oct 16:36
1c4d706
Compare
Choose a tag to compare

Fixes:

  • fully updated greper.py
  • Added multi-threading, In previous versions the multi-threading isn't working b'coz of some coding mistake but now it's fixed and working properly so grepX is more fast now.

grepX 1.3

25 Jul 10:44
610e056
Compare
Choose a tag to compare
  • 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

19 Jul 14:56
d00780d
Compare
Choose a tag to compare
  • Added -t\--threads.
  • Fixed some errors

Now grepX is more fast with the power of multi-threading

1.1

15 Jul 17:39
534f9df
Compare
Choose a tag to compare
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

15 Jul 14:57
51f614e
Compare
Choose a tag to compare
1.0
Update README.md