clipshot 1.0.1 → 1.0.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,9 @@ Screenshot monitor CLI. Watches clipboard for screenshots and uploads to remote
4
4
 
5
5
  ## Why?
6
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.
7
+ When using AI CLI tools like Claude Code, Codex, or others, you often need to share screenshots with them. But when you SSH into a remote server to use these tools, you can't paste images at all.
8
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.
9
+ clipshot solves this - take a screenshot locally, and it automatically uploads to your remote server and copies the path to your clipboard. So you just take screenshot like usual and then paste the path and the AI can read the image.
10
10
 
11
11
  ## Install
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clipshot",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Screenshot monitor CLI tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {