Todo Tutorial
Find a file
Forgejo runner user 6f96594d29
All checks were successful
pre-commit-check / pre-commit (push) Successful in 10s
chore: update .pre-commit-config.yaml
2025-07-26 08:21:24 +02:00
.forgejo/workflows chore(forgejo-admin): update pre-commit, forgejo workflows, ./editorconfig + renovate.json 2025-07-23 06:40:40 +02:00
.editorconfig chore(forgejo-admin): update pre-commit, forgejo workflows, ./editorconfig + renovate.json 2025-07-22 07:06:56 +02:00
.pre-commit-config.yaml chore: update .pre-commit-config.yaml 2025-07-26 08:21:24 +02:00
command.go fix: make linter happy 2025-04-10 21:57:16 +02:00
go.mod fix(deps): update module github.com/aquasecurity/table to v1.11.0 2025-07-13 14:04:27 +00:00
go.sum chore: initial checkin 2025-04-08 21:39:02 +02:00
gotodo chore: initial checkin 2025-04-08 21:39:02 +02:00
main.go chore: initial checkin 2025-04-08 21:39:02 +02:00
README.md chore: remove tabs 2025-04-24 23:41:54 +02:00
renovate.json chore(forgejo-admin): update pre-commit config and forgejo workflows + renovate 2025-07-19 11:35:06 +02:00
storage.go chore: initial checkin 2025-04-08 21:39:02 +02:00
todo.go chore: initial checkin 2025-04-08 21:39:02 +02:00
todos.json fix: make linter happy 2025-04-10 21:57:16 +02:00

Gotodo Tutorial

Usage


Usage of ./gotodo:
  -add string
        Add a new todo specify title
  -del int
        Specify a todo by index to delete (default -1)
  -edit string
        Edit a todo by index & specify a new title. id:new_title
  -list
        List all todos
  -toggle int
        Specify a todo by index to toggle (default -1)