fish-command-timer
fish-command-timer copied to clipboard
Fish shell extension for printing execution time for each command.
Results
2
fish-command-timer issues
Sort by
recently updated
recently updated
newest added
``` $ export PATH=$HOME/testrepo/usr/bin:$PATH usage: date [-un] [seconds] ``` After this, every command says ``` fish: unknown command: command usage: date [-un] [seconds] ```
Add option to export the timing string without displaying it. The exported string can be used for example in `fish_right_prompt`