cli / go-gh

A Go module for interacting with gh and the GitHub API from the command line.
https://pkg.go.dev/github.com/cli/go-gh/v2
MIT License
322 stars 45 forks source link

Extract text package from gh #69

Closed samcoe closed 1 year ago

samcoe commented 1 year ago

This PR extracts the text package from gh. It also includes FuzzyAgo and FuzzyAgoAbbr from the utils package because they seemed to fit in well here.

cc https://github.com/cli/cli/issues/5544