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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ape-linux
3
- Version: 0.4.2
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 "Create a symbolic link called win pointing to /mnt/c/Users/jdoe"
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 "Delete all the .venv directories under projects/"
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 "Tell me about monkeys"
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 "Create a symbolic link called win pointing to /mnt/c/Users/jdoe"
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 "Delete all the .venv directories under projects/"
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 "Tell me about monkeys"
59
+ ape Tell me about monkeys
60
60
  ```
61
61
 
62
62
  you should get:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ape-linux"
3
- version = "0.4.2"
3
+ version = "0.4.3"
4
4
  description = "AI for Linux commands"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT License"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes