vim-oscyank VS vim-clipper

Compare vim-oscyank vs vim-clipper and see what are their differences.

vim-oscyank

A Vim plugin to copy text through SSH with OSC52 (by ojroques)

vim-clipper

Clipper integration for Vim (by wincent)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-oscyank vim-clipper
23 2
575 43
- -
4.8 3.5
5 months ago 7 months ago
Vim Script Vim Script
BSD 2-clause "Simplified" License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-oscyank

Posts with mentions or reviews of vim-oscyank. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-03.

vim-clipper

Posts with mentions or reviews of vim-clipper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-06.
  • Find source of yank slowdown
    1 project | /r/neovim | 7 Dec 2023
    I just found the culprit. I frequently use neovim on remote machines via SSH. In order to have seamless clipboard access, I use vim-clipper with a local port forward back to the Clipper daemon instance on my workstation. This wasn't a problem in the past because normal yank operations wouldn't send data through that tunnel, only when I initiated a Clip command to copy the contents of the last register through the tunnel. At some point the defaults changed so that every yank operation goes through clipper, and doing that through a remote port was infeasable. All I had to do was set g:ClipperAuto=0.
  • Clipboard support over SSH. Nothing seems to work
    3 projects | /r/neovim | 6 Oct 2021
    After so many similar frustrations like this one I ended up using this https://github.com/wincent/vim-clipper and its required OS counter part https://github.com/wincent/clipper

What are some alternatives?

When comparing vim-oscyank and vim-clipper you can also consider the following projects:

nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration

clipper - ✂️ Clipboard access for local and remote tmux sessions

vim-osc52 - Copy text via OSC 52 from Vim.

Vim - The official Vim repository

rclip - a tool to copy selected text in tmux copy mode on remote host to local system clipboard

SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc

vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.

sqlite.lua - SQLite/LuaJIT binding for lua and neovim [Moved to: https://github.com/kkharji/sqlite.lua]

piknik - Copy/paste anything over the network.

yank - Yank terminal output to clipboard

oneclipboard - Copy/Paste text between Android device and Desktop easily