You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this nice tool! I'm using it as a base for a little helper script I am writing to automatically append my proxychains.conf configuration file with proxies, using fzf as a selector.
Currently it kinda works but I'm using the --out option to work on the fetched proxies. but that means I'm losing the comments with extra information that fetch.py prints on the right of IP addresses. Those would be of great convenience for fuzzy searches (country, anonymity level, etc.).
As I can't really use the direct output of fetch.py by manually exporting it to a file with bash (I would end up having no UI or terminal activity for tens of seconds), I prefer to keep using --out, but would really love to see an extra option to keep comments.
Thanks!
The text was updated successfully, but these errors were encountered:
Kabouik
changed the title
Keep commands in file export?
Keep comments in file export?
Jun 16, 2021
Thanks for this nice tool! I'm using it as a base for a little helper script I am writing to automatically append my
proxychains.conf
configuration file with proxies, usingfzf
as a selector.Currently it kinda works but I'm using the
--out
option to work on the fetched proxies. but that means I'm losing the comments with extra information thatfetch.py
prints on the right of IP addresses. Those would be of great convenience for fuzzy searches (country, anonymity level, etc.).As I can't really use the direct output of
fetch.py
by manually exporting it to a file with bash (I would end up having no UI or terminal activity for tens of seconds), I prefer to keep using--out
, but would really love to see an extra option to keep comments.Thanks!
The text was updated successfully, but these errors were encountered: