Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/charles-m-knox/go-fltk-clipboard

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/charles-m-knox/go-fltk-clipboard

  • v0.0.0-20240910002358-91fa92d1d061
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-fltk-clipboard

A simple clipboard manager.

Features dark/light mode and portrait/landscape mode.

Screenshots

Coming soon.

Requirements

Linux requirements:

  • x11 (wayland is untested)
  • xclip or xsel

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

Installation

This application can be installed via Flatpak:

# if you do not have flathub added as a remote, please add it first, so that
# the necessary flatpak runtimes can be acquired:
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

flatpak --user remote-add --if-not-exists cmcode https://flatpak.cmcode.dev/cmcode.flatpakrepo

flatpak --user install cmcode dev.cmcode.go-fltk-clipboard

Development setup

This repository makes use of git lfs for tracking its word dictionaries. Please ensure you have it working.

To build, run

make build-prod

To install to ~/.local/bin/, run

make install

Building the flatpak

To build the flatpak, use:

make flatpak-build-test

This will install a local version of the flatpak, and you can run it via

flatpak --user run dev.cmcode.go-fltk-clipboard

Once you're satisfied with it, you can then proceed to release it, assuming the remote repository's mount point is set up correctly:

# WARNING: This will update the globally available repository!
make flatpak-release

FAQs

Package last updated on 10 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc