Skip to content

Barryrowe/set-terminal-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

set-terminal-title

A simple bash script to be able to set the Terminal title from a simple command.

To "install":

  1. Append the contents of setTitle.sh to your .bashrc file:

    cat setTitle.sh >> ~/.bashrc

  2. Source your .bashrc file:

    . ~./bashrc

To Use:

 st [TITLE] 

If the TITLE option is not provided, the title will be set to the absolute path of the current directory, (the result of a 'pwd' command).

TITLE - Just the string representation of the title you wish to use.

About

A simple bash script to be able to set the Terminal title from a simple command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages