Home
Softono
infinitecopy

infinitecopy

Open source Python
22
Stars
1
Forks
0
Issues
3
Watchers
2 weeks
Last Commit

About infinitecopy

Clipboard manager

Platforms

Web Self-hosted

Languages

Python

Links

InfiniteCopy is simple cross-platform clipboard manager.

Install and Run

There is no need to install the app. Single file executables are provided.

You can grab latest build artifacts from a successful GitHub action run.

Run from Source Code

Clone repository and start the app with:

uv sync
uv run infinitecopy

Install pre-commit for local repository clone:

pre-commit install

Run all checks:

pre-commit run --all-files
uv run pytest

Plugins

Plugins are dynamically loaded Python modules in user configuration directory that allow making to act on new clipboard content.

You can add custom plugins to configuration directory. Usually the path is:

  • on Linux: ~/.config/InfiniteCopy/plugins
  • on Windows: C:/Users/<USER>/AppData/Local/InfiniteCopy/plugins
  • on macOs: ~/Library/Preferences/InfiniteCopy/plugins

See predefined plugins: