https://github.com/charles-m-knox/go-fltk-clipboard
A simple clipboard manager, extremely light on RAM.
https://github.com/charles-m-knox/go-fltk-clipboard
Last synced: 2 months ago
JSON representation
A simple clipboard manager, extremely light on RAM.
- Host: GitHub
- URL: https://github.com/charles-m-knox/go-fltk-clipboard
- Owner: charles-m-knox
- License: agpl-3.0
- Created: 2024-09-09T21:38:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T00:24:00.000Z (8 months ago)
- Last Synced: 2025-01-04T06:28:43.199Z (4 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fltk-clipboard
A simple clipboard manager.
Features dark/light mode and portrait/landscape mode and filtering results.
## Screenshots


## Requirements
Linux requirements:
- x11 (wayland is untested)
- `xclip` or `xsel`Other platforms are untested but may work. [See compatibility here](https://github.com/atotto/clipboard).
## Installation
Go to the [releases page](https://github.com/charles-m-knox/go-fltk-clipboard/releases) and download the latest version there. Place it anywhere in your `$PATH` and you're good to go.
## Development setup
To build, run the following - make sure you have `upx` and `go` installed as well as the listed requirements above:
```bash
make build-prod
```To install to `~/.local/bin/`, run
```bash
make install
```## Flatpak note
It is possible to build a flatpak distribution of this application, but I don't currently have time to deal with the extra overhead, so the only recommended installation method is by building it yourself or downloading a precompiled binary from the releases page (if available).