zaphyra's git: airpodsctl

Control and monitor your AirPods

1 
2 
3 
4 
5 
6 
7 
8 
9 
package helpers

import (
	"fmt"
)

func BoldText(text string) string {
	return fmt.Sprintf("\033[1m%s\033[0m", text)
}