xclip
neovim
xclip | neovim | |
---|---|---|
13 | 1,416 | |
1,106 | 85,911 | |
1.8% | 1.6% | |
4.7 | 10.0 | |
28 days ago | about 23 hours ago | |
C | Vim Script | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
xclip
-
macOS Command-Line Tools You Might Not Know About
I find it so annoying that these only work with plain text and RTF. On X11 there is `xclip`[0] and on Wayland there is `wl-clipboard`[1] both of which support binary file formats either through parsing the header or explicitly setting the MIME type.
This means you can do things like copy an image from the terminal and paste it into a graphical program like a browser or chat client and vice-versa. Also can be very useful in shell scripts for desktop automation.
The workaround on MacOS is to use AppleScript via `osascript` to `set the clipboard to...`.
[0] https://github.com/astrand/xclip
-
shcopy: a command line utility that copies content from anywhere, locally, remotely, over SSH...
This reminds me of xclip.
-
Best program to paste premade text from a file to where the cursor is on a desktop environment
I haven't used it in a while but xclip is a thing for X11 and you can create your own keyboard shortcuts and present a window with zenity or something.
- What are some of your favorite CLI/TUI apps?
-
clipboard: error: Error: target STRING not available
This is apparently an issue with xclip, not Neovim: https://github.com/astrand/xclip/issues/38
-
Do you find yourself often deleting a ":wq<newline>" from nano before pressing <ctrl>-X?
Lately I've become a big fan of Micro. It's as portable as Nano. By default it uses the same shortcuts as typical desktop programs: Ctrl-S for save, Ctrl-Q for quit, Ctrl-C/Ctrl-V for copy/paste, etc. It integrates well with Linux desktops' clipboards by optionally using xclip. Just like Nano, it can have multiple files open for easy copy/pasting between files. But the best thing of all is that its scripting/plugin system is plain old Lua 5.1.
- A way to copy text to the clipboard in Linux?
-
xplr - A hackable, minimal, fast TUI file explorer
Requires: xclip
- Copie e Cole pelo terminal com Xclip
-
macOS Big Sur breaks PostgreSQL because of new security API
> How do you select text in your virtual terminal with the keyboard?
with xsel(1x) or xclip(1)
https://github.com/kfish/xsel
https://github.com/astrand/xclip
neovim
-
My NeoVim Experience: Productivity vs Curiosity
NeoVim
-
Development Environment Configuration
Editors: Helix, NeoVim, Vim, Visual Studio Code
-
How to Enable Undercurl in Neovim: Terminal and Tmux Setup Guide
If you're using Neovim as your default code editor or IDE, you've likely encountered the concept of undercurl. But what exactly is undercurl? Let's dive in!
-
auto y2025 = new Year(); // Resolutions
Learn and use Neovim.
-
Setting Up Neovim
wget https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz mkdir nvim mv nvim-linux64.tar.gz nvim cd nvim tar -xvf nvim-linux64.tar.gz sudo ln -s ~/nvim/nvim-linux64/bin/nvim /usr/local/bin/nvim
- Ghostty 1.0
-
What I've Learned About My Editing Skills
One of the issues I have with vim (I actually use neovim for several years now) is that I do not remember most of the language.
- Atomic Note-Taking Guide
- The Cybershard Keyboard Layout
-
[SOLVED] Vue 3 + TypeScript + Inlay Hint support in NeoVim
It would be an understatement to say that getting stable Vue 3 language server support in NeoVim over the last 9-12 months has been smooth sailing for me, as evidenced by this lengthy GitHub issue: volar v2 no longer works.
What are some alternatives?
CopyQ - Clipboard manager with advanced features
helix - A post-modern modal text editor.
micro-editor - A modern and intuitive terminal-based text editor
neovim-qt - Neovim client library and GUI, in Qt5.
PostgresApp - The easiest way to get started with PostgreSQL on the Mac
vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.
xplr.vim - Fork of https://github.com/mcchrish/nnn.vim modified to work with xplr. Until xplr has its own plugin.
AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]
clifm - Command Line Interface File Manager
vim-polyglot - A solid language pack for Vim.
kinto - Mac-style shortcut keys for Linux & Windows.
neovide - No Nonsense Neovim Client in Rust