All Projects → qkraudghgh → mango

qkraudghgh / mango

Licence: MIT license
🍊Terminal based TODO application written in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to mango

meemo
Run a lightweight Meemo server with database on Docker with docker-compose
Stars: ✭ 18 (+0%)
Mutual labels:  todo, todoapp
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+26150%)
Mutual labels:  todo, todoapp
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+161.11%)
Mutual labels:  todo, todoapp
api
Mirror of vikunja from https://code.vikunja.io/api
Stars: ✭ 119 (+561.11%)
Mutual labels:  todo, todoapp
Todo app
todo app in react
Stars: ✭ 18 (+0%)
Mutual labels:  todo, todoapp
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (+22.22%)
Mutual labels:  todo, todoapp
rofi-todo
📓 Minimal todo client for the rofi launcher
Stars: ✭ 20 (+11.11%)
Mutual labels:  todo, todoapp
Geek Life
The Todo List / Task Manager for Geeks in command line
Stars: ✭ 212 (+1077.78%)
Mutual labels:  cli-app, todoapp
tasker
A simple todo app built with Flutter
Stars: ✭ 43 (+138.89%)
Mutual labels:  todo, todoapp
Taskist
Flutter ToDo App with Firebase
Stars: ✭ 642 (+3466.67%)
Mutual labels:  todo, todoapp
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (+50%)
Mutual labels:  todo, todoapp
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (+422.22%)
Mutual labels:  todo, todoapp
ugly-todo
Just an Ugly To-Do app that I wanted to develop.
Stars: ✭ 35 (+94.44%)
Mutual labels:  todo, cli-app
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+405.56%)
Mutual labels:  todo, todoapp
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (+16.67%)
Mutual labels:  todo, todoapp
habitica-cli
An immersive command line interface for Habitica ⚡🔥
Stars: ✭ 29 (+61.11%)
Mutual labels:  todo, todoapp
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+2738.89%)
Mutual labels:  todo, todoapp
Wanandroid
🔥项目采用 Kotlin 语言,基于 MVP + RxJava + Retrofit + Glide + EventBus 等架构设计,努力打造一款优秀的 [玩Android] 客户端
Stars: ✭ 1,223 (+6694.44%)
Mutual labels:  todo, todoapp
All In One
👔 Health care application for reminding health-todo lists and making healthy habits every day.
Stars: ✭ 109 (+505.56%)
Mutual labels:  todo, todoapp
Tickgit
Manage your repository's TODOs, tickets and checklists as config in your codebase.
Stars: ✭ 247 (+1272.22%)
Mutual labels:  todo

Go Report Card Build Status

Mango

Very simple todo app in your terminal.

Screenshot

Usage

Installation

  • From source: go get github.com/qkraudghgh/mango

Information

mango is very simple todo app in your terminal.

  • If you want to add todo, you can.
  • If you want to check done, you can.
  • If you want to uncheck done, you can.
  • If you want to delete todo, you can.
  • If you want to clear todo DB, you can.

That's all

CLI

NAME:
   mango - very simple todo app in your terminal

USAGE:
   mango command [arguments...]

VERSION:
   1.1.0

AUTHOR:
  myoungho.pak - <[email protected]>

COMMANDS:
   list - Show your todos
   add "your todo" - Add your todo
   done [number] - check done your todo
   undone [number] - uncheck done your todo
   delete [number] - delete your todo
   clear - clear your todo DB

License

MIT License

Copyright (c) 2016 myoungho.pak

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].