Skip to content

Simple and fast multi-platform clipboard manager (WIP)

License

Notifications You must be signed in to change notification settings

Toni500github/clippyman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clippyman

A simple and perfomant, multi-platform clipboard manager.

Dependencies

Only ncurses and its devel libraries (e.g ncurses-devel)
Search online how to install in your OS.

Building

# PLATFORM can be xorg, wayland or unix
# it will be added in the binary name at the end
# e.g clippyman-wayland
# For all OS it's best to use PLATFORM=unix
make PLATFORM=unix DEBUG=0

Alternatively if you wish to use cmake

mkdir build && cd $_
# here you need to specify the platform like -DPLATFORM_WAYLAND or -DPLATFORM_XORG
cmake .. -DCMAKE_BUILD_TYPE=Release
make # or ninja

About

Simple and fast multi-platform clipboard manager (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages