rylans / conmigo

Task manager and time tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conmigo

conmigo is a task manager

Demo

ttygif

Quick Start

Download and install

go get github.com/rylans/conmigo

Usage

Start a new task

conmigo -start "Buy some eggs"

List tasks

conmigo

Search tasks with regular expressions

conmigo | grep "keyword"

Count open tasks

conmigo | wc -l

License

conmigo source code is licensed under Apache License, Version 2.0

About

Task manager and time tracker

License:Apache License 2.0


Languages

Language:Go 100.0%