このブログは、旧・はてなダイアリー「檜山正幸のキマイラ飼育記 メモ編」(http://d.hatena.ne.jp/m-hiyama-memo/)のデータを移行・保存したものであり、今後(2019年1月以降)更新の予定はありません。

今後の更新は、新しいブログ http://m-hiyama-memo.hatenablog.com/ で行います。

2015-09-15から1日間の記事一覧

ImageMagick

chocoで入れた。例によって何処に入ったか分からない。\Program Files\ だった。convert.exeは、system32にも入っているので、パスの順序に注意。which convertで確認。

magit操作

手動コマンドラインなら、 cd /path/to/my/repo git remote add origin https://m_hiyama@bitbucket.org/m_hiyama/git-module-test1.git git push -u origin --all # pushes up the repo and its refs for the first time git push -u origin --tags # pushe…

diredからPDF表示

! s [RET] の3キーだから、まあいいとしよう。空白を含むファイルはダメ。次のバッチファイルを ~/bin/s.bat とかにする。 @echo off echo This is %0 echo Received %1 set arg1=%1 set arg=%arg1:"=% echo !! Starting %arg% !! start %arg% 要点は: Wind…

magitのマニュアル

まとまっている。 http://magit.vc/manual/magit.html