clipse

Crates.ioclipse
lib.rsclipse
version1.2.2
sourcesrc
created_at2023-11-15 05:04:34.431512
updated_at2024-02-05 16:41:03.805753
descriptiona cli clipboard manager for linux
homepage
repositoryhttps://github.com/frroossst/clipse-rs
max_upload_size
id1036148
size33,184
Adhyan H. Patel (frroossst)

documentation

README

introduction

A simple command line tool to copy text to clipboard and manage a clipboard stack.

Installation

Enable xclip feature to copy to clipboard:

cargo install clipse --features xclip

Otherwise it will just print the text to stdout.

Usage

To copy, clipse -c

To add to stack, clipse -a <text>

Once in the stack, press dd to delete, hjkl to navigate, and q to quit.

Known Issues

If the program is exited abruptly, the terminal might not be restored to its original state.

Update Log

  • 1.2.2: (5 Feb 2024) I consider the project to be feature complete for my current use cases, PRs and issues are welcome!
Commit count: 18

cargo fmt