2.1.2 (2025-02-13)
- tests: add suite (35cde41)
2.1.1 (2025-02-13)
- COMMAND_EXECUTION_TIMER_VERSION: play nice with 'source'ing zshrc (0328693)
2.1.0 (2025-01-30)
- COMMAND_EXECUTION_TIMER_PRINT_DURATION_AFTER_COMMAND_OUTPUT: add option (956d23b)
v2.0.0 (2024-10-07)
This major version ships breaking changes. Notably:
-
The hook function is now
command_execution_timer__print_duration_after_command_output. Previously it wasappend_command_execution_duration. See Docs > Usage. -
The default
COMMAND_EXECUTION_TIMER_PREFIXis now nothing. Previously it was"Took ". See Docs > Options.
See Docs > Installation > Legacy versions.
- prompt substitution: turn on (8995ab9)
- command_execution_timer__format: error on invalid COMMAND_EXECUTION_TIMER_FORMAT (e36ebbd)
- command_execution_timer__print_duration_after_command_output: replaces append_command_execution_duration (d6f0b7a)
- COMMAND_EXECUTION_TIMER_PREFIX: no default (044474b)
- formatter: support passing in a value (a2a0a49)
- formatting, hook: prefix+foreground in hook, not formatted str (0191220)
- homebrew: bump formulae on release, with github actions (27b8416)
- threshold: only applies to hook (ba2550b)
- version: add variable (1102203)
v1.0.1 (2020-07-11)
- plugin: correct path (7da2bb5)
- zsh support
- available on Homebrew
COMMAND_EXECUTION_DURATIONvariable- options
COMMAND_EXECUTION_TIMER_THRESHOLD,COMMAND_EXECUTION_TIMER_PRECISION,COMMAND_EXECUTION_TIMER_FOREGROUND,COMMAND_EXECUTION_TIMER_FORMAT,COMMAND_EXECUTION_TIMER_PREFIX append_command_execution_durationhook