This repository was archived by the owner on Jan 4, 2025. It is now read-only.
File tree 2 files changed +13
-19
lines changed
2 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# goD
22
22
/.gowlconfig
23
- /dist
23
+ /dist
24
+
25
+ /.idea
Original file line number Diff line number Diff line change 1
- gowl
2
- ====
1
+ # gowl
3
2
4
3
![ ] ( https://img.shields.io/github/release/tadashi-aikawa/gowl.svg )
5
4
@@ -14,8 +13,7 @@ Support for
14
13
![ DEMO] ( https://raw.githubusercontent.com/tadashi-aikawa/gowl/master/demo.gif )
15
14
16
15
17
- Install
18
- -------
16
+ ## Install
19
17
20
18
```
21
19
$ go get -u github.com/tadashi-aikawa/gowl
26
24
Download a binary from [ release page] ( https://github.com/tadashi-aikawa/gowl/releases ) .
27
25
28
26
29
- Usage
30
- -----
27
+ ## Usage
31
28
32
29
```
33
30
$ gowl --help
@@ -52,8 +49,7 @@ Options:
52
49
```
53
50
54
51
55
- Quick start
56
- -----------
52
+ ## Quick start
57
53
58
54
### Create ` ~/.gowlconfig `
59
55
@@ -122,17 +118,15 @@ For example..
122
118
2 . ` gowl edit `
123
119
124
120
125
- Configuration
126
- -------------
121
+ ## Configuration
127
122
128
123
Gowl uses toml format as a configuration file.
129
124
Please check ` config.go ` .
130
125
131
126
TODO: Definition table
132
127
133
128
134
- Root directory
135
- --------------
129
+ ## Root directory
136
130
137
131
The root directory is determined by the following priority.
138
132
@@ -141,8 +135,7 @@ The root directory is determined by the following priority.
141
135
3 . ` <HOME>/.gowlroot `
142
136
143
137
144
- Other
145
- -----
138
+ ## Other
146
139
147
140
If you use fzf(or peco), the following setting may make you happy!
148
141
@@ -159,12 +152,11 @@ alias cdg "cd (gowl list | fzf)"
159
152
![ DEMO2] ( https://raw.githubusercontent.com/tadashi-aikawa/gowl/master/demo2.gif )
160
153
161
154
162
- For developer
163
- -------------
155
+ ## For developer
164
156
165
- ### Prerequirements
157
+ ### Requirements
166
158
167
- * go >= 1.11 and use go module
159
+ * go >= 1.20
168
160
169
161
170
162
### Release
You can’t perform that action at this time.
0 commit comments