| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(whirl_prompt): clippy warnings | Fuwn | 2021-07-31 | 2 | -1/+3 |
| | | |||||
| * | fix(whirl_prompt): register single char input as null | Fuwn | 2021-07-24 | 1 | -1/+1 |
| | | | | | | | | | | When entering inputs with a single character, the input would not register as a null command so no "command not found" error would be produced. Now it will produce the error. In the future, it would be smart to replace this mechanism with an iterator over a commands list. | ||||
| * | feat(whirl_prompt): whirl mode in fetch builtin | Fuwn | 2021-07-24 | 3 | -9/+40 |
| | | |||||
| * | feat(prompt): create clear command | Fuwn | 2021-06-15 | 4 | -1/+12 |
| | | |||||
| * | style(global): fix license spec | Fuwn | 2021-06-14 | 5 | -5/+5 |
| | | |||||
| * | fix(global): doc styling for all crates | Fuwn | 2021-06-10 | 1 | -0/+4 |
| | | |||||
| * | refactor(config): rename `Whirl.toml` to `Config.toml` | Fuwn | 2021-06-09 | 2 | -2/+2 |
| | | | | | | | | Since the configuration file is in the `.whirl` directory, it is redundant to have it's name still as `Whirl.toml` BREAKING CHANGE: Configuration file is renamed | ||||
| * | build(global): bump toolchain release | Fuwn | 2021-06-05 | 2 | -6/+4 |
| | | | | | This commit also fixes all of the new lints that arose because of the bump. | ||||
| * | fix(global): a lot of clippy warnings | Fuwn | 2021-05-28 | 3 | -37/+36 |
| | | | | | This change makes clippy **a lot** more strict. | ||||
| * | docs(global): spelling corrections, global docs | Fuwn | 2021-05-23 | 1 | -0/+2 |
| | | |||||
| * | refactor(prompt): move builtins constants to builtins module | Fuwn | 2021-05-23 | 3 | -3/+2 |
| | | |||||
| * | refactor(config): deprecate refresh method | Fuwn | 2021-05-23 | 2 | -3/+3 |
| | | |||||
| * | docs(global): more documentation | Fuwn | 2021-05-23 | 1 | -0/+1 |
| | | |||||
| * | refactor(global): move crates around, stricter module isolation | Fuwn | 2021-05-20 | 5 | -0/+321 |