9d49410102
fix: Remove trailing semicolon from $PROMPT_COMMAND
( #784 )
...
Remove any trailing semicolon in $PROMPT_COMMAND before appending starship_precmd, to prevent syntax error.
2019-12-28 10:03:59 -05:00
36cfbfcf03
build: Bump checkout action from v1 to v2 ( #789 )
2019-12-28 09:32:17 -05:00
75b103a44a
docs(i18n): Update translations ( #735 )
2019-12-24 16:54:29 -05:00
ecc8754335
fix(package): Use specified directory instead of current working directory ( #774 )
2019-12-23 22:38:00 -05:00
3ddb7460a6
docs: Add a "Presets" page to the website ( #783 )
2019-12-23 22:32:48 -05:00
e53ced8221
docs: A few small improvements
...
- Correctly alphebetize modules
- Fix table formatting
- Add missing quotes around strings
2019-12-23 18:10:25 -05:00
4f5d1bc8f3
docs: add dominikbraun as a contributor ( #780 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
2019-12-23 10:27:58 -05:00
56d62bd659
fix: Parse arguments of $VISUAL and $EDITOR ( #772 )
...
Co-authored-by: AppleTheGolden <scotsbox@protonmail.com >
2019-12-23 10:27:00 -05:00
7e568a1e73
build(deps): bump rayon from 1.2.1 to 1.3.0 ( #777 )
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.2.1...rayon-core-v1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 10:23:45 -05:00
9a1569444b
refactor: ModuleConfig: Simplify generated from_config()
implementations ( #775 )
...
We can use `and_then()` to string `Option` values together so that we only need a single `?` assertion. This makes it generally possible to have e.g. `unwrap_or()` at the end.
2019-12-23 10:12:21 -05:00
c4ed88952c
docs(config): Disabled at the end of the options
...
In the `time` module, bring `disabled` option at the end of the table for coherence with all the other modules
2019-12-23 10:11:23 -05:00
539f320a3f
fix: Improve error message when current dir is not found ( #773 )
2019-12-21 23:26:57 -05:00
b0a8003a59
chore(bump): v0.32.1
v0.32.1
2019-12-20 15:45:19 -05:00
d1b725a47c
build: Use native SSL instead of OpenSSL
2019-12-20 15:42:21 -05:00
83d4c21a09
ci: Install pkg-config for musl build
v0.32.0
2019-12-20 15:09:46 -05:00
e6625cf6df
chore(bump): v0.32.0
2019-12-20 13:58:04 -05:00
8cf4ce21d9
perf: Dereference before to_string in aws module
2019-12-20 12:58:59 -05:00
c30f2e90d1
docs: add mfs as a contributor ( #765 )
2019-12-20 12:39:29 -05:00
256a2be949
feat: Implement AWS region aliases ( #646 )
2019-12-20 12:30:47 -05:00
f3784f5aaa
docs: add Scotsguy as a contributor ( #764 )
2019-12-20 11:34:17 -05:00
8084c2e61d
fix: Fix shellcheck issues in install.sh ( #714 )
2019-12-20 10:54:40 -05:00
c58178dece
ci: Bump brew with personal account
2019-12-20 10:15:36 -05:00
024e7ea1f3
ci: Use fixed version of setup-php in test workflow ( #763 )
2019-12-20 10:14:25 -05:00
11f73efa41
fix: Improvements to starship configure
( #756 )
...
- look for $VISUAL first, then $EDITOR, then the default
- panic if we can't find the home dir
2019-12-20 09:55:53 -05:00
49d1c250d5
build: Install libssl-dev during musl build
2019-12-19 18:09:13 -05:00
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
6a2b0a67b0
feat: cmd_duration module optionally reports milliseconds ( #696 )
2019-12-19 17:38:06 -05:00
d6094d7b9d
chore(bump): v0.31.0
v0.31.0
2019-12-19 17:18:11 -05:00
a26fcc8736
docs: add etiennemabille as a contributor ( #757 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
2019-12-19 16:21:15 -05:00
879649d542
fix(bash): save and restore "$_" ( #753 )
2019-12-19 16:20:44 -05:00
aab35674d2
feat: Adds build.gradle.kts detection to the Java module ( #731 )
2019-12-19 10:17:50 -05:00
63594b746e
build(deps): bump gethostname from 0.2.0 to 0.2.1
...
Bumps [gethostname](https://github.com/lunaryorn/gethostname.rs ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/lunaryorn/gethostname.rs/releases )
- [Changelog](https://github.com/lunaryorn/gethostname.rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lunaryorn/gethostname.rs/compare/gethostname-0.2.0...gethostname-0.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-19 06:05:51 +00:00
a4c5c00a73
feat: Implement starship configure
command ( #751 )
2019-12-18 16:09:36 -05:00
c82aeb70db
build(deps): bump sysinfo from 0.10.2 to 0.10.3 ( #747 )
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases )
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-17 23:15:16 -05:00
b1de63b7a3
docs: Fix landing page formatting
2019-12-17 16:48:17 -05:00
e078bf4727
docs: Make website docs consistent with README.md
2019-12-17 16:46:43 -05:00
a07ca8353f
docs: Update GitHub Actions badge
...
Update the badge to specifically show the status of push events to master
2019-12-17 11:12:32 -05:00
af7e9fd26e
revert: "build(deps): bump log from 0.4.8 to 0.4.10"
...
This reverts commit dd112719e6
.
2019-12-17 11:10:07 -05:00
6c2e931087
feat: Extend bug-report to include terminal emulator ( #740 )
2019-12-17 10:17:04 -05:00
85ad2d5d00
build(deps): bump hermit-abi from 0.1.3 to 0.1.5
...
Bumps [hermit-abi](https://github.com/hermitcore/rusty-hermit ) from 0.1.3 to 0.1.5.
- [Release notes](https://github.com/hermitcore/rusty-hermit/releases )
- [Commits](https://github.com/hermitcore/rusty-hermit/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-16 16:28:13 +00:00
dd112719e6
build(deps): bump log from 0.4.8 to 0.4.10
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.8 to 0.4.10.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-16 16:27:33 +00:00
40d4daba42
docs: Correct summary of git_commit
module ( #737 )
2019-12-16 10:45:48 -05:00
43d352db1b
build(deps): bump os_info from 1.1.3 to 1.2.0 ( #742 )
2019-12-16 15:45:32 +00:00
7808faf33f
build(deps): bump serde from 1.0.103 to 1.0.104 ( #741 )
2019-12-16 15:44:34 +00:00
2edccd8848
docs: Update bug report template
2019-12-15 19:27:23 -05:00
7c05412f46
docs(i18n): Update doc translations ( #697 )
2019-12-14 18:46:45 -05:00
df351602a3
docs: add JasonEtco as a contributor ( #734 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
2019-12-14 18:45:29 -05:00
9ccf29362d
docs: add jonstodle as a contributor ( #733 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
2019-12-14 18:42:18 -05:00
76804cc3c8
feat: Add bug-report
sub-command ( #725 )
...
This adds a sub command to generate the link. Information, such as operating system and it's version; the current shell's config; and current starship conf, is gathered from the environment and is included in the pre-filled text. The command will also try to open the link in the default browser. Should that fail it will print the link instead and ask the user to copy it.
2019-12-14 18:40:12 -05:00
740b51bd60
build(deps): bump git2 from 0.10.2 to 0.11.0
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.10.2...git2-curl-0.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-13 16:44:37 -05:00