citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

marks (81B)


      1 #!/usr/bin/env bash
      2 set -eou pipefail
      3 url=$(<"$1" ct | fzf | awkp 2)
      4 open "$url"