Skip to content
/ title Public

Edit terminal titles easily with Go. Supporting cross platform

License

Notifications You must be signed in to change notification settings

ibadus/title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

A small package for changing the terminal title in Golang. Supporting Windows, Linux and Mac OS.

Installation

go get github.com/ibadus/title

Usage

package main

import (
	"github.com/ibadus/title"
)

func main() {
	title.Set("Hello World!")
}

You can also use the Setf function to include formatted strings:

package main

import (
	"github.com/ibadus/title"
)

func main() {
	title.Setf("Hello %s!", "World)
}

License

This package is released under the MIT license. See LICENSE for more information.

About

Edit terminal titles easily with Go. Supporting cross platform

Topics

Resources

License

Stars

Watchers

Forks

Languages