clipshot 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Screenshot monitor CLI. Watches clipboard for screenshots and uploads to remote server via SSH, or saves locally.
4
4
 
5
+ ## Why?
6
+
7
+ When using AI CLI tools like Claude Code, Codex, or others, you often need to share screenshots with them. But this doesn't work great on Windows, and when you SSH into a remote server to use these tools, you can't paste images at all.
8
+
9
+ clipshot solves this - take a screenshot locally, and it automatically uploads to your remote server and copies the path to your clipboard. Just paste the path and the AI can read the image.
10
+
5
11
  ## Install
6
12
 
7
13
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clipshot",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Screenshot monitor CLI tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {