https://github.com/mdarocha/zsh-windows-title
A simple zsh plugin that dynamically sets your terminal window title
https://github.com/mdarocha/zsh-windows-title
Last synced: 9 months ago
JSON representation
A simple zsh plugin that dynamically sets your terminal window title
- Host: GitHub
- URL: https://github.com/mdarocha/zsh-windows-title
- Owner: mdarocha
- License: mit
- Created: 2019-08-11T12:25:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T18:19:14.000Z (over 3 years ago)
- Last Synced: 2025-02-06T06:44:02.775Z (10 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - windows-title - Dynamically updates terminal window title with current directory and the last command run. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - windows-title - Dynamically updates terminal window title with current directory and the last command run. (Plugins / ZSH on Windows)
README
# zsh-windows-title

A simple zsh plugin that dynamically sets your terminal window title.
It displays your current working directory and last run command
## Installation
### zplugin
```
zplugin light mdarocha/zsh-window-title
```