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.3.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.3-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: linksopen-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 0c69d59528d9a7319753bbd539c9a52a2620461ba46fd96859cf1c740dd9549c
MD5 0676139bd8d44a194b38c664bbe928dd
BLAKE2b-256 90c8c847b1bdbbf1efc7313e54f90739a487661280a23bd8a7f2a61f71a6b5f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: linksopen-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cebad877fc1f3755ed1d5b315cdd088509081a578242ae42208eeb6345472105
MD5 85e4ee5f7e9d7ef98d9df83d80265974
BLAKE2b-256 00148ec3b07184282afaed93ffd006c7b21a00c2584ab7d5590e11d3e2b5651f

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