| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(whirl_prompt): clippy warnings | Fuwn | 2021-07-31 | 1 | -1/+2 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | feat(prompt): create clear command | Fuwn | 2021-06-15 | 1 | -0/+2 |
| | | |||||
| * | style(global): fix license spec | Fuwn | 2021-06-14 | 1 | -1/+1 |
| | | |||||
| * | fix(global): doc styling for all crates | Fuwn | 2021-06-10 | 1 | -0/+4 |
| | | |||||
| * | build(global): bump toolchain release | Fuwn | 2021-06-05 | 1 | -5/+3 |
| | | | | | 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 | 1 | -26/+25 |
| | | | | | 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 | 1 | -1/+0 |
| | | |||||
| * | docs(global): more documentation | Fuwn | 2021-05-23 | 1 | -0/+1 |
| | | |||||
| * | refactor(global): move crates around, stricter module isolation | Fuwn | 2021-05-20 | 1 | -0/+150 |