A simple to-do viewer in go
Why not? Like what else am I supposed to put here ¯\_(ツ)_/¯
MIT License
Copyright (c) 2025 grish-ka
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Install go
- Install the package, to install the package you run
$ go install github.com/grish-ka/go-check@latestNote
If you want a specific version replace @latest with @VersionHere
- go to the latest release and download
go-check.msi - run it and you have it installed!
after you instal go to your directory you want to put your todo json file in and run
go-check --new "My first todo!" --file 'exampleTodo.json'then to open it run
go-check exampleTodo.jsonIts easy, first press n in the main menu
then fill it in. Boom you have a new item!
Its easy, first press Shift+N in the main menu
then fill it in. Boom new file!
developer@foobar:~/prj$ git clone https://github.com/grish-ka/go-check.gitdeveloper@foobar:~/prj$ cd go-check
Note
You need some modules if you are directly building it, although go does that for you I think
developer@foobar:/prj/go-check$ go get github.com/charmbracelet/bubbletea
developer@foobar:/prj/go-check$ go get github.com/charmbracelet/lipgloss
developer@foobar:~/prj/go-check$ go buildordeveloper@foobar:~/prj/go-check$ go run


