Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

notatestuser/hain-plugin-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hain-plugin-clipboard

Restore clipboard history in Windows like in Alfred for Mac OS!

Preview!

Installation

Install and open Hain (alt+space), then type this command:

/hpm install hain-plugin-clipboard

then, once installed:

/reload

How it works

This plugin polls the clipboard every few seconds to look for changes in clipboard content. If the current clipboard content is not present in the clipboard history it's added to the list that appears when you type /clipboard.

Limitations

A maximum of 100 entries are saved in order to conserve memory usage.

This limit will be soon be configurable in the preferences pane!

Future work

  • Add preferences
  • Support replaying rich text and/or images
  • Allow clearing by time range (5 mins, 1 hour, 1 day, ...)