1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-30 22:19:08 +00:00
starship/src
t-mangoe 1ee59ed18c
feat(battery): Add a symbol option to battery.display (#2475)
* feat: Add a symbol option to `battery.display`

* feat: Add a symbol option to `battery.display`

* use `impl defaulat` instead of `RootModuleConfig`

* edit the code according to clippy's linting

* change variable type to `Option<'a str>`

* update the documentation on the battery module

* updated documentation and source code according to review comment

* remove the unnecessary method and write the default value of BatteryDisplayConig to the document

* add 'charging_symbol' option to battery.display
2021-04-17 13:52:46 +02:00
..
configs feat(battery): Add a symbol option to battery.display (#2475) 2021-04-17 13:52:46 +02:00
formatter refactor: propagate version formatting errors (#2566) 2021-04-10 19:06:25 +02:00
init refactor(init): cleanup init stub (#2548) 2021-04-05 16:52:10 +02:00
modules feat(battery): Add a symbol option to battery.display (#2475) 2021-04-17 13:52:46 +02:00
test chore(clippy): fix new lints (#2507) 2021-03-25 16:03:19 -04:00
bug_report.rs feat: add support for tcsh (#2288) 2021-02-27 19:55:27 +01:00
config.rs feat(config): warn about unknown config key names (#2527) 2021-03-31 20:13:23 +02:00
configure.rs feat(config): allow printing default and computed config (#2521) 2021-03-31 17:31:55 +02:00
context.rs fix(context): remove unwrap when pwd is unavailable (#2520) 2021-03-27 11:46:05 -04:00
lib.rs build: Add additional build information to version and bug report (#2124) 2021-01-22 20:14:51 +01:00
logger.rs refactor(log): change output colors to shades of blue for trace and debug to make them more visible (#2299) 2021-02-13 14:47:07 +01:00
main.rs feat(config): allow printing default and computed config (#2521) 2021-03-31 17:31:55 +02:00
module.rs feat(deno): create module (#2565) 2021-04-15 15:22:12 +02:00
print.rs feat: add support for tcsh (#2288) 2021-02-27 19:55:27 +01: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(deno): create module (#2565) 2021-04-15 15:22:12 +02:00