Thanks to visit codestin.com
Credit goes to github.com

Skip to content

charles-m-knox/go-fltk-clipboard

Repository files navigation

go-fltk-clipboard

A simple clipboard manager.

Features dark/light mode and portrait/landscape mode and filtering results.

Screenshots

Dark mode, portrait orientation

Light mode, landscape orientation

Requirements

Linux requirements:

  • x11 (wayland is untested)
  • xclip or xsel

Other platforms are untested but may work. See compatibility here.

Installation

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]

Development setup

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

About

A simple clipboard manager, extremely light on RAM.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published