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.
- package/README.md +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
|
|
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.
|
|
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
|
|