Skip to content
/ t Public

generate aliases to open ripgrep results in editor

License

Notifications You must be signed in to change notification settings

erred/t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t

less portable, stripped down version of tag, also uses a larger (64MiB vs 64KiB) buffer for readline.

License Version Go Reference

install

go install go.seankhliao.com/t@latest

requires ripgrep

function t() {
    command t -i "$@"
    source /tmp/t_aliases 2>/dev/null
}

usage

$ t func
main.go
[1] 18:1:func main() {

README.md
[2] 14:1:function t() {

# opens first link with nvim
$ e1

todo

About

generate aliases to open ripgrep results in editor

Resources

License

Stars

Watchers

Forks

Languages