Skip to content

hiimsergey/oorl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oorl

A tool for opening URLs from text files. A small "script" I made for myself because I need this very often.

Usage

$ oorl path1 path2 path3 ...

... where every argument is the path to a text file. Every URL from every file will be opened in your default browser.

Output:

path1: https://example1.com
path1: https://example2.com
path2: https://another_example1.com
path2: https://another_example2.com
path3: https://yet_another_example1.com
path3: https://yet_another_example2.com