A simple command-line tool written in Go that sets the terminal title.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Mills 8e2ae9f586
Add screenshot
12 months ago
.gitignore Initial Commit 12 months ago
LICENSE Initial Commit 12 months ago
README.md Add screenshot 12 months ago
go.mod Initial Commit 12 months ago
main.go Initial Commit 12 months ago
screenshot.png Add screenshot 12 months ago

README.md

settermtitle

A simple command-line tool written in Go that sets the terminal title. Useful for naming your various Terminal windows as you work on multiple things at the same time and need a way to quickly and easily identify which Terminal is which.

Quick Start

$ go install git.mills.io/prologic/settermtitle
$ settermtitle Hello World

License

settermtitle is licensed under the terms of the WTFPL license.