Skip to main content

Handle gracefully openning links that are inside text files. Simple as that.

Project description

Linksopen

linksopen is a lightweight command-line tool installed locally into your user environment. It is designed to be simple, portable, and shell-friendly, without relying on system-wide package managers.

The project ships with an installer and uninstaller that manage everything inside ~/.local/bin.


Features

  • Local user installation (no root required)
  • Automatic PATH configuration
  • Supports Bash, Zsh, and Fish
  • Clean uninstall process
  • Zero external Python dependencies

Requirements

  • Unix-like system (Linux, macOS, WSL)
  • Python 3.14+
  • A POSIX-compatible shell (bash, zsh, or fish)

Install

Via pipx

pipx install linksopen

Option 2: Manual

Clone the repository and from the project root, run:

./install.sh

Usage

Once installed, you can run linksopen directly from your terminal. Example usage:

# Open text file links with default browser.
linksopen textfile_with_link.txt

# It can handle multiple urls.
linksopen my_links.md

Uninstall

./uninstall.sh

This deletes the executable from ~/.local/bin and leaves shell configuration files untouched.

Restart your shell after uninstalling.

Project Structure

├── linksopen.py        # Main Python executable
├── install.sh          # Installer script
├── uninstall.sh        # Uninstaller script
├── pyproject.toml      # Project metadata
├── README.md           # Documentation
└── LICENSE             # MIT License

Python Metadata

[project]
name = "linksopen"
version = "0.1.0"
description = "Handle gracefully openning links that are inside text files. Simple as that."
readme = "README.md"
requires-python = ">=3.14"
dependencies = []

The project currently has no external dependencies.

Notes on Implementation

  • PATH entries are added only if missing for bash, zsh and fish. Others posix compliant shells must add ~/.local/bin/ to path manually.

License

MIT License

Copyright (c) 2026 Rodolfo Souza

Permission is granted to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.

The Software is provided “as is”, without warranty of any kind.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linksopen-0.1.2.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

linksopen-0.1.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file linksopen-0.1.2.tar.gz.

File metadata

  • Download URL: linksopen-0.1.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for linksopen-0.1.2.tar.gz
Algorithm Hash digest
SHA256 23f822212d40626db7179715c3665eb28a34f0754a3aab453555ebb68211ae76
MD5 05ede4d26159e0602a871a51a786c828
BLAKE2b-256 fbb27ee27487ac2f9e1f4160fc68903b833e3bcf1b6a4bafedd66b7d84287395

See more details on using hashes here.

File details

Details for the file linksopen-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: linksopen-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for linksopen-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d4872c6e147c0338c49322cda82773a477d53100168e598931747c15e38cb99e
MD5 fdf43dc7069a2ad9598fdb37577ad508
BLAKE2b-256 858cf6cde7703a9e197bbcc4ba5a711f9790a05f587594abc44bc0fb0c4ac1fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page