All Projects β†’ paulmelnikow β†’ zsh-startup-timer

paulmelnikow / zsh-startup-timer

Licence: MIT license
A zsh plugin to print the time it takes for the shell to start up

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to zsh-startup-timer

Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+9177.78%)
Mutual labels:  zsh-plugin
Zsh Vi Mode
πŸ’» A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+905.56%)
Mutual labels:  zsh-plugin
material-colors
Material colorscheme
Stars: ✭ 25 (+38.89%)
Mutual labels:  zsh-plugin
Zsh Abbr
The zsh manager for auto-expanding abbreviations, inspired by fish shell.
Stars: ✭ 109 (+505.56%)
Mutual labels:  zsh-plugin
Quiver
Quiver is the tool to manage all of your tools for bug bounty hunting and penetration testing.
Stars: ✭ 140 (+677.78%)
Mutual labels:  zsh-plugin
dotfiles
⚫️ ~ is where the β™₯ is - my dotfiles.
Stars: ✭ 94 (+422.22%)
Mutual labels:  zsh-plugin
Zui
β¬’ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (+427.78%)
Mutual labels:  zsh-plugin
ls
Zsh plugin for ls
Stars: ✭ 73 (+305.56%)
Mutual labels:  zsh-plugin
Z.lua
⚑ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+11922.22%)
Mutual labels:  zsh-plugin
zsh-hangul
πŸ‡°πŸ‡· ν•œμ˜ μ „ν™˜μ˜ 지μ˜₯μ—μ„œ λ²—μ–΄λ‚˜μ„œ κ΄‘λͺ…μ°Ύμž!
Stars: ✭ 145 (+705.56%)
Mutual labels:  zsh-plugin
Zpm
ZPM β€” Zsh Plugin Manager
Stars: ✭ 112 (+522.22%)
Mutual labels:  zsh-plugin
History Sync
An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.
Stars: ✭ 135 (+650%)
Mutual labels:  zsh-plugin
zsh-fast-alias-tips
Help remembering the aliases you defined once
Stars: ✭ 58 (+222.22%)
Mutual labels:  zsh-plugin
Forgit
πŸ’€ A utility tool powered by fzf for using git interactively.
Stars: ✭ 1,823 (+10027.78%)
Mutual labels:  zsh-plugin
git
Provides nice git aliases and functions.
Stars: ✭ 26 (+44.44%)
Mutual labels:  zsh-plugin
Zsh Snap
⚑️ Znap! A fast & light-weight plugin manager & Git repo manager for Zsh.
Stars: ✭ 98 (+444.44%)
Mutual labels:  zsh-plugin
Zsh Navigation Tools
Curses-based tools for Zsh, e.g. multi-word history searcher
Stars: ✭ 249 (+1283.33%)
Mutual labels:  zsh-plugin
fzf-zsh-plugin
ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Stars: ✭ 117 (+550%)
Mutual labels:  zsh-plugin
jq-zsh-plugin
jq zsh plugin
Stars: ✭ 155 (+761.11%)
Mutual labels:  zsh-plugin
tumult.plugin.zsh
Tumult is a collection of macOS-specific functions and scripts for your shell environment. It is packaged as a ZSH plugin, but can be used with other shells as well.
Stars: ✭ 147 (+716.67%)
Mutual labels:  zsh-plugin

zsh-startup-timer

A zsh plugin to print the time it takes for the shell to start up.

Screenshot

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.

You can install it with most of the plugin managers.

Contribute

Pull requests welcome!

Support

If you are having issues, please let me know.

License

This project is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].