Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit 73359d1

Browse files
committed
Update readme and add new images of command line
1 parent 7adfd15 commit 73359d1

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed

README.md

+16-27
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,26 @@
44

55
<sup>1</sup> It's script-friendly too.
66

7-
![image](https://user-images.githubusercontent.com/224547/58557351-1a153680-8216-11e9-9ebc-f25471405ea3.png)
7+
![asari command](https://user-images.githubusercontent.com/79451/59847137-986a8180-9359-11e9-84b9-ac60e1b205fa.png)
88

99
> Above: Use `npx asari` in your shell to manage your work in GitHub.
1010
1111
"Asari" (あさり) is [Japanese for "clam"](https://translate.google.com/#view=home&op=translate&sl=en&tl=ja&text=clam). Like a clam, `asari` is happiest when it's inside a shell.
1212

1313
🐚 `asari` lets you work with GitHub from your command line, and is delicious when lightly fried with garlic and spices.
1414

15-
![image](https://user-images.githubusercontent.com/224547/58558164-010d8500-8218-11e9-9279-9b93307989a7.png)
15+
![asari command line tool help](https://user-images.githubusercontent.com/79451/59781793-7965e400-92b4-11e9-9646-bfc60a9927a2.png)
1616

1717
_Above: Running `npx asari` from your command line shows you the top level of options and commands._
1818

19-
![image](https://user-images.githubusercontent.com/224547/58558212-213d4400-8218-11e9-8b46-42be9ea9d0e9.png)
19+
![asari issues command help](https://user-images.githubusercontent.com/224547/58558212-213d4400-8218-11e9-8b46-42be9ea9d0e9.png)
2020

21-
![image](https://user-images.githubusercontent.com/224547/58558194-15518200-8218-11e9-8d48-0832558413ad.png)
21+
![asari projects command help](https://user-images.githubusercontent.com/224547/58558194-15518200-8218-11e9-8d48-0832558413ad.png)
22+
23+
![asari pulls command help](https://user-images.githubusercontent.com/224547/58558179-0c60b080-8218-11e9-8e17-d5823b55c5ad.png)
24+
25+
![asari repos command help](https://user-images.githubusercontent.com/79451/59847162-aa4c2480-9359-11e9-9807-61a1c572bc69.png)
2226

23-
![image](https://user-images.githubusercontent.com/224547/58558179-0c60b080-8218-11e9-8e17-d5823b55c5ad.png)
2427

2528
_Above: Running `npx asari <command>` shows you options for working with GitHub [issues](#working-with-github-issues), [projects](#working-with-github-projects) and [pull requests](#working-with-github-pull-requests)._
2629

@@ -182,38 +185,24 @@ npx asari pulls open <github-url>
182185
# Set the state of an existing pull request to `open`.
183186
```
184187

185-
### Working with GitHub Topics
188+
### Working with GitHub Repositories
186189

187190
```bash
188-
npx asari topics list <github-url>
191+
npx asari repos list-topics <github-url>
189192

190193
# List all topics.
191194
```
192195

193196
```bash
194-
npx asari topics add <github-url> --topic new-app
195-
196-
# Add a topic
197-
198-
npx asari topics add <github-url> --topic new-app --topic good-one
199-
npx asari topics add <github-url> --topic new-app,good-one
200-
npx asari topics add <github-url> --topic "new-app, good-one"
201-
npx asari topics add <github-url> --topics new-app,good-one
202-
203-
# Add multiple topics
204-
```
205-
206-
```bash
207-
npx asari topics remove <github-url> --topic new-app
197+
npx asari repos <add-topics|remove-topics> <github-url> --topic new-app
208198

209-
# Remove a topic
199+
# Add/Remove a topic
210200

211-
npx asari topics remove <github-url> --topic new-app --topic good-one
212-
npx asari topics remove <github-url> --topic new-app,good-one
213-
npx asari topics remove <github-url> --topic "new-app, good-one"
214-
npx asari topics remove <github-url> --topics new-app,good-one
201+
npx asari repos <add-topics|remove-topics> <github-url> --topic new-app --topic good-one
202+
npx asari repos <add-topics|remove-topics> <github-url> --topics new-app,good-one
203+
npx asari repos <add-topics|remove-topics> <github-url> --topics "new-app, good-one"
215204

216-
# Remove multiple topics
205+
# Add/Remove multiple topics
217206
```
218207

219208
### Global Options

0 commit comments

Comments
 (0)