You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Installation
8
8
9
-
Download [Latest version](https://github.com/uetchy/alfred-qiita-workflow/releases/latest) of Alfred Qiita Workflow and double-click `Qiita.alfredworkflow` to install it.
9
+
Download [latest version of Alfred Qiita Workflow](https://github.com/uetchy/alfred-qiita-workflow/releases/latest) and double-click `Qiita.alfredworkflow` to install it.
10
10
11
11
## Commands
12
12
@@ -18,23 +18,23 @@ qiita search <query>
18
18
19
19
### Setup personal access token
20
20
21
-
Get [Personal Access Token](https://qiita.com/settings/tokens/new) which have the scope of_read_qiita_ and put it on:
21
+
Get [Personal Access Token](https://qiita.com/settings/tokens/new) which have a scope for_read_qiita_ and put it on:
22
22
23
23
```
24
24
qiita setup <personal access token>
25
25
```
26
26
27
27
### List and search stocked articles
28
28
29
-
Must be get access token before using it.
29
+
You MUST set access token in advance.
30
30
31
31
```
32
32
qiita stocks <query:optional>
33
33
```
34
34
35
35
### List and search your articles
36
36
37
-
Must be get access token before using it.
37
+
You MUST set access token in advance.
38
38
39
39
```
40
40
qiita my <query:optional>
@@ -50,9 +50,9 @@ qiita my <query:optional>
50
50
4. Push to the branch (`git push origin my-new-feature`)
51
51
5. Create new Pull Request
52
52
53
-
### Development Installation
53
+
### Development installation
54
54
55
-
Run following commands to link this workflow to Alfred app manually.
55
+
Run following commands to link this workflow with Alfred.
56
56
57
57
```
58
58
$ go get github.com/uetchy/alfred-qiita-workflow
@@ -61,17 +61,18 @@ $ make build
61
61
$ make link
62
62
```
63
63
64
-
If you put Alfred settings to another location, you should run following lines
64
+
If you put Alfred settings to another location, you should run following lines:
65
65
66
66
```
67
67
$ ALFRED_WORKFLOW_PATH=/path/to/Alfred.alfredpreferences/workflows make link
68
68
```
69
69
70
-
You can find Alfred preferences path by `mdfind` command like this:
70
+
You can find Alfred preferences path by `mdfind` command:
0 commit comments