Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulmelnikow/zsh-startup-timer
A zsh plugin to print the time it takes for the shell to start up
https://github.com/paulmelnikow/zsh-startup-timer
zsh zsh-plugin
Last synced: 2 months ago
JSON representation
A zsh plugin to print the time it takes for the shell to start up
- Host: GitHub
- URL: https://github.com/paulmelnikow/zsh-startup-timer
- Owner: paulmelnikow
- License: mit
- Created: 2017-03-08T01:26:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T01:56:28.000Z (7 months ago)
- Last Synced: 2024-10-16T21:12:25.388Z (2 months ago)
- Topics: zsh, zsh-plugin
- Language: Python
- Size: 24.4 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zsh-startup-timer
=================A zsh plugin to print the time it takes for the shell to start up.
![Screenshot](https://raw.githubusercontent.com/paulmelnikow/zsh-startup-timer/85fa038b4188feb5c3eae133e5da1167e4e6995e/screenshot.png)
Note
----Unfortunately, the startup timer is itself slow. Would be great to find a
cross-platform way to get the startup time at millisecond resolution that
doesn't require Python.Fortunately this slowness doesn't affect the time displayed, since it compares
the difference between the start time of the shell and the python process.Installation
------------This requires Python 2.6+ or Python 3.
**You must `pip install psutil` to install the [psutil][] library, which is
required.**[psutil]: https://pypi.python.org/pypi/psutil
You can install it with most of the plugin managers.
Contribute
----------- Issue Tracker: https://github.com/paulmelnikow/zsh-startup-timer/issues
- Source Code: https://github.com/paulmelnikow/zsh-startup-timerPull requests welcome!
Support
-------If you are having issues, please let me know.
License
-------This project is licensed under the MIT license.