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

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.0.tar.gz (4.7 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.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: linksopen-0.1.0.tar.gz
  • Upload date:
  • Size: 4.7 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.0.tar.gz
Algorithm Hash digest
SHA256 cf2a082ba364d2516345d2148cc1ba66d6c290ac71c520e7c811baef99159af0
MD5 42128cb83d513e0c5783a236d410264e
BLAKE2b-256 8c5250353f6202f3bd0c9daed7429901c37a28a1e6f7bbbbb22ccdddbb4e713d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: linksopen-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.9 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d7d568fcf9b25f7073739446f5d330fd346dc0f2936ece778eae116eaa160500
MD5 c23762d41cca7c3a45415825402d0506
BLAKE2b-256 80b177e9b204fca1a27e9575ddf144cd38ea568be2c8bfd298e59db97d483be0

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