summaryrefslogtreecommitdiffstats
path: root/src/modules/aws.rs
AgeCommit message (Collapse)Author
2019-12-20perf: Dereference before to_string in aws moduleMatan Kushner
2019-12-20feat: Implement AWS region aliases (#646)Mike Sampson
2019-11-02feat: Add configuration to set how much AWS profile info is shown (#556)Cédric Da Fonseca
2019-10-15feat: Show AWS region in `aws` module (#482)Thomas Lee
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
Changes imports statements to make imports more uniform.
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
This PR refactors config and puts configuration files for all modules in `configs/`.
2019-09-25feat: Add AWS module (#419)Thomas O'Donnell
Adds a module for displaying the current AWS profile based on the AWS_PROFILE envar.