Skip to content

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

@rameshm76

Description

@rameshm76

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions