1
0
Fork
You've already forked title
0
null
  • Go 45.7%
  • C 24%
  • Shell 19.2%
  • Roff 11.1%
Find a file
2024年10月07日 03:27:31 +02:00
build.sh update 2024年10月07日 03:27:31 +02:00
README.md new file: README.md 2024年02月24日 09:28:20 +01:00
title.1 new file: README.md 2024年02月24日 09:28:20 +01:00
title.c modified: install.sh 2024年02月24日 09:04:17 +01:00
title.go modified: install.sh 2024年02月24日 09:04:17 +01:00
title.sh new file: README.md 2024年02月24日 09:28:20 +01:00

Title

This program allows you to set the title of your terminal window. It accepts command-line arguments to set or unset the title.

Usage

./title [OPTIONS] 'TITLE'

Replace TITLE with the desired title for your terminal window.

Options

  • -h, --help: Show help message.
  • -v, --version: Display program version.

Example

Set Terminal Title

To set the terminal title, run:

./title 'My title'

Unset Terminal Title

To unset the terminal title, run:

./title

Authors