1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-17 00:39:02 +00:00
starship/tests
Kevin Song 3daf3ddf26 feat: implement timer module (#118)
Implement a timer module that takes a commandline argument, the number of seconds the last job took to complete, and displays it if appropriate.

Alters shell initialization files to compute this number using date +%s where needed.

Adds a config section to configure minimum amount of time before timer is shown (default is 2s)
2019-08-08 13:25:30 -04:00
..
fixtures feat: Add a disabled configuration option for modules (#86) 2019-07-02 16:12:53 -04:00
testsuite feat: implement timer module (#118) 2019-08-08 13:25:30 -04:00
Dockerfile ci: Use Python v3.6.9 in CI (#101) 2019-07-19 15:56:36 -04:00