2025年7月19日

修論中間発表。皆さんちゃんとできて良かった。

家のPCのUbuntuが古く、aptで入るGoが古い。そのせいで、ooxgrepが使えない。

wget -q https://go.dev/dl/go1.24.5.linux-amd64.tar.gz 
sudo tar -C /usr/local -xvf go1.24.5.linux-amd64.tar.gz  
export PATH=$PATH:/usr/local/go/bin 
export PATH=$PATH:~/go/bin
go install github.com/kaityo256/ooxmlgrep@latest
$ ooxmlgrep 

Options:
  -n, --number        Show slide number only (like grep -n)
  -i, --ignore-case   Ignore case distinctions
  --version           Show version and exit

できた。