starship/src
Tilmann Meyer 2233683410
feat: add error messaging (#1576)
This creates a custom logger for the log crate which logs everything to a file (/tmp/starship/session_$STARSHIP_SESSION_KEY.log) and it logs everything above Warn to stderr, but only if the log file does not contain the line that should be logged resulting in an error or warning to be only logged at the first starship invocation after opening the shell.
2020-09-28 16:38:50 -04:00
..
configs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
formatter chore: remove unused name from Segment and remove some of the misleading underscores (#1584) 2020-08-16 22:16:05 -04:00
init feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
modules feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
test feat: Add timings subcommand (#1629) 2020-09-21 19:06:15 +02:00
bug_report.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
config.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
configure.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
context.rs feat: Add Undistract Me Feature (#1019) 2020-08-11 18:44:25 +02:00
lib.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
logger.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
main.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
module.rs feat(status): add the status module (#1651) 2020-09-26 00:04:51 +02:00
print.rs feat: Add timings subcommand (#1629) 2020-09-21 19:06:15 +02:00
segment.rs chore: remove unused name from Segment and remove some of the misleading underscores (#1584) 2020-08-16 22:16:05 -04:00
utils.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00