Skip to content
/ clipsh Public

πŸ“Ž A minimal clipboard manager written in bash

Notifications You must be signed in to change notification settings

kimat/clipsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Clipsh

A minimal clipboard manager

Usage

  • Run the daemon using : watch -n1 ./clipsh : every second, clipboard content will be saved
  • use ./lsclips to build a command to replace your current clipboard with a previous one or use a ready made one from examples folder

Configuration

  • adapt clip() in clipsh if you want to keep history of all selected text too
  • adapt $FOLDER in clipsh if you want clips to be written to disk
  • adapt clip() in clipsh || examples/* if you wan't to replace xclip

About

πŸ“Ž A minimal clipboard manager written in bash

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages