dailyhack
dailyhack copied to clipboard
A command to give your terminal windows a title
Put this in your bash profile:
function title() { echo -e "\033]0;${1:?please specify a title}\007" ; }
Then just type title "myTitle"
in the terminal.
Cool Man. Is there any shortcut to change terminal bg color with a single command?
Not that I know of!! And not according to this... https://superuser.com/questions/1188772/mac-command-to-change-the-background-color-in-a-terminal
can also use "command + i", only for title change