receiptscc 1.0.3 → 1.0.5
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 +14 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,12 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/receiptscc"><img src="https://img.shields.io/npm/v/receiptscc.svg" alt="npm version"></a>
|
|
9
|
-
<a href="https://github.com/JamesWeatherhead/receipts/stargazers"><img src="https://img.shields.io/github/stars/JamesWeatherhead/receipts" alt="GitHub stars"></a>
|
|
10
9
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
|
11
10
|
</p>
|
|
12
11
|
|
|
13
12
|
<p align="center">
|
|
14
|
-
<img src="assets/terminal.png" alt="receipts" width="550">
|
|
13
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/terminal.png" alt="receipts" width="550">
|
|
15
14
|
</p>
|
|
16
15
|
|
|
17
16
|
<p align="center">
|
|
@@ -90,7 +89,7 @@ npm install -g @anthropic-ai/claude-code
|
|
|
90
89
|
```
|
|
91
90
|
|
|
92
91
|
<p align="center">
|
|
93
|
-
<img src="assets/screenshots/step0.png" alt="Install Claude Code" width="550">
|
|
92
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step0.png" alt="Install Claude Code" width="550">
|
|
94
93
|
</p>
|
|
95
94
|
|
|
96
95
|
Wait for it to finish.
|
|
@@ -106,7 +105,7 @@ npx receiptscc
|
|
|
106
105
|
```
|
|
107
106
|
|
|
108
107
|
<p align="center">
|
|
109
|
-
<img src="assets/screenshots/step1.png" alt="Install receiptscc" width="420">
|
|
108
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step1.png" alt="Install receiptscc" width="420">
|
|
110
109
|
</p>
|
|
111
110
|
|
|
112
111
|
You will see a receipt banner. That means it worked. You only do this once.
|
|
@@ -118,7 +117,7 @@ You will see a receipt banner. That means it worked. You only do this once.
|
|
|
118
117
|
Create a folder with your paper and sources:
|
|
119
118
|
|
|
120
119
|
<p align="center">
|
|
121
|
-
<img src="assets/screenshots/step2.png" alt="Folder structure" width="380">
|
|
120
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step2.png" alt="Folder structure" width="380">
|
|
122
121
|
</p>
|
|
123
122
|
|
|
124
123
|
```
|
|
@@ -144,7 +143,7 @@ claude
|
|
|
144
143
|
```
|
|
145
144
|
|
|
146
145
|
<p align="center">
|
|
147
|
-
<img src="assets/screenshots/step3a.png" alt="Start Claude Code" width="460">
|
|
146
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step3a.png" alt="Start Claude Code" width="460">
|
|
148
147
|
</p>
|
|
149
148
|
|
|
150
149
|
**Windows users:** Replace `~/Desktop/thesis` with your actual path, like `C:\Users\YourName\Desktop\thesis`
|
|
@@ -162,7 +161,7 @@ Now you are inside Claude Code. Type this command:
|
|
|
162
161
|
```
|
|
163
162
|
|
|
164
163
|
<p align="center">
|
|
165
|
-
<img src="assets/screenshots/step3.png" alt="Run /receipts" width="500">
|
|
164
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step3.png" alt="Run /receipts" width="500">
|
|
166
165
|
</p>
|
|
167
166
|
|
|
168
167
|
**Important:** The `/receipts` command only works inside Claude Code. If you type it in your regular terminal, it will not work.
|
|
@@ -281,6 +280,14 @@ MIT
|
|
|
281
280
|
|
|
282
281
|
---
|
|
283
282
|
|
|
283
|
+
## Disclaimer
|
|
284
|
+
|
|
285
|
+
By using this tool, you confirm that you have the legal right to upload and process all documents you provide. This includes ensuring compliance with copyright laws, publisher terms, and institutional policies. Many academic papers are protected by copyright; you are responsible for verifying you have appropriate permissions (e.g., personal copies for research, open-access publications, or institutional access rights).
|
|
286
|
+
|
|
287
|
+
This tool is provided "as is" without warranty of any kind. The author assumes no liability for any claims arising from your use of this software or the documents you process with it. Use of this tool is also subject to [Anthropic's Terms of Service](https://www.anthropic.com/legal/consumer-terms).
|
|
288
|
+
|
|
289
|
+
---
|
|
290
|
+
|
|
284
291
|
<p align="center">
|
|
285
292
|
<strong>Your citations are only as good as your memory. receipts is better than your memory.</strong>
|
|
286
293
|
</p>
|