-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (26 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.