You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distant/src
Chip Senkbeil 0a11ec65a2
Add native ssh (#57)
* Bump to 0.15.0
* Add new distant-ssh2 subcrate to provide an alternate session as an ssh client
* Add rpassword & wezterm-ssh dependencies
* Rename core -> distant-core in project directory structure and move ssh2 feature into distant-ssh2 crate
* Upgrade tokio to 1.12,
* Update github actions to detect changes and apply testing for only those changes
* Add method parameter to support distant & ssh methods for action and lsp subcommands
* Add ssh-host, ssh-port, and ssh-user parameters to specify information for ssh method
3 years ago
..
subcommand Add native ssh (#57) 3 years ago
buf.rs Fix clippy warnings, fix rustfmt, refactor proc-run tests to use generated scripts instead of script files 3 years ago
constants.rs Add native ssh (#57) 3 years ago
exit.rs Add session ext (#53) 3 years ago
lib.rs Fix log suppression to occur when running remote process and not logging to a file 3 years ago
link.rs Split distant into distant-core and distant (bin) 3 years ago
main.rs Update error response to include kind, refactor kind to be from a defined set, support new exists request/response 3 years ago
opt.rs Add native ssh (#57) 3 years ago
output.rs Fix clippy warnings, fix rustfmt, refactor proc-run tests to use generated scripts instead of script files 3 years ago
session.rs Add session ext (#53) 3 years ago
stdin.rs Split distant into distant-core and distant (bin) 3 years ago
utils.rs Split distant into distant-core and distant (bin) 3 years ago