Skip to content

Commit 11d9b98

Browse files
authored
Merge pull request #84 from MyEcoria/dev/pbuchez/@-autocomplete
feat(tui): add @-triggered file autocomplete suggestions
2 parents 15b2da9 + b2c9f87 commit 11d9b98

File tree

3 files changed

+296
-11
lines changed

3 files changed

+296
-11
lines changed

Cargo.lock

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shai-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ console = "0.16"
2727
ringbuffer = "0.16"
2828
cli-clipboard = "0.4"
2929
textwrap = "0.16"
30+
jwalk = "0.8.1"
3031

3132

3233
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)