redo-cli 0.1.2__tar.gz → 0.1.3__tar.gz
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.
- {redo_cli-0.1.2 → redo_cli-0.1.3}/PKG-INFO +3 -52
- {redo_cli-0.1.2 → redo_cli-0.1.3}/README.md +2 -51
- {redo_cli-0.1.2 → redo_cli-0.1.3}/pyproject.toml +1 -1
- {redo_cli-0.1.2 → redo_cli-0.1.3}/redo_cli.egg-info/PKG-INFO +3 -52
- {redo_cli-0.1.2 → redo_cli-0.1.3}/license.txt +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/main.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/modules/__init__.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/modules/placeholders.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/modules/runner.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/modules/storage.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/modules/ui.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/redo_cli.egg-info/SOURCES.txt +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/redo_cli.egg-info/dependency_links.txt +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/redo_cli.egg-info/entry_points.txt +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/redo_cli.egg-info/requires.txt +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/redo_cli.egg-info/top_level.txt +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/setup.cfg +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/tests/test_cli.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/tests/test_packaging.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/tests/test_placeholders.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/tests/test_runner.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/tests/test_storage.py +0 -0
- {redo_cli-0.1.2 → redo_cli-0.1.3}/tests/test_ui.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: redo-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Bookmarks for terminal workflows.
|
|
5
5
|
Author: Vibeslayer-code
|
|
6
6
|
Project-URL: Homepage, https://github.com/VibeSlayer-code/Redo
|
|
@@ -35,7 +35,7 @@ Dynamic: license-file
|
|
|
35
35
|
A CLI tool for saving repeated terminal workflows and running them again with one command.
|
|
36
36
|
|
|
37
37
|
<p align="center">
|
|
38
|
-
<img src="https://
|
|
38
|
+
<img src="https://i.guns.lol/CLEHWv.png" alt="Redo banner" width="100%" />
|
|
39
39
|
</p>
|
|
40
40
|
|
|
41
41
|
<p align="center">
|
|
@@ -96,7 +96,7 @@ Think of Redo as **bookmarks for terminal workflows**.
|
|
|
96
96
|
## Demo Flow
|
|
97
97
|
|
|
98
98
|
<p align="center">
|
|
99
|
-
<img src="https://
|
|
99
|
+
<img src="https://i.guns.lol/CLTfIJ.png" alt="Redo demo running workflow" width="85%" />
|
|
100
100
|
</p>
|
|
101
101
|
|
|
102
102
|
```bash
|
|
@@ -108,9 +108,6 @@ redo run ship
|
|
|
108
108
|
redo stats
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
> Add a real screenshot or GIF at `assets/demo-run.png`.
|
|
112
|
-
> Best shot: the live workflow status table while `redo run ship` is running.
|
|
113
|
-
|
|
114
111
|
---
|
|
115
112
|
|
|
116
113
|
## Quick Start
|
|
@@ -279,52 +276,6 @@ git push
|
|
|
279
276
|
|
|
280
277
|
---
|
|
281
278
|
|
|
282
|
-
## Screenshots
|
|
283
|
-
|
|
284
|
-
<p align="center">
|
|
285
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/list-command.png" alt="Redo list command" width="48%" />
|
|
286
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/dry-run.png" alt="Redo dry run preview" width="48%" />
|
|
287
|
-
</p>
|
|
288
|
-
|
|
289
|
-
<p align="center">
|
|
290
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/error-panel.png" alt="Redo focused error panel" width="85%" />
|
|
291
|
-
</p>
|
|
292
|
-
|
|
293
|
-
Suggested files to add:
|
|
294
|
-
|
|
295
|
-
```txt
|
|
296
|
-
assets/banner.png
|
|
297
|
-
assets/demo-run.png
|
|
298
|
-
assets/list-command.png
|
|
299
|
-
assets/dry-run.png
|
|
300
|
-
assets/error-panel.png
|
|
301
|
-
```
|
|
302
|
-
|
|
303
|
-
For a CLI project, a short terminal GIF is the strongest visual. Recommended GIF:
|
|
304
|
-
|
|
305
|
-
```txt
|
|
306
|
-
assets/demo.gif
|
|
307
|
-
```
|
|
308
|
-
|
|
309
|
-
Show this sequence:
|
|
310
|
-
|
|
311
|
-
```bash
|
|
312
|
-
redo new ship
|
|
313
|
-
redo list
|
|
314
|
-
redo run ship --dry
|
|
315
|
-
redo run ship
|
|
316
|
-
```
|
|
317
|
-
|
|
318
|
-
Then embed it near the top:
|
|
319
|
-
|
|
320
|
-
```md
|
|
321
|
-
<p align="center">
|
|
322
|
-
<img src="assets/demo.gif" alt="Redo terminal demo" width="85%" />
|
|
323
|
-
</p>
|
|
324
|
-
```
|
|
325
|
-
|
|
326
|
-
---
|
|
327
|
-
|
|
328
279
|
## Placeholders
|
|
329
280
|
|
|
330
281
|
Use placeholders when part of a command changes each run.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
A CLI tool for saving repeated terminal workflows and running them again with one command.
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<img src="https://
|
|
6
|
+
<img src="https://i.guns.lol/CLEHWv.png" alt="Redo banner" width="100%" />
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
@@ -64,7 +64,7 @@ Think of Redo as **bookmarks for terminal workflows**.
|
|
|
64
64
|
## Demo Flow
|
|
65
65
|
|
|
66
66
|
<p align="center">
|
|
67
|
-
<img src="https://
|
|
67
|
+
<img src="https://i.guns.lol/CLTfIJ.png" alt="Redo demo running workflow" width="85%" />
|
|
68
68
|
</p>
|
|
69
69
|
|
|
70
70
|
```bash
|
|
@@ -76,9 +76,6 @@ redo run ship
|
|
|
76
76
|
redo stats
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
> Add a real screenshot or GIF at `assets/demo-run.png`.
|
|
80
|
-
> Best shot: the live workflow status table while `redo run ship` is running.
|
|
81
|
-
|
|
82
79
|
---
|
|
83
80
|
|
|
84
81
|
## Quick Start
|
|
@@ -247,52 +244,6 @@ git push
|
|
|
247
244
|
|
|
248
245
|
---
|
|
249
246
|
|
|
250
|
-
## Screenshots
|
|
251
|
-
|
|
252
|
-
<p align="center">
|
|
253
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/list-command.png" alt="Redo list command" width="48%" />
|
|
254
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/dry-run.png" alt="Redo dry run preview" width="48%" />
|
|
255
|
-
</p>
|
|
256
|
-
|
|
257
|
-
<p align="center">
|
|
258
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/error-panel.png" alt="Redo focused error panel" width="85%" />
|
|
259
|
-
</p>
|
|
260
|
-
|
|
261
|
-
Suggested files to add:
|
|
262
|
-
|
|
263
|
-
```txt
|
|
264
|
-
assets/banner.png
|
|
265
|
-
assets/demo-run.png
|
|
266
|
-
assets/list-command.png
|
|
267
|
-
assets/dry-run.png
|
|
268
|
-
assets/error-panel.png
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
For a CLI project, a short terminal GIF is the strongest visual. Recommended GIF:
|
|
272
|
-
|
|
273
|
-
```txt
|
|
274
|
-
assets/demo.gif
|
|
275
|
-
```
|
|
276
|
-
|
|
277
|
-
Show this sequence:
|
|
278
|
-
|
|
279
|
-
```bash
|
|
280
|
-
redo new ship
|
|
281
|
-
redo list
|
|
282
|
-
redo run ship --dry
|
|
283
|
-
redo run ship
|
|
284
|
-
```
|
|
285
|
-
|
|
286
|
-
Then embed it near the top:
|
|
287
|
-
|
|
288
|
-
```md
|
|
289
|
-
<p align="center">
|
|
290
|
-
<img src="assets/demo.gif" alt="Redo terminal demo" width="85%" />
|
|
291
|
-
</p>
|
|
292
|
-
```
|
|
293
|
-
|
|
294
|
-
---
|
|
295
|
-
|
|
296
247
|
## Placeholders
|
|
297
248
|
|
|
298
249
|
Use placeholders when part of a command changes each run.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: redo-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Bookmarks for terminal workflows.
|
|
5
5
|
Author: Vibeslayer-code
|
|
6
6
|
Project-URL: Homepage, https://github.com/VibeSlayer-code/Redo
|
|
@@ -35,7 +35,7 @@ Dynamic: license-file
|
|
|
35
35
|
A CLI tool for saving repeated terminal workflows and running them again with one command.
|
|
36
36
|
|
|
37
37
|
<p align="center">
|
|
38
|
-
<img src="https://
|
|
38
|
+
<img src="https://i.guns.lol/CLEHWv.png" alt="Redo banner" width="100%" />
|
|
39
39
|
</p>
|
|
40
40
|
|
|
41
41
|
<p align="center">
|
|
@@ -96,7 +96,7 @@ Think of Redo as **bookmarks for terminal workflows**.
|
|
|
96
96
|
## Demo Flow
|
|
97
97
|
|
|
98
98
|
<p align="center">
|
|
99
|
-
<img src="https://
|
|
99
|
+
<img src="https://i.guns.lol/CLTfIJ.png" alt="Redo demo running workflow" width="85%" />
|
|
100
100
|
</p>
|
|
101
101
|
|
|
102
102
|
```bash
|
|
@@ -108,9 +108,6 @@ redo run ship
|
|
|
108
108
|
redo stats
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
> Add a real screenshot or GIF at `assets/demo-run.png`.
|
|
112
|
-
> Best shot: the live workflow status table while `redo run ship` is running.
|
|
113
|
-
|
|
114
111
|
---
|
|
115
112
|
|
|
116
113
|
## Quick Start
|
|
@@ -279,52 +276,6 @@ git push
|
|
|
279
276
|
|
|
280
277
|
---
|
|
281
278
|
|
|
282
|
-
## Screenshots
|
|
283
|
-
|
|
284
|
-
<p align="center">
|
|
285
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/list-command.png" alt="Redo list command" width="48%" />
|
|
286
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/dry-run.png" alt="Redo dry run preview" width="48%" />
|
|
287
|
-
</p>
|
|
288
|
-
|
|
289
|
-
<p align="center">
|
|
290
|
-
<img src="https://raw.githubusercontent.com/VibeSlayer-code/Redo/main/assets/error-panel.png" alt="Redo focused error panel" width="85%" />
|
|
291
|
-
</p>
|
|
292
|
-
|
|
293
|
-
Suggested files to add:
|
|
294
|
-
|
|
295
|
-
```txt
|
|
296
|
-
assets/banner.png
|
|
297
|
-
assets/demo-run.png
|
|
298
|
-
assets/list-command.png
|
|
299
|
-
assets/dry-run.png
|
|
300
|
-
assets/error-panel.png
|
|
301
|
-
```
|
|
302
|
-
|
|
303
|
-
For a CLI project, a short terminal GIF is the strongest visual. Recommended GIF:
|
|
304
|
-
|
|
305
|
-
```txt
|
|
306
|
-
assets/demo.gif
|
|
307
|
-
```
|
|
308
|
-
|
|
309
|
-
Show this sequence:
|
|
310
|
-
|
|
311
|
-
```bash
|
|
312
|
-
redo new ship
|
|
313
|
-
redo list
|
|
314
|
-
redo run ship --dry
|
|
315
|
-
redo run ship
|
|
316
|
-
```
|
|
317
|
-
|
|
318
|
-
Then embed it near the top:
|
|
319
|
-
|
|
320
|
-
```md
|
|
321
|
-
<p align="center">
|
|
322
|
-
<img src="assets/demo.gif" alt="Redo terminal demo" width="85%" />
|
|
323
|
-
</p>
|
|
324
|
-
```
|
|
325
|
-
|
|
326
|
-
---
|
|
327
|
-
|
|
328
279
|
## Placeholders
|
|
329
280
|
|
|
330
281
|
Use placeholders when part of a command changes each run.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|