Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.08 KB

Odile

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.

Odile

Current Status

  • 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.

Build

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