Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab completion and syntax checking #261

Merged
merged 66 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
585f8e6
clipboard as a feature for android and server support
kernelPanic0x Sep 5, 2024
73790ef
cargo fmt
kernelPanic0x Sep 5, 2024
cb72ef0
improved wormhole code display for serve and send
kernelPanic0x Sep 5, 2024
b1c7928
cargo fmt
kernelPanic0x Sep 6, 2024
39585e8
clipboard as default feature
kernelPanic0x Sep 10, 2024
4affcc9
improved clipboard conditional wormhole code message
kernelPanic0x Sep 10, 2024
63e92c7
added whitespace for readability
kernelPanic0x Sep 10, 2024
d99d120
Merge remote-tracking branch 'upstream/main' into magic-wormhole-main
kernelPanic0x Sep 11, 2024
06b6c50
Merge remote-tracking branch 'upstream/main'
kernelPanic0x Sep 16, 2024
049bca7
first working draft of code word spelling checks
kernelPanic0x Sep 19, 2024
39224e6
removed regex as it is not needed anymore
kernelPanic0x Sep 19, 2024
f148556
improved coloring
kernelPanic0x Sep 19, 2024
45f7b7f
first working tab completion
kernelPanic0x Sep 20, 2024
99bcd64
working tab complete
kernelPanic0x Sep 20, 2024
c2a294e
temporary ctrlc workaround
kernelPanic0x Sep 20, 2024
98f948c
improved channel code checks
kernelPanic0x Sep 21, 2024
cddb3fa
completer optimizations
kernelPanic0x Sep 21, 2024
bbdcdbc
working tab completion with jaro winkler algorhythm
kernelPanic0x Sep 22, 2024
87c4fda
added documentation for wordlist module, allow missing_docs for core …
kernelPanic0x Sep 22, 2024
4fba926
bail on error while reading wormhole code
kernelPanic0x Sep 22, 2024
6ff966d
clipboard as a feature for android and server support
kernelPanic0x Sep 5, 2024
f450a27
added whitespace for readability
kernelPanic0x Sep 10, 2024
8ba3e69
first working draft of code word spelling checks
kernelPanic0x Sep 19, 2024
7abbb50
removed regex as it is not needed anymore
kernelPanic0x Sep 19, 2024
ba6ce02
improved coloring
kernelPanic0x Sep 19, 2024
7806217
first working tab completion
kernelPanic0x Sep 20, 2024
c80520d
working tab complete
kernelPanic0x Sep 20, 2024
9b0d6c9
temporary ctrlc workaround
kernelPanic0x Sep 20, 2024
4abfb29
improved channel code checks
kernelPanic0x Sep 21, 2024
d269554
completer optimizations
kernelPanic0x Sep 21, 2024
9c3a26b
working tab completion with jaro winkler algorhythm
kernelPanic0x Sep 22, 2024
2e7f038
added documentation for wordlist module, allow missing_docs for core …
kernelPanic0x Sep 22, 2024
487733b
bail on error while reading wormhole code
kernelPanic0x Sep 22, 2024
1564f9e
Merge branch 'tab_complete' of github.com:kernelPanic0x/magic-wormhol…
kernelPanic0x Sep 23, 2024
6782f5f
fixed index out of range crash when suggestion > current word, added …
kernelPanic0x Sep 23, 2024
6a13436
removed temporary documentation, fixed clippy::never_loop
kernelPanic0x Sep 23, 2024
e83e96f
fixed typo
kernelPanic0x Sep 24, 2024
ec02d66
wormhole code validation length check
kernelPanic0x Sep 25, 2024
cbfbf80
wormhole code validation length check, use defaults for fuzzy search
kernelPanic0x Sep 25, 2024
0ab6560
use std::sync::LazyLock instead of lazy_static
kernelPanic0x Oct 4, 2024
71ec08a
use 0.8 confidence for menu system to work
kernelPanic0x Oct 4, 2024
a958cdd
fixed docs for get_n_top
kernelPanic0x Oct 4, 2024
0fe7823
made wordlist public without exposing core
kernelPanic0x Oct 4, 2024
55b57cd
span_end using min
kernelPanic0x Oct 4, 2024
4210dce
removed partial completions
kernelPanic0x Oct 4, 2024
c9b2846
fixed typo
kernelPanic0x Oct 5, 2024
1007c8c
removed unnecessary comment
kernelPanic0x Oct 5, 2024
af7b17c
Merge branch 'tab_complete' of github.com:kernelPanic0x/magic-wormhol…
kernelPanic0x Oct 5, 2024
bd19d09
removed code highlighting because of custom wordlists
kernelPanic0x Oct 7, 2024
0e349cd
rust version 1.81 for LazyLock support
kernelPanic0x Oct 7, 2024
5cfdd41
removed code highlighting because of custom wordlists
kernelPanic0x Oct 7, 2024
cbb3caa
rust version 1.81 for LazyLock support
kernelPanic0x Oct 7, 2024
6fb8f86
dialoguer tab completion implementation
kernelPanic0x Oct 8, 2024
e7fefce
added complter, removed reedline crate
kernelPanic0x Oct 8, 2024
f341998
added documentation
kernelPanic0x Oct 8, 2024
ceeeef3
documentation, cleanup
kernelPanic0x Oct 8, 2024
711875a
removed fuzzt from cli
kernelPanic0x Oct 8, 2024
585a198
Merge branch 'tab_complete' of github.com:kernelPanic0x/magic-wormhol…
kernelPanic0x Oct 8, 2024
ece999b
removed reedline
kernelPanic0x Oct 9, 2024
3ccb0f4
fuzzy-complete feature tests
kernelPanic0x Oct 9, 2024
afa5090
fixed conditional compile errors
kernelPanic0x Oct 10, 2024
99dc318
made helper functions private
kernelPanic0x Oct 11, 2024
86abf9d
merged with upstream
kernelPanic0x Oct 11, 2024
3dead09
fixed compilation error with --no-default-features
kernelPanic0x Oct 11, 2024
faff3cd
fixed compilation error with --no-default-features
kernelPanic0x Oct 11, 2024
ca5d292
fixed wrong function for normal_complete
kernelPanic0x Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 216 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ futures = "0.3.12"
hex = "0.4.2"
hkdf = "0.12.2"
indicatif = "0.17.0"
log = "0.4.13"
noise-protocol = "0.2"
noise-rust-crypto = "0.6.0-rc.1"
number_prefix = "0.4.0"
Expand Down
3 changes: 3 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ arboard = { optional = true, workspace = true, features = [
] } # Wayland by default, fallback to X11.
tracing = { workspace = true, features = ["log", "log-always"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
reedline = "0.35.0"
nu-ansi-term = "0.50.1"
fuzzt = "0.3.1"

[dev-dependencies]
trycmd = { workspace = true }
Expand Down
Loading
Loading