Categorygithub.com/henrikac/bubgo
repositorypackage
0.4.0
Repository: https://github.com/henrikac/bubgo.git
Documentation: pkg.go.dev

# README

ⒷⓊⒷⒼⓄ

ⒷⓊⒷⒼⓄ is inspired by bubs and converted to Go.

ⒾⓃⓈⓉⒶⓁⓁ

go get github.com/henrikac/bubgo

ⓊⓈⒶⒼⒺ

It converts regular text to bubble text. This text is copied to your clipboard for easy pasting.

bubgo BUBGO IS THE BEST
ⒷⓊⒷⒼⓄ ⒾⓈ ⓉⒽⒺ ⒷⒺⓈⓉ
bubgo --shout bubgo is the best
ⒷⓊⒷⒼⓄ ⒾⓈ ⓉⒽⒺ ⒷⒺⓈⓉ

bubgo -s bubgo is the best
ⒷⓊⒷⒼⓄ ⒾⓈ ⓉⒽⒺ ⒷⒺⓈⓉ

Notes:

  • pbcopy is used to copy to clipboard on macOS.
  • xclip is used to copy to clipboard on linux.

Contributing

  1. Fork it (https://github.com/henrikac/bubgo/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors