Skip to main content

A lightweight utility to copy text to the device clipboard using OSC 52.

Project description

TermuxC

Termux copy to clipboard made easy.

Also known as TermuxCopy

License: MIT Python Version PyPI version PyPI downloads

This dual function pip package & cli tool was made to solve an issue with Termux, not allowing copying to device clipboard easily without their companion app; This package solves that.

Cli Tool Usage:

Copy text

termuxc text

Or

echo "test" | termuxc

Copy text from file

cat filename | termuxc

Copy current working directory

pwd | termuxc

Also compatible with

  • bat
  • grep
  • curl
  • head
  • tail

Pip package Usage:

Copy text

from TermuxC import Copy
Copy("Str") #works with strings,
Copy(1) # numbers
Copy(1.3) # and floats!

Copy text from file

from TermuxC import Copy
with open("TermuxC.py", "r") as f:
    content = f.read()
    Copy(content)

Copy current working directory

from TermuxC import Copy
import os
Copy(os.getcwd())

Installation

Install pip package

pip install TermuxC

Uninstallation

pip uninstall TermuxC

Flags

Flag Function
-f Read from file
-i Interactive mode
-h Show help menu

Aditional flag alliases

  • --file
  • --interactive
  • --help

Requirements:

Python 3+

Get Python from https://www.python.org!

View Package here! https://pypi.org/project/TermuxC/

Create an issue here! https://github.com/Ruizennis/TermuxC/issues

View changelog here! https://github.com/Ruizennis/TermuxC/blob/main/CHANGELOG.md

Tmux support

As of version 2.2.0 And above TermuxC has native tmux support!

License

This project is license under the Mit license, see LICENSE

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

termuxc-2.5.2.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

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

termuxc-2.5.2-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file termuxc-2.5.2.tar.gz.

File metadata

  • Download URL: termuxc-2.5.2.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for termuxc-2.5.2.tar.gz
Algorithm Hash digest
SHA256 50e6361c3fb5095e173a9be6668ca83ddd14611485ce67c54ee96860f764bdc8
MD5 23019995d8177f395c224892f8917399
BLAKE2b-256 690591e68fcdbd6e05a8140704b6ea7d0474ad6b652e4b46659191577bbc4f1e

See more details on using hashes here.

File details

Details for the file termuxc-2.5.2-py3-none-any.whl.

File metadata

  • Download URL: termuxc-2.5.2-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for termuxc-2.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6e5d62c484022966039196c3f47cc0eb352373862a3cc1e4689414032800d345
MD5 5187b8efe71f51f5fca6f95691608b8e
BLAKE2b-256 9ff4426761a69965e83bc274b16f75486d63405964f5a0249f0a2629b9580733

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