wish icon indicating copy to clipboard operation
wish copied to clipboard

Make SSH apps, just like that! 💫

Results 18 wish issues
Sort by recently updated
recently updated
newest added

Not sure if this should live in the README or in a dedicated docs section... Will figure that out before merging. A review on the content itself would be appreciated!

I suspect there's somewhere a `go io.Copy` that needs to be made cancelable. If you run the `wish-exec` example on a Windows machine, SSH into it, and press `s`, `e`,...

bug

Hey, just noticed one of the links in `./examples/README.md` was pointing to the wrong directory.

**Describe the bug** Bash script using "dialog" is displayed on server side (on the console that launched my wish app) **Setup** Please complete the following information along with version numbers,...

**Describe the bug** SSH server crashes whenever someone closes his/her terminal without quitting my app. **Setup** bubbletea v0.26.6 lipgloss v0.12.1 log v0.4.0 ssh v0.0.0-20240604154955-a40c6a0d028f wish v1.4.1-0.20240715153630-7331818233ba **To Reproduce** Steps to...

**Describe the bug** For tea.ExecProcess, I've done something like this to capture output back to the application: ```go type StdoutProxy struct { SavedOutput []byte } func (so *StdoutProxy) Write(p []byte)...

**Describe the bug** Rate limiting (fail2ban) is usually used to prevent brute force auth attacks against a server. Wish offers both authentication and ratelimiting, but seems to call the auth...

enhancement