Skip to content

TobiasWrigstad/ttag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tt -- simple script to create aliases for ag matches

Essentially a rewrite of tag which hasn't been updated for ages. (Not adding any functionality -- most likely doing a subpar job, but decreasing dependencies.)

Dependencies

Notes

  • Creates a temporary file is /tmp/ttag_aliases
  • Considerably slower than tag because it is implemented in shell script (but has fewer dependencies)

installation (in zsh)

Add function to .zshrc:

tt() {
  command /path/to/tt.sh "$@"; source /tmp/ttag_aliases 
}

About

Rewrite of the tag utility that I am fond of

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published