view 611/README.md @ 101:df9c0f3c58f9

backup 2022-04-20
author autobackup
date Wed, 20 Apr 2022 00:10:04 +0900
parents 95d33f2e4948
children
line wrap: on
line source

# 研究室向けのいい感じに情報がまとまっているページ(仮)

# いれておくと良いソフトウェア

## エディタ関連

### Vim
- 言わずもがな
### emacs
- agdaする時とか    
### IntelliJ IDE
- ultimate版をいれておくといろいろ出来て便利    

### vscode
- 最近っぽい

## grep系

### grep
- だいたいのOSに最初から入っている
- 使いこなせるように...

### ag/pt/ripgrep
- Perl/golang/Rustで書かれたgrep
- どれかいれておくと便利

### pt
- https://github.com/monochromegane/the_platinum_searcher
- golangで書かれたag

### ripgrep
- rustで書かれたgrep
- イチオシ
- https://github.com/BurntSushi/ripgrep


## find系
### find
- だいたいのOSに最初から入っている
- 使いこなせるように...

### fd
- Rustで書かれたfind
    - すばやい
- https://github.com/sharkdp/fd

## 便利コマンド

### tmux
- 画面を多重化できて便利
- ssh先で使うとsshを切断してもセッションが継続するので便利

### ghq
- リポジトリの管理に便利
    - mercurialにも対応していて安心
- https://github.com/x-motemen/ghq

### peco
- インクリメンタルサーチに便利
- ghqと組み合わせたりとか
- https://github.com/peco/peco

### mdcat
- markdownを見やすくレンダリングしてくれる
- https://github.com/lunaryorn/mdcat


## シェル

### zsh
- 特に理由がなければzshを使おう

### fish
- 最近っぽい