I\'m working on a console application. My application uses urwid lib. In some cases, I need to show very long hyperlinks as short text inside table columns. I want to open l
This is completely not a Python question, bash itself doesn't recognize links. But some terminal emulators does. As example Gnome terminal recognize link with http://google.com or www.google.com, but not simple google.com. http:// or www indicate what this is link. Probably most other terminal emu will do same but I can't say whih exactly.