Skip to content
/ mort Public

A simple console-based task management tool.

License

Notifications You must be signed in to change notification settings

tomyl/mort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mört 🐟

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.

About

A simple console-based task management tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages