1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-09 05:39:01 +00:00
starship/tests/testsuite
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
..
character.rs docs: Add vuepress with initial docs (#99) 2019-07-19 16:18:52 -04:00
cmd_duration.rs feat: implement timer module (#118) 2019-08-08 13:25:30 -04:00
common.rs feat: Add configuration for add_newline (#116) 2019-07-27 18:25:13 -04:00
configuration.rs feat: Add configuration for add_newline (#116) 2019-07-27 18:25:13 -04:00
directory.rs feat: Allow directory truncation length to be configured (#120) 2019-07-28 21:05:13 -04:00
golang.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
line_break.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
main.rs feat: implement timer module (#118) 2019-08-08 13:25:30 -04:00
nodejs.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
package.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
python.rs ci: Use Python v3.6.9 in CI (#101) 2019-07-19 15:56:36 -04:00
username.rs feat: Add a disabled configuration option for modules (#86) 2019-07-02 16:12:53 -04:00