xclip
xplr.vim
xclip | xplr.vim | |
---|---|---|
13 | 10 | |
1,110 | 19 | |
2.2% | - | |
4.7 | 0.0 | |
about 1 month ago | over 2 years ago | |
C | Vim Script | |
GNU General Public License v3.0 only | BSD 2-clause "Simplified" License |
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
xplr.vim
-
What file explorer do you use?
xplr.vim
-
What are your favorite Rust-powered Linux programs?
Xplr, a hackable, minimal, fast TUI file explorer
- Does a based GTK file manager even exist out there?
-
Some useful linux terminal application or plugging ?
xplr (TUI file explorer)
-
fm-nvim: Neovim plugin that lets you use your favorite terminal file managers from within Neovim
The supported file managers (as of right now) are nnn, lf, ranger, xplr, and vifm.
-
xplr features updated
Being super configurable, [xplr][xplr] by design integrates well with other tools. Try this fzf integration tutorial or this vim plugin if you are not convinced yet.
-
[help] Looking for Lua veterans to help with embedded Lua api
Fun fact: xplr has a vim plugin.
-
Do you use a file tree explorer?
I use xplr with plugin for exploring and fzf for searching.
-
xplr - A hackable, minimal, fast TUI file explorer
View on GitHub
-
Looking for a new plugin owner
Now, I would like to clean up, probably improve and turn xplr.vim into a real and well maintained plugin, with its own dedicated variables and docs. However, I have no experience with vim plugin development and decided that it's better to offload this task to someone who knows their way around the (neo)vim plugin system, so that I can focus more on xplr's development instead.
What are some alternatives?
CopyQ - Clipboard manager with advanced features
nnn.vim - File manager for vim/neovim powered by n³
micro-editor - A modern and intuitive terminal-based text editor
defx.nvim - :file_folder: The dark powered file explorer implementation for neovim/Vim8
PostgresApp - The easiest way to get started with PostgreSQL on the Mac
clifm - Command Line Interface File Manager
neovim - Vim-fork focused on extensibility and usability
fm-nvim - 🗂 Neovim plugin that lets you use your favorite terminal file managers (and fuzzy finders) from within Neovim.
noice - Branch of the noice file browser from http://git.2f30.org/noice
kinto - Mac-style shortcut keys for Linux & Windows.
xplr - A hackable, minimal, fast TUI file explorer