@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2021-04-30から1日間の記事一覧

TIL: vim -d file_1 file_2

You can see the split diff view. vim -d file_1 file_2 vim -d names.txt names2.txt macos - How can I enable colored output for OSX diff? - Super User

How to create and update a gist by `gh` command

Creating a gist is straightforward, but editing a gist is a little tricky. gh gist | GitHub CLI Create a gist gh gist create | GitHub CLI ❯ shuf -n 3 /usr/share/dict/words > words.txt ❯ cat words.txt oomantia syngenic expensive ❯ gh gist c…