1
0
Fork
You've already forked url-open
1
Opens .URL files in your favorite browser on Linux and FreeBSD. https://www.ctrl.blog/entry/internet-shortcut-files.html
  • Makefile 68.3%
  • Shell 31.7%
2023年04月30日 09:01:01 +02:00
LICENSES Initial version 2021年03月02日 02:34:56 +01:00
src fixes #1 - parameter URLs 2023年04月30日 09:01:01 +02:00
.gitignore Initial version 2021年03月02日 02:34:56 +01:00
Makefile Add checks and lints 2021年03月11日 18:35:44 +01:00
README.md Slightly better description 2021年03月02日 12:45:02 +01:00

url-open is a simple a program for FreeDesktop environments (Linux, FreeBSD) for opening .URL files (Internet Shortcut files). The program parses opened .URL files, opens their link in your default web browser, and immidiately exits. It installs as a helper program. All you need to do is to double-click your .URL files to open.

Links will open in your default web browser using xdg-open.

Installation instructions

  1. Downloal and extract a release tarball
  2. sudo make install --prefix=/usr/local