Skip to content

msn-05/termux-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Termux Copy

Simple program to copy a file's content to clipboard. Coded in python. See the source code here. Compiled to binary with Pyinstaller You need to have Termux:Api app installed.

Install it from F-Droid or Play store

Usage:

copy <file>

This will copy the content from to the clipboard

Steps to install the program are given below:

All in one command if you don't want to copy paste them one by one:

pkg update && pkg upgrade -y && pkg install git -y && git clone https://github.com/msn-05/termux-copy.git && cd termux-copy && chmod +x install && ./install



1)Update termux:

pkg update && pkg upgrade -y

2)Install git

pkg install git -y

3)Clone this repo

git clone https://github.com/msn-05/termux-copy.git

4)Change dir to the repo and give executable permissions to install

cd termux-copy && chmod +x install

5)Run the script

./install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published