A simple clipboard manager.
Features dark/light mode and portrait/landscape mode and filtering results.
Linux requirements:
- x11 (wayland is untested)
xcliporxsel
Other platforms are untested but may work. See compatibility here.
First, install Go - this varies based on your OS. Make sure your $PATH
includes go env | grep GOBIN.
Then, use go install:
CGO_ENABLED=1 go install -ldflags="-w -s -buildid= -X main.version=0.0.5" -trimpath github.com/charles-m-knox/[email protected]To do a proper build, run the following - make sure you have upx and go installed as well as the listed requirements above:
make build-prod