Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
d6159614
Commit
d6159614
authored
Nov 18, 2015
by
Robert Strack
Browse files
readme file
parent
de8d6841
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/timer/README.md
0 → 100644
View file @
d6159614
This plugin allows to display command's execution time in a very nonintrusive way.
Timer can be tuned by these two variables:
*
`TIMER_PRECISION`
allows to control number of decimal places (default
`1`
)
*
`TIMER_FORMAT`
allows to adjust display format (default
`'/%d'`
)
Sample session:
me@here:~$ sleep 1 /1.0s
me@here:~$ sleep 73 /1m13.0s
me@here:~$ TIMER_FORMAT='[%d]'; TIMER_PRECISION=2 [0.00s]
me@here:~$ head -c50 < /dev/urandom | hexdump
0000000 b2 16 20 f0 29 1f 61 2d 8a 29 20 8c 8c 39 5a ab
0000010 21 47 0e f9 ee a4 76 46 71 9e 4f 6b a4 c4 51 cb
0000020 f9 1f 7e b9 6f 2c ae dd cf 40 6d 64 a8 fb d3 db
0000030 09 37
0000032 [0.02s]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment