citadel

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

file-jump (176B)


      1 #!/usr/bin/env bash
      2 
      3 set -eou pipefail
      4 
      5 sed -E -n "s,[[:space:]]*([^: ]+):([0-9]+).*,\x1Eedit -c \":cfile build.log | copen | wincmd k\" \"\\1\" +\\2,p" | 
      6 cut -d $'\x1E' -f2-