Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryosama/go-todo
A simple ToDo application written in Golang
https://github.com/ryosama/go-todo
go golang gotk3 gtk gtk3 todo todolist todolist-app todolist-application
Last synced: 21 days ago
JSON representation
A simple ToDo application written in Golang
- Host: GitHub
- URL: https://github.com/ryosama/go-todo
- Owner: ryosama
- Created: 2019-04-16T14:38:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T13:31:49.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T17:15:01.349Z (3 months ago)
- Topics: go, golang, gotk3, gtk, gtk3, todo, todolist, todolist-app, todolist-application
- Language: Go
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Go-Todo
=======A simple GTK3 application written in Go to manage a ToDo list
It use the [GOTK3](https://github.com/gotk3/gotk3) library for GUI
Install
=======Install GOTK3 library first
https://github.com/gotk3/gotk3/wikiand after a simple go get...
```bash
$ go get -u github.com/ryosama/go-todo
```Screenshot
===========![Screenshot](https://raw.githubusercontent.com/ryosama/go-todo/master/screenshot.jpg "Screenshot")
Documentation
=============- You can add thig to do by taping something at the bottom of the app. Record with ENTER
- Edit thing in the list
- Mark thing as done with the checkbox
- Delete thing with the cross buttonTODO
=============- Reorder things
- Make a tree instead of listbox to order things better