https://github.com/hardikkum444/go-do-it
a todo list cli application with a terminal user interface built using Go
https://github.com/hardikkum444/go-do-it
archlinux cobra-cli golang todolist tui tview
Last synced: 16 days ago
JSON representation
a todo list cli application with a terminal user interface built using Go
- Host: GitHub
- URL: https://github.com/hardikkum444/go-do-it
- Owner: hardikkum444
- License: mit
- Created: 2024-11-10T06:27:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T05:07:42.000Z (over 1 year ago)
- Last Synced: 2025-08-11T20:50:15.228Z (10 months ago)
- Topics: archlinux, cobra-cli, golang, todolist, tui, tview
- Language: Go
- Homepage: https://aur.archlinux.org/packages/go-do-it
- Size: 16.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
go-do-it
=========
go-do-it is a simple todo list manager built using Go.
Terminal User Interface
-----------------------
go-do-it supports a minimalistic TUI (Terminal User Interface) for better navigation.
To access the TUI, run `go-do-it tui`
Installation
------------
### Arch Linux
run `yay -S go-do-it` || `paru -S go-do-it`
`https://aur.archlinux.org/packages/go-do-it`
### Download Binaries
You can download pre-built binaries for Windows, Android, and Linux from the releases page
`https://github.com/hardikkum444/go-do-it/releases`
Building Manually
-----------------
If you prefer to build go-do-it manually, follow these steps
1. Clone the repository
`git clone https://github.com/hardikkum444/go-do-it`
2. Navigate to the cloned directory and run `go build` to build the system-specific binary
3. Run the created binary as an executable.
4. For help and usage instructions, run `go-do-it --help`
License
-------
This project is licensed under the MIT License. See the LICENSE file for details.