All Projects → Murzchnvok → ugly-todo

Murzchnvok / ugly-todo

Licence: Unlicense license
Just an Ugly To-Do app that I wanted to develop.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ugly-todo

Todoit
The JavaScript framework for hassle-free TODO application development.
Stars: ✭ 102 (+191.43%)
Mutual labels:  todo, todolist
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (+288.57%)
Mutual labels:  todo, todolist
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+3882.86%)
Mutual labels:  todo, todolist
Todo
简洁清爽的Todo清单工具❤️ (MVP+okhttp3+retrofit+gson)
Stars: ✭ 93 (+165.71%)
Mutual labels:  todo, todolist
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (-40%)
Mutual labels:  todo, todolist
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (+168.57%)
Mutual labels:  todo, todolist
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+277.14%)
Mutual labels:  todo, todolist
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+13400%)
Mutual labels:  todo, todolist
To Do
一个无后端待办事项应用,数据用 LeanCloud 进行同步。
Stars: ✭ 238 (+580%)
Mutual labels:  todo, todolist
Collabtive
Collabtive is web based project management software
Stars: ✭ 192 (+448.57%)
Mutual labels:  todo, todolist
Realmtasks
Simple Todo iOS app with Realm DB and Swift
Stars: ✭ 83 (+137.14%)
Mutual labels:  todo, todolist
tdls
command-line Todo-list & Tech-blogging Service
Stars: ✭ 19 (-45.71%)
Mutual labels:  todo, todolist
Go Todo
微信小程序 todo后端,采用GoFrame框架搭建,包含微信认证、token管理、发送微信模板消息等
Stars: ✭ 60 (+71.43%)
Mutual labels:  todo, todolist
Py Todo
📋 Lightweight reminder / todo-list in cli
Stars: ✭ 102 (+191.43%)
Mutual labels:  todo, todolist
Todo app
todo app in react
Stars: ✭ 18 (-48.57%)
Mutual labels:  todo, todolist
Td Cli
A todo command line todo manager ✔️
Stars: ✭ 119 (+240%)
Mutual labels:  todo, todolist
Mirakel Android
Easy task management for professionals
Stars: ✭ 382 (+991.43%)
Mutual labels:  todo, todolist
Backlog
Simple desktop app for storing lists of items (todo, tasks, backlog items)
Stars: ✭ 407 (+1062.86%)
Mutual labels:  todo, todolist
Atom Todo Show
Atom package that shows a list of todos from your project.
Stars: ✭ 186 (+431.43%)
Mutual labels:  todo, todolist
mango
🍊Terminal based TODO application written in Go
Stars: ✭ 18 (-48.57%)
Mutual labels:  todo, cli-app

Ugly To-Do

A nice way to create tasks and save notes offline from your terminal!

This tool do just what I wanted it to do, but it's opensource and unlicense, so feel free to create your own version of this.

Install

PIP (recommended)

pip3 install -U utd

Manual

Clone the repo:

git clone https://github.com/Murzchnvok/ugly-todo

Go to the ugly-todo folder and install the requirements:

pip3 install -r requirements.txt

Create bin folder in the $HOME directory (if it doesn't exist):

mkdir $HOME/bin/

Add the bin folder to the $PATH variable!

Now create a symlink to the main.py script:

ln -s $HOME/ugly-todo/src/main.py $HOME/bin/utd

Usage

Help menu:

utd -h

Add a simple task:

utd -a simple task

Add a task with tag(s):

utd -a simple task with @tag

Add a task with tag(s) and priority:

utd -a not important task @tag @whatever -p 3

Add a note:

utd -n Keep Calm and STUDY

You might be interested

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].