ape-linux 0.4.2__tar.gz → 0.4.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.
- {ape_linux-0.4.2 → ape_linux-0.4.3}/PKG-INFO +4 -4
- {ape_linux-0.4.2 → ape_linux-0.4.3}/README.md +3 -3
- {ape_linux-0.4.2 → ape_linux-0.4.3}/pyproject.toml +1 -1
- {ape_linux-0.4.2 → ape_linux-0.4.3}/.github/workflows/publish.yaml +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/.github/workflows/tests.yaml +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/.gitignore +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/.python-version +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/CLAUDE.md +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/LICENSE +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/ape_linux.py +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/justfile +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/tests/test_app.py +0 -0
- {ape_linux-0.4.2 → ape_linux-0.4.3}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ape-linux
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: AI for Linux commands
|
|
5
5
|
Project-URL: Homepage, https://github.com/sbalian/ape
|
|
6
6
|
Project-URL: Repository, https://github.com/sbalian/ape
|
|
@@ -51,7 +51,7 @@ export ANTHROPIC_API_KEY=key # for Anthropic models
|
|
|
51
51
|
To run:
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
|
-
ape
|
|
54
|
+
ape Create a symbolic link called win pointing to /mnt/c/Users/jdoe
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
Output:
|
|
@@ -63,7 +63,7 @@ ln -s /mnt/c/Users/jdoe win
|
|
|
63
63
|
Another example:
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
|
-
ape
|
|
66
|
+
ape Delete all the .venv directories under projects/
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
Output:
|
|
@@ -75,7 +75,7 @@ find projects/ -type d -name ".venv" -exec rm -rf {} +
|
|
|
75
75
|
If you try to ask something unrelated to Linux commands:
|
|
76
76
|
|
|
77
77
|
```bash
|
|
78
|
-
ape
|
|
78
|
+
ape Tell me about monkeys
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
you should get:
|
|
@@ -32,7 +32,7 @@ export ANTHROPIC_API_KEY=key # for Anthropic models
|
|
|
32
32
|
To run:
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
ape
|
|
35
|
+
ape Create a symbolic link called win pointing to /mnt/c/Users/jdoe
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Output:
|
|
@@ -44,7 +44,7 @@ ln -s /mnt/c/Users/jdoe win
|
|
|
44
44
|
Another example:
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
ape
|
|
47
|
+
ape Delete all the .venv directories under projects/
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
Output:
|
|
@@ -56,7 +56,7 @@ find projects/ -type d -name ".venv" -exec rm -rf {} +
|
|
|
56
56
|
If you try to ask something unrelated to Linux commands:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
ape
|
|
59
|
+
ape Tell me about monkeys
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
you should get:
|
|
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
|