Clipboard

Open-source projects categorized as Clipboard

Top 23 Clipboard Open-Source Projects

  • clipboard.js

    :scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard:

  • Project mention: Copy selected input to the clipboard in javascript. | dev.to | 2023-12-10

    const copyButton = document.getElementById('copy-button'); const checkboxes = document.querySelectorAll('input[type="checkbox"]'); copyButton.addEventListener('click', () => { const selectedValues = []; // Loop through all checkboxes for (const checkbox of checkboxes) { // Check if the checkbox is checked if (checkbox.checked) { // Add the checkbox value to the array selectedValues.push(checkbox.value); } } // Check if any values are selected if (selectedValues.length > 0) { // Combine the selected values into a single string with newline separators const copyText = selectedValues.join('\n'); // Copy the text to the clipboard using ClipboardJS (optional) // You can install and use the ClipboardJS library for better compatibility // https://clipboardjs.com/ // const clipboard = new ClipboardJS('#copy-button'); // clipboard.copy(copyText); navigator.clipboard.writeText(copyText).then(() => { console.log('Values copied to clipboard!'); }, (error) => { console.error('Error copying values:', error); }); } else { alert('Please select at least one option to copy.'); } });

  • CopyQ

    Clipboard manager with advanced features

  • Project mention: Very specific macro clipboard software | /r/software | 2023-08-30

    Try CopyQ https://github.com/hluk/CopyQ

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Clipy

    Clipboard extension app for macOS.

  • Project mention: Clipboard history | /r/MacOS | 2023-05-17

    I like Clipy https://github.com/Clipy/Clipy

  • Clipboard

    😎🏖️🐬 Your new, 𝙧𝙞𝙙𝙤𝙣𝙠𝙪𝙡𝙞𝙘𝙞𝙤𝙪𝙨𝙡𝙮 smart clipboard manager

  • Project mention: hotel management system project in c++ 👍 | /r/programmingcirclejerk | 2023-07-01
  • vue-easytable

    A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

  • markor

    Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..

  • Project mention: A structured note-taking app for personal use | news.ycombinator.com | 2023-12-21

    Just curious, any reason you're using TMarkor instead of Markor? (https://github.com/gsantner/markor/ , https://play.google.com/store/apps/details?id=net.gsantner.m...)

    Only asking since this was also the editor I ended up settling on in Android, but it seems like TMarkor is just a repackaging of Markor without any references to its forked(?) source.

    My requirement was that the repo had to be open source so that I could audit the repo and compile the APK from source, as well as potentially fork it for personal modifications if needed.

  • joshuto

    ranger-like terminal file manager written in Rust

  • Project mention: Use Midnight Commander like a pro (2015) | news.ycombinator.com | 2024-01-21
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Ditto

    Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.

  • Project mention: IrfanView | news.ycombinator.com | 2024-03-30

    The most famous is the clipboard one (https://ditto-cp.sourceforge.io/). I'd be surprised if they were referring to another "Ditto" software.

  • zsh-vi-mode

    💻 A better and friendly vi(vim) mode plugin for ZSH.

  • Project mention: The secret weapon of Bash power users | news.ycombinator.com | 2024-03-24
  • tmux-yank

    Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.

  • piknik

    Copy/paste anything over the network.

  • Project mention: macOS Command-Line Tools You Might Not Know About | news.ycombinator.com | 2023-06-27

    Extra handy when combined with `piknik`[1] for distributed/cross-Apple account clipboard shenanigans.

    [1] https://github.com/jedisct1/piknik

  • enhanced-github

    :rocket: Browser extension to display size of each file, download link and copy file contents directly to the clipboard

  • SmartSystemMenu

    SmartSystemMenu extends system menu of all windows in the system

  • wl-clipboard

    Command-line copy/paste utilities for Wayland

  • Project mention: With Firefox on X11, any page can pastejack you anytime (middle button paste) | news.ycombinator.com | 2023-10-21

    > things it doesn't support like xclip

    https://github.com/bugaevc/wl-clipboard

    $ cat ~/bin/clip

        #!/bin/sh

  • clipboard

    clipboard for golang (by atotto)

  • clipmenu

    Clipboard management using dmenu

  • Project mention: clipboard | /r/linuxquestions | 2023-05-29

    I use clipmenu, which runs via dmenu. Works great.

  • datapasta

    On top of spaghetti, all covered in cheese....

  • CopyPlusPlus

    让复制更加简单!

  • extrakto

    extrakto for tmux - quickly select, copy/insert/complete text without a mouse

  • Project mention: Are We Sixel Yet | news.ycombinator.com | 2023-05-14

    For me personally tmux giver minor improvements (some of them are done by some terminals, some are not), e.g.:

    * Text selection using variuos shortcuts (usually I use it only for URL):

    https://github.com/tmux-plugins/tmux-copycat

    * FZF autocompletion from output, e.g. in case I want to diff some file I see changed in `git status`:

    https://github.com/laktak/extrakto

  • pbgopy

    Copy and paste between devices

  • GPaste

    Clipboard management system

  • clipboard

    React Native Clipboard API for both iOS and Android. (by react-native-clipboard)

  • Pasteboard-Viewer

    📋 Inspect the system pasteboards on macOS

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-30.

Clipboard related posts

Index

What are some of the best open-source Clipboard projects? This list will help you:

Project Stars
1 clipboard.js 33,774
2 CopyQ 7,865
3 Clipy 7,198
4 Clipboard 4,321
5 vue-easytable 3,587
6 markor 3,336
7 joshuto 3,244
8 Ditto 3,005
9 zsh-vi-mode 2,731
10 tmux-yank 2,512
11 piknik 2,406
12 enhanced-github 1,989
13 SmartSystemMenu 1,697
14 wl-clipboard 1,343
15 clipboard 1,165
16 clipmenu 1,049
17 datapasta 881
18 CopyPlusPlus 847
19 extrakto 806
20 pbgopy 791
21 GPaste 741
22 clipboard 642
23 Pasteboard-Viewer 627
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com