comparison 611/README.md @ 8:95d33f2e4948

backup 2020-12-22
author autobackup
date Tue, 22 Dec 2020 00:10:04 +0900
parents b6c284fd5ae4
children
comparison
equal deleted inserted replaced
7:9c7fba343357 8:95d33f2e4948
8 - 言わずもがな 8 - 言わずもがな
9 ### emacs 9 ### emacs
10 - agdaする時とか 10 - agdaする時とか
11 ### IntelliJ IDE 11 ### IntelliJ IDE
12 - ultimate版をいれておくといろいろ出来て便利 12 - ultimate版をいれておくといろいろ出来て便利
13
14 ### vscode
15 - 最近っぽい
13 16
14 ## grep系 17 ## grep系
15 18
16 ### grep 19 ### grep
17 - だいたいのOSに最初から入っている 20 - だいたいのOSに最初から入っている
25 - https://github.com/monochromegane/the_platinum_searcher 28 - https://github.com/monochromegane/the_platinum_searcher
26 - golangで書かれたag 29 - golangで書かれたag
27 30
28 ### ripgrep 31 ### ripgrep
29 - rustで書かれたgrep 32 - rustで書かれたgrep
33 - イチオシ
30 - https://github.com/BurntSushi/ripgrep 34 - https://github.com/BurntSushi/ripgrep
35
36
37 ## find系
38 ### find
39 - だいたいのOSに最初から入っている
40 - 使いこなせるように...
41
42 ### fd
43 - Rustで書かれたfind
44 - すばやい
45 - https://github.com/sharkdp/fd
46
47 ## 便利コマンド
48
49 ### tmux
50 - 画面を多重化できて便利
51 - ssh先で使うとsshを切断してもセッションが継続するので便利
52
53 ### ghq
54 - リポジトリの管理に便利
55 - mercurialにも対応していて安心
56 - https://github.com/x-motemen/ghq
57
58 ### peco
59 - インクリメンタルサーチに便利
60 - ghqと組み合わせたりとか
61 - https://github.com/peco/peco
62
63 ### mdcat
64 - markdownを見やすくレンダリングしてくれる
65 - https://github.com/lunaryorn/mdcat
66
31 67
32 ## シェル 68 ## シェル
33 69
34 ### zsh 70 ### zsh
35 - 特に理由がなければzshを使おう 71 - 特に理由がなければzshを使おう