Commit c5c74d6
authored
Docs touchups (#10)
This pull request delivers significant improvements to documentation,
shell completions, and configuration for the `smoosh` project. The
README has been rewritten for clarity and conciseness, with improved
installation, usage, and feature documentation. Additionally, new shell
autocompletion scripts for Bash, Zsh, and Fish have been added, making
the CLI more user-friendly. Minor configuration adjustments were made to
`.editorconfig` and `.gitattributes` for consistency and better handling
of files.
**Documentation improvements:**
- Major rewrite and simplification of `README.md`: clearer quick start,
installation, usage, and feature sections; improved AI tool integration
guides; more concise FAQ; and better formatting throughout.
[[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L12-R18)
[[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L33-R64)
[[3]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L90-R133)
[[4]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L233-R168)
[[5]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L253-R193)
[[6]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L357-R283)
- Minor cleanup in `CONTRIBUTING.md` for clarity.
**Shell completions:**
- Added Bash (`completions/smoosh.bash`), Zsh
(`completions/smoosh.zsh`), and Fish (`completions/smoosh.fish`)
autocompletion scripts to enhance CLI usability.
[[1]](diffhunk://#diff-a850d66a2d2ef59e18a2f76c58977bbc36cfc2ec0568242c92bda2beaf61cd2eR1-R36)
[[2]](diffhunk://#diff-6137cce49420e6806303fc3a742b35ad6a316238f00825515cac0b63160df9b8R1-R33)
[[3]](diffhunk://#diff-8f1c88118d324d7d789f454801779074a65d2e32bccbffc3d46ac1e24119d3b2R1-R24)
**Configuration and housekeeping:**
- Updated `.editorconfig` for consistent whitespace, charset, and
trimming rules.
- Improved `.gitattributes` to better handle line endings, linguist
settings, and to hide golden test outputs from PR diffs and language
stats.
---------
Signed-off-by: K1-R1 <77465250+K1-R1@users.noreply.github.com>1 parent 79733a7 commit c5c74d6
10 files changed
Lines changed: 306 additions & 464 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 5 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 6 | + | |
| 7 | + | |
16 | 8 | | |
17 | 9 | | |
18 | 10 | | |
19 | 11 | | |
20 | | - | |
21 | 12 | | |
22 | | - | |
| 13 | + | |
23 | 14 | | |
24 | 15 | | |
25 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
0 commit comments