Skip to content

Instantly share code, notes, and snippets.

@nkh
Created March 30, 2020 16:44
Show Gist options
  • Select an option

  • Save nkh/34dbe8ff30722362a08db6c235e29a81 to your computer and use it in GitHub Desktop.

Select an option

Save nkh/34dbe8ff30722362a08db6c235e29a81 to your computer and use it in GitHub Desktop.
#!/bin/bash
fd --type f -H --color=always | \
rg -v '.git(\u001B\[[0-9;m]+)*/' $* | \
fzf -e -m --ansi --preview 'bat --line-range 0:150 --tabs=4 -n --color=always {}' --preview-window='top:50%' --color="hl:51"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment