clifm
xclip
clifm | xclip | |
---|---|---|
2 | 13 | |
107 | 1,100 | |
- | 2.1% | |
0.0 | 2.9 | |
over 4 years ago | 9 days ago | |
Haskell | C | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 only |
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.
clifm
-
File manager with image preview in the terminal?
Good thing you linked to it, because my first hit on Google was a completely different clifm.
-
xplr - A hackable, minimal, fast TUI file explorer
clifm
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
What are some alternatives?
angel - Process Monitoring/Management, Like Daemontools
neovim - Vim-fork focused on extensibility and usability
ranger - A VIM-inspired filemanager for the console
micro-editor - A modern and intuitive terminal-based text editor
xplr.vim - Fork of https://github.com/mcchrish/nnn.vim modified to work with xplr. Until xplr has its own plugin.
CopyQ - Clipboard manager with advanced features
async-pool
kinto - Mac-style shortcut keys for Linux & Windows.
interprocess - Portable interprocess communication (IPC) in Haskell
PostgresApp - The easiest way to get started with PostgreSQL on the Mac
mole