https://github.com/olets/zsh-transient-prompt
Add a transient prompt to your zsh command line
https://github.com/olets/zsh-transient-prompt
command-line prompt zsh zsh-plugin zsh-theme
Last synced: about 1 month ago
JSON representation
Add a transient prompt to your zsh command line
- Host: GitHub
- URL: https://github.com/olets/zsh-transient-prompt
- Owner: olets
- License: other
- Created: 2025-01-28T03:55:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T23:41:05.000Z (10 months ago)
- Last Synced: 2025-02-06T00:27:51.673Z (10 months ago)
- Topics: command-line, prompt, zsh, zsh-plugin, zsh-theme
- Language: Shell
- Homepage: https://zsh-transient-prompt.olets.dev
- Size: 203 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.MD
Awesome Lists containing this project
- awesome-zsh-plugins - transient - Add a transient prompt to your zsh command line — that is, make your current command line's prompt different from past command lines' prompts. For example, past prompts might not need to show as much contextual information. Or you might want to put past commands on their own line, instead of prefixed by a prompt, for easier selecting and copying. More details at [zsh-transient-prompt.olets.dev](https://zsh-transient-prompt.olets.dev/). (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - transient - Add a transient prompt to your zsh command line — that is, make your current command line's prompt different from past command lines' prompts. For example, past prompts might not need to show as much contextual information. Or you might want to put past commands on their own line, instead of prefixed by a prompt, for easier selecting and copying. More details at 🌎 [zsh-transient-prompt.olets.dev](zsh-transient-prompt.olets.dev/). (Themes / ZSH on Windows)
README
# zsh-transient-prompt
Add a transient prompt to your zsh command line.
Use it as your theme. Or to add transient prompt support to an existing theme (implementation complexity will depend on the existing theme).
## Documentation
📖 See the guide at https://zsh-transient-prompt.olets.dev/
## Changelog
See the [CHANGELOG](CHANGELOG.md) file.
## Contributing
Thanks for your interest. Contributions are welcome!
> Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Check the [Issues](https://github.com/olets/zsh-transient-prompt/issues) to see if your topic has been discussed before or if it is being worked on. You may also want to check the roadmap (see above).
Please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.
## License
zsh-transient-prompt by Henry Bley-Vroman is released under the [MIT license](LICENSE).
## Acknowledgments
zsh-transient-prompt builds off Roman Perepelitsa's [powerlevel10k](https://github.com/romkatv/powerlevel10k), via Subhaditya Nath's [transient_prompt.zsh](https://gist.github.com/subnut/3af65306fbecd35fe2dda81f59acf2b2).