Simple cli clipboard manager written in rust

Overview

cpd - CLI Clipboard Storage

Simple program which stores your current clipboard content into ~/.clipboardfile for later extraction. Probably only works on linux btw idk

$ cpd list 
1 Condi tempest
2 Dragonhunter
3 QFB

$ cpd get 2
Copying entry for Dragonhunter to clipboard
wrote [&DQEuFSo6GzkmDwAAihIAAEgBAAD+AAAAtRIAAAAAAAAAAAAAAAAAAAAAAAA=] to clipboard

Installation

$ cargo build --release 
$ sudo mv target/release/cpd /usr/bin

Help

$ cpd help

closing thoughts

well first of all i want to thank the reigning norwegian champion of snow volleyball : matato for support and ideas during a tough development period. check out matato games, or his new rust-based company must industries - it really is a must to check it out lmao

You might also like...
Cross-platform CLI Rimworld Mod manager. Still under development

rwm Inspired by Spoons rmm. This is a cross-platform Mod Manager for RimWorld intended to work with macOS, linux and Windows Up to now, you must have

A simple TUI password manager made in Rust.

IronKey IronKey is a Terminal User Interface (TUI) based password generator written in Rust. It leverages the power of Rust's performance and safety f

A flexible simple theme manager for *nix systems

tema A theme manager for *nix systems respecting the FHS spec configuration As of now all the configuration is done via $XDG_CONFIG_HOME/tema/config.y

Simple file manager to practice using tui-rs

simple-tui-file-manager Simple file manager to practice using tui-rs Keymap Key description j, up move up k, down move down h, Left move parent dir l,

Wallrus is a simple wallpaper manager for linux.
Wallrus is a simple wallpaper manager for linux.

wallrus Wallrus is a simple and blazing-fast wallpaper manager for linux. It wraps around feh to provide a simple, fast, feature-rich and user-friendl

comfy is a flexible command script manager / runner written in Rust

comfy is a cross-platform command script manager / runner tool, which allows you to run commands in the command line itself, but being these predefined in a portable and universal .comfy file.

 joshuto: ranger-like terminal file manager written in Rust.
joshuto: ranger-like terminal file manager written in Rust.

joshuto: ranger-like terminal file manager written in Rust.

Lemurs - A lightweight TUI display/login manager written in Rust ๐Ÿ’
Lemurs - A lightweight TUI display/login manager written in Rust ๐Ÿ’

Lemurs ๐Ÿ’ A TUI Display/Login Manager written in Rust WIP: Whilst the project is working and installable, there are still a lot of bugs and limitation

An open source artifact manager. Written in Rust back end and an Vue front end to create a fast and modern experience

nitro_repo Nitro Repo is an open source free artifact manager. Written with a Rust back end and a Vue front end to create a fast and modern experience

Comments
  • Should be copied to /usr/local/bin instead of /usr/bin

    Should be copied to /usr/local/bin instead of /usr/bin

    /usr/local/bin is for normal user programs not managed by the distribution package manager, e.g. locally compiled packages. You should not install them into /usr/bin because future distribution upgrades may modify or delete them without warning.

    opened by dilawarm 1
Owner
null
A simple TTS tool for Windows that reads directly from the clipboard.

Quick Text-To-Speech A simple TTS tool for Windows that reads directly from the clipboard or from textfiles that are dragged into the window. Screensh

Alexander 3 May 1, 2023
๐Ÿฆ€ Stupid simple presentation of the number of words, characters and lines on your clipboard.

clipcount: Counting words from the clipboard content Why does this exist? Do you find yourself often needing to count the number of words in a piece o

Magnus Rรธdseth 3 Feb 23, 2024
Save image from your clipboard ๐Ÿ“‹ as an image file directly from your command line! ๐Ÿ”ฅ

Clpy ?? Save copied image from clipboard as an image file directly from your command line! Note It works only on windows as of now. I'll be adding sup

Piyush Suthar 13 Nov 28, 2022
A system clipboard command line tools which inspired by pbcopy & pbpaste but better to use.

rclip A command line tool which supports copy a file contents to the system clipboard or copy the contents of the system clipboard to a file. Install

yahaa 3 May 30, 2022
A slightly smart clipboard tool - leverage the filesystem to persist across machines after shutdown.

clipd A slightly smart clipboard using the filesystem under ~/.clipd to persist after shutdown. cowsay "clipd is great" | clipd copy clipd paste ____

null 5 Aug 9, 2022
Share clipboard between machines on your local network.

Clipshare Do you ever have to work on multiple machines? Do you ever used your Githubโ„ข Gists just to send some text between then? Clipshare is here to

Rodrigo Navarro 39 Jun 19, 2023
๐Ÿ““ Simple cli snippet manager

nt Minimal cli snippet manager inspired by boom Usage USAGE: nt <SUBCOMMAND> OPTIONS: -h, --help Print help information -V, --versi

Vadim 1 Aug 11, 2022
A simple to-do list manager written in Rust

A simple To-Do list manager written in Rust I wrote this project while I'm learning Rust for practice. I decided to put this project online so that ot

Tiago Correia 4 Jan 5, 2023
Simple terminal file manager(vi-style keybindings) written in rust

rust-tfm rust-tfm is a terminal file manager written in rust heavily inspired by lf and ranger, and also inspired by suckless software. rust-tfm.mp4 F

Jiao ShiJie 9 Sep 26, 2023
๐Ÿด RusTOTPony โ€” CLI manager of one-time password generators aka Google Authenticator

?? RusTOTPony CLI manager of time-based one-time password generators. It is a desktop alternative for Google Authenticator. Installation Arch Linux Pa

German Lashevich 23 Jan 5, 2023