clipboard-history-manager
Version:
An easy-to-use clipboard history manager that automatically tracks and saves clipboard content. Includes tools to view, clear, and manage your clipboard history effectively.
35 lines (34 loc) • 821 B
JSON
{
"name": "clipboard-history-manager",
"version": "1.0.2",
"description": "An easy-to-use clipboard history manager that automatically tracks and saves clipboard content. Includes tools to view, clear, and manage your clipboard history effectively.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cliphist": "./index.js"
},
"type": "module",
"keywords": [
"clipboard",
"history",
"manager",
"clipboard-history",
"copy-paste",
"text-manager",
"clipboard-manager",
"history-manager",
"paste",
"data-storage",
"user-clipboard",
"clipboard-tracker",
"data-history",
"text-automation"
],
"author": "Shrilekha",
"license": "ISC",
"dependencies": {
"clipboardy": "^4.0.0"
}
}