Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephane-archer/kangaroo

cli to gui made easy
https://github.com/stephane-archer/kangaroo

application application-bundle cocoa command-line-app go-gui golang golang-gui gui gui-application kangaroo macos objective-c osx platipus scripting scripts

Last synced: 20 days ago
JSON representation

cli to gui made easy

Awesome Lists containing this project

README

        

Kangaroo
===

Kangaroo try to make the process of creating a GUI for your command line tool easy
if your program take a file path as argument then you are at the right place.

![screenshot](screenshot.png)

## How to build

Inside the repository bsae folder run

```bash
go build .
```

## How to use

After building the GO project it will create a `kangaroo` file, just run it:

```bash
./kangaroo
```

## Config

You can edit the `config.ini` to fit your needs.
The `config.ini` must stay in the same folder as the binary file (ex:. `kangaroo`).

## Thanks

I hope this project will save you time and that we can all make it better for each other.

Happy coding!