succ (a fork of odile) is a simple GUI for the croc utility by Schollz. This program uses Fyne, a UI toolkit written in Go, as the graphical interface. Effort was made to keep the language in Go (what croc is written in) and the code in one file.
- Porting to other platforms currently in progress, please be patient! Currect objective is macOS with a universal 64-bit Linux binary coming soon. (Maybe ARM coming eventually? Let me know if that's of interest!)
- Fyne works well, but some options don't fulfill all of croc's needs. Features are ongoing, changes are possible. (perhaps like the FileZilla interface)
- Additional features like utilizing a custom relay server are not implemented.
- GUI is still lacking in error checking and communicating information to the user
- Currently program has only been tested on Windows 10.
Any comments or suggestions are appreciated.
To compile without background terminal, add these flags.
go build -ldflags -H=windowsgui gui.go
Windows Firewall keeps asking about this program, what gives?
https://stackoverflow.com/questions/55201561/golang-run-on-windows-without-deal-with-the-firewall