wish
wish copied to clipboard
Make SSH apps, just like that! 💫
Greetings! Love the library and everything you all are working towards! openssh v9 just released which changes the default protocol for scp https://www.openssh.com/txt/release-9.0 The current scp example does not work...
Is it true that wish (or gliderlabs/ssh) allocates a new pty for each session? If so, doesn't that mean it's possible for the server to hit the max pty limit...
Hi! First, thanks for the great framework to make pretty terminal applications :) I am currently working on a SSH application, using Wish and BubbleTea. In particular, I am using...
- [ ] cover what we're blocking already - [ ] how we're using SSH with wish Basically go over the security concerns (we're using client-side not server-side, not attaching...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.5.0 to 0.6.0. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.6.0 Vertical Alignment In this latest release of Lip Gloss, styles now support vertical alignment for all your...
Bumps [github.com/gliderlabs/ssh](https://github.com/gliderlabs/ssh) from 0.3.4 to 0.3.5. Commits 0f80af4 Merge pull request #180 from gustavosbarreto/update-crypto-ssh 5cf2edf Bump minimum required Go version to 1.13 334c16f Update golang.org/x/crypto/ssh See full diff in compare...
dirty fix to "inappropriate ioctl for device" on macOS. It seems that macOS kills the slave pty once `exec.Cmd` finishes... so we need to create a new PTY just to...
The wish-exec example with vim worked because neovim was not using STDERR. Bubbletea doesn't have a concept of stdout and stderr, just output, so `tea.ExecProcess` sets the `exec.Cmd` stderr to...
so scp with windows for server and client works, but there are some specific interesting things that may need changes to be 'seamless'. - i get `protocol error: expected control...
# What The wish-exec example works fine with vim but when trying to exec an interactive bash process the following occurs. ## Outputs to server Stdout Relying on `bubbletea.ExecProcess` to...