by shigemk2

当面は技術的なことしか書かない

2017-03-06から1日間の記事一覧

memo: rbenv ubuntu

rbenvとかruby-buildは本家のりどみから取ってくるとして、別途apt-getでlibssl-devとlibreadline-devのインストールが必要なようだ。 sudo apt-get install -y libssl-dev libreadline-dev

peco v0.5.0

Go

blog.kazuhooku.com この前のやつが本ちゃんでリリースされたっぽい。 なお、fishだとexecでパイプラインが使えないようなので、exec抜きでもいける ack $args . | peco --exec 'awk -F : '"'"'{print "+" $2 " " $1}'"'"' | xargs less ' Release v0.5.0 · …

fish shell documentation

exec replaces the currently running shell with a new command. On successful completion, exec never returns. exec cannot be used inside a pipeline. どうしようか。 fish user documentation