Mercurial > hg > Document > Growi
comparison 611/README.md @ 0:e12992dca4a0
init from Growi
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Dec 2020 14:05:01 +0900 |
parents | |
children | b6c284fd5ae4 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e12992dca4a0 |
---|---|
1 # 研究室向けのいい感じに情報がまとまっているページ(仮) | |
2 | |
3 # いれておくと良いソフトウェア | |
4 | |
5 ## エディタ関連 | |
6 | |
7 ### Vim | |
8 - 言わずもがな | |
9 ### emacs | |
10 - agdaする時とか | |
11 ### IntelliJ IDE | |
12 - ultimate版をいれておくといろいろ出来て便利 | |
13 | |
14 ## grep系 | |
15 | |
16 ### grep | |
17 - 使いこなせるように... | |
18 | |
19 ### ag/pt/ripgrep | |
20 - Perl/golang/Rustで書かれたgrep | |
21 - どれかいれておくと便利 | |
22 | |
23 ### pt | |
24 - https://github.com/monochromegane/the_platinum_searcher | |
25 - golangで書かれたag | |
26 | |
27 ### ripgrep | |
28 - rustで書かれたgrep | |
29 - https://github.com/BurntSushi/ripgrep |