Categorygithub.com/tomyl/mort
modulepackage
0.0.0-20220528163357-bd0f02943fac
Repository: https://github.com/tomyl/mort.git
Documentation: pkg.go.dev

# README

mört :fish:

Build Status Go Report Card

A simple console-based task management tool.

Pre-alpha software. Expect plenty of bugs and data loss.

Build error?

$ go build
# github.com/mattn/go-sqlite3
sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:125801:10: warning: function may return address of local variable [-Wreturn-local-addr]
125801 |   return pNew;
       |          ^~~~
sqlite3-binding.c:125761:10: note: declared here
125761 |   Select standin;
       |          ^~~~~~~
$ export CGO_CFLAGS="-g -O2 -Wno-return-local-addr"
$ go build

TODO

  • Add documentation and screenshots.
  • Finish this TODO list.

# Packages

No description provided by the author