firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
213 stars 37 forks source link

URLs on the first line of a file or stdin are not parsed #35

Closed firecat53 closed 8 years ago

firecat53 commented 8 years ago

Works:

echo -e "\ngoogle.com" | urlscan

Doesn't work (no entries shown):

echo -e "google.com" | urlscan
msmith491 commented 8 years ago

Ha, opened one at the same time as you :)

firecat53 commented 8 years ago

Oops, well you noticed the conditions better...closing this one.