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 16bed4690b
Add lua lib & support compiling distant cli on windows (#59)
* Update distant-ssh2 with new changes to wezterm-ssh
* Implement lua module (distant-lua)
* Implement tests for lua module (distant-lua-tests)
* Add untested windows daemon support
* distant binary now compiles on windows
* Split up Github actions for Windows, MacOS, and Linux into individual yaml files
3 years ago
..
subcommand Add lua lib & support compiling distant cli on windows (#59) 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 lua lib & support compiling distant cli on windows (#59) 3 years ago
output.rs Refactor Metadata and SystemInfo response data types to support subtypes as singular parameters 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