最近地味に便利に使ってるのはこんなエイリアス。`git diff color-words=.` するとマルチバイトが化けるのでその代わりに使っている。
diffwords = !"_() { \
git diff \
--word-diff=color \
--word-diff-regex=$(printf '[^\\x80-\\xbf][\\x80-\\xbf]*') \
\"$@\"; \
}; _"
最近地味に便利に使ってるのはこんなエイリアス。`git diff color-words=.` するとマルチバイトが化けるのでその代わりに使っている。
diffwords = !"_() { \
git diff \
--word-diff=color \
--word-diff-regex=$(printf '[^\\x80-\\xbf][\\x80-\\xbf]*') \
\"$@\"; \
}; _"
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.