Commit Graph

8 Commits (0a11ec65a2511daa7b783ac55e7269656ec9e450)

Author SHA1 Message Date
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
Chip Senkbeil 2277f9634d
Replace DISTANT_AUTH_KEY with DISTANT_KEY for environment variable parsing 3 years ago
Chip Senkbeil 1fa0494e03
Provide more stable test for proc stdin 3 years ago
Chip Senkbeil 756b87a8ae
Fix json format for interactive proc run requests 3 years ago
Chip Senkbeil fc1c262f55
Fix some proc issues, but proc tests still not fully passing 3 years ago
Chip Senkbeil 2e2dfa3a46
Add cli metadata tests 3 years ago
Chip Senkbeil 32150f0956
Fix file-write and file-append not parsing input correctly 3 years ago
Chip Senkbeil da08d2db4f
Refactor test folder structure for cli tests and add file_read_text tests 3 years ago