とりあえずコミット:
$ git commit -am "$(date "+%F %T")"
とりあえずタグ打ち:
$ git tag tmp$(date +%m%d_%H%M)
git のコミットグラフを視覚化:
$ git log --graph --date-order --date=short --format="%Cgreen%h%Creset %ad %Cgreen%an%Creset %s %Cgreen%d%Creset" --branches --tags --remotes
バックスラッシュが円マークになってしまうのを回避:
$ git config core.pager 'sed -r '\''s/\\(\x1b[^ ]+ )/∖\1/g'\'' | less -+S'
ビットマップの生バイナリを画像ファイルに変換:
$ convert -size 1024x1024 -depth 16 -endian LSB GRAY:image.bin image.png
.screenrc
defencoding UTF-8 escape ^z^z hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w %=%h"