starship/src
Jon Grythe Stødle f898b22b55 fix: Clear before printing prompt (#739)
This clears any leftover text when the prompt updates in-place (e.g. Alt + Left/Right in fish shell)
2019-12-19 17:56:30 -05:00
..
configs feat: cmd_duration module optionally reports milliseconds (#696) 2019-12-19 17:38:06 -05:00
init feat: cmd_duration module optionally reports milliseconds (#696) 2019-12-19 17:38:06 -05:00
modules feat: cmd_duration module optionally reports milliseconds (#696) 2019-12-19 17:38:06 -05:00
bug_report.rs feat: Extend bug-report to include terminal emulator (#740) 2019-12-17 10:17:04 -05:00
config.rs feat: Add git_commit module (#673) 2019-12-06 11:57:42 -05:00
configure.rs feat: Implement starship configure command (#751) 2019-12-18 16:09:36 -05:00
context.rs feat: Add an option to limit the duration of starship directory scanning (#589) 2019-10-28 22:41:16 +09:00
lib.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
main.rs feat: cmd_duration module optionally reports milliseconds (#696) 2019-12-19 17:38:06 -05:00
module.rs fix: Wrap prefix and suffix in shell-specific escape codes (#712) 2019-12-13 14:35:10 -05:00
print.rs fix: Clear before printing prompt (#739) 2019-12-19 17:56:30 -05:00
segment.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
utils.rs chore: Add a helper function for executing commands (#660) 2019-11-27 17:03:08 -05:00