Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephane-archer/kangaroo
- Owner: stephane-archer
- Created: 2023-02-08T19:34:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T23:20:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-04T16:39:48.531Z (9 months ago)
- Topics: application, application-bundle, cocoa, command-line-app, go-gui, golang, golang-gui, gui, gui-application, kangaroo, macos, objective-c, osx, platipus, scripting, scripts
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!