Clipboards, Terminals, and Linux

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
sponsored
  1. tmux

    tmux source code

    Which leads me to clipboards. Linux has two of them! Adding to the interest, I typically use Neovim remotely, via an SSH connection to a Tmux session. And on my Linux system, I use urxvt as my terminal program. All of these are very UNIX-y tools, and somehow they all need to play nicely together.

  2. SaaSHub

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

    SaaSHub logo
  3. neovim

    Vim-fork focused on extensibility and usability

    I've recently switched to Neovim, and with it begun using the terminal mouse support. But, this has the side-effect that I can't just click-and-drag to select text in the terminal anymore -- Neovim controls that as well.

  4. clipnotify

    Notify on new X clipboard events

    The common xclip utility can be used to get or set clipboards. And, there's a tiny little utility script called clipnotify that I found really useful for debugging this. I cloned and built it, then ran it in a loop:

  5. dotfiles

    My custom dotfles (by parantapa)

    The urxvt terminal emulator doesn't support OSC-52 out of the box. Honestly, it does very little out of the box! But there's a tiny script, 52-osc that adds this support. This is actually nice, because you can see what it does:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Neovim Keybindings and My Workflow

    3 projects | dev.to | 9 Apr 2026
  • Building and Installing Neovim on OpenWrt

    2 projects | dev.to | 29 Nov 2025
  • Flow by keystroke

    1 project | dev.to | 17 Oct 2025
  • Neovim now natively supports inline competitions from LLMs

    1 project | news.ycombinator.com | 25 Aug 2025
  • How to connect Shopify to Notion

    1 project | dev.to | 20 Aug 2025

Did you know that C is
the 6th most popular programming language
based on number of references?