Skip to content

Commit

Permalink
updated the readme to reflect fork
Browse files Browse the repository at this point in the history
  • Loading branch information
miskeeping committed Feb 11, 2023
1 parent fddce4b commit e5b8cc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Odile
Odile is a simple GUI for the [croc](https://github.com/schollz/croc) utility by Schollz. This program uses [Fyne](https://fyne.io/), 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.
# succ
succ (a fork of [odile](https://github.com/stormon-force/odile)) is a simple GUI for the [croc](https://github.com/schollz/croc) utility by Schollz. This program uses [Fyne](https://fyne.io/), 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](screenshot.png?raw=true "Screenshot")

## Current Status
* 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](https://filezilla-project.org/))
* Additional features like utilizing a custom relay server are not implemented.
* GUI is still lacking in error checking and communicating information to the user
Expand Down

0 comments on commit e5b8cc7

Please sign in to comment.