A crossplatform clipboard tools for copy & paste text, html and image.
Clipboard copy and paste tools for pi (OSC52 copy + pbpaste/xclip/wl-paste/Get-Clipboard paste).
A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.
Cross platform node system clipboard work with text, image, files
Powered By [ArcoDesign](https://arco.design/)
A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.
Keyboard shortcuts for stash/restore, undo/redo, clipboard, and thinking toggle — chord-based overlay system
Terminal-first T3 Code fork with an OpenTUI client
Convert longform markdown files to outline format used by Logseq
Terminal UI for the bd beads issue tracker
tree-sitter-awk ================
pi extension: paste clipboard images into the prompt across Windows, Linux, and macOS
A cross platform utility to copy images to clipboard
convert formatted text to markdown
This MCP server provides tools for interacting with Android devices through the Android Debug Bridge (ADB). It enables AI assistants to perform common Android development and testing operations.
Turn your phone into a wireless microphone for your desktop — real-time speech-to-text typed into any focused window via WebSocket. Works over local WiFi or internet relay. Supports Linux, macOS, and Windows. AI-powered text cleanup with OpenAI, Anthropic
test-email-cli is a cli application for generating and managing test email addresses.
Image attachment and rendering extension for Pi TUI
Auto upload image to oss when copy image, and return the link of image
(주)다음과 네이버(주)의 온라인 서비스를 이용한 한글 맞춤법 검사기.
Linux tools for Path of Exile
pi extension that adds /copy-user to copy the most recent user message to your clipboard
A cross-platform CLI tool for English learning with translation, voice pronunciation, and Notion integration. Supports Windows, macOS, and Linux.
CLI for testing HTTP servers using unexpected-http
A bidirectional clipboard synchronization tool that seamlessly connects local and remote machines over SSH, enabling real-time clipboard sharing with automatic reconnection and customizable clipboard handlers
Easily and securely share files from the command line. A fully featured Send client.
CLI tool to gather code context for LLMs
copy current working dirctory to clipboard
Terminal-based UI for visualizing and debugging Cardano transactions with Plutus V3 datum/redeemer support
Sync your X11 and Wayland clipboard seamlessly
Cross-platform command and path translator library for terminal emulators
Screen{shot,cast} and perform ImageOps on the command line
Provides a guess for the game Guess the Weight of the Marrow on both Neopets and virtu.pet.
A cat(1) clone with wings.
Console Command Yank - captures and yanks the last terminal command output to clipboard
Copies the path of the current working dir. to the clipboard. If a parameter is given, it's also added to the path.
A wrapper for xfce4-screenshooter and xclip to save screenshots.
A command-line tool for copying piped input to the clipboard with options for line limits, markdown wrapping, appending, and echoing output.
Reads a text file (if supplied as the first argument) and creates a pdf file with the same name but with .pdf as extension in the current directory via the program pdflatex (the only requirement besides ruby itself). If '-h' is the first argument, then the program displays the helptext and exits. The program can also read the input text from STDIN (STanDard IN) and create the pdf file in the user's home directory. When this method is used, no argument is given to the program and the text is simply piped directly into the program like this: $ echo 'Hello' | txt2pdf This would create a pdf file with only 'Hello' and the page number at the bottom of the resulting pdf page. With this, you could map a key binding in your window manager to create a pdf file from the text you selected in any program, be it the terminal, your browser or your text editor. In my wm of choice, i3, I have added the following to my i3 config: bindsym $mod+p exec xclip -o | txt2pdf This would create a pdf file from the text I have selected as I hit the 'Window Button' and 'p'.