Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Provide a way to input multiple URL and get the expanded URL in table format or CSV format #1

Open
rameshm76 opened this issue Dec 28, 2019 · 0 comments

Comments

@rameshm76
Copy link

The command twzer expand google.com command produces a table. In my case I want to expand bunch of bit.ly urls. Due to the output format (table decoration) it is not much useful output.

for url in `cat bitly.csv`
do
   echo "$url `twzer expand $url` \n" >> urls.txt
done

The urls.txt is not very useful.

May be adding another option:
twzer bare expand google.com just spits http://google.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant