dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

irc-channels (115B)


      1 #!/usr/bin/env sh
      2 
      3 set -euo pipefail
      4 
      5 DIR=~/data/irc
      6 
      7 find $DIR -type f -name out | fzf -d "/" -n -2 --with-nth -2