Skip to content

Pelski/Memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memo

Works on macOS & Linux (not tested on other platforms). Only polish language available (for this moment) but it's really simple.

Memo Screenshot

Features:

  • priority: 0/1/2/3
  • projects
  • tags
  • status: new/pending/done
  • sorting
  • filters
  • help

This is my old project. I use it every day and it works very well. Now I want to share it! Check it out.

Installation:

Change username (#define USERNAME "pelski") and database path (#define TASKS_FILE "/Users/pelski/.tasks.db") in main.cpp file.

sudo apt-get install g++
sudo apt-get install libboost-all-dev
sudo apt-get install sqlite3
g++ main.cpp -o memo  -L/usr/local/lib/ -lboost_filesystem -lsqlite3
chmod +x memo
./memo

Used:

About

Simple CLI to-do list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published