All Projects → mohd-akram → todo

mohd-akram / todo

Licence: MIT license
A simple, cross-platform todo application in C

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to todo

React Native Vs Ionic Todos
Simplistic application to compare React Native and Ionic 2
Stars: ✭ 151 (+586.36%)
Mutual labels:  todo
Collabtive
Collabtive is web based project management software
Stars: ✭ 192 (+772.73%)
Mutual labels:  todo
Todokit
TodoKit - A beautiful bug and issue tracking software.
Stars: ✭ 253 (+1050%)
Mutual labels:  todo
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+627.27%)
Mutual labels:  todo
Atom Todo Show
Atom package that shows a list of todos from your project.
Stars: ✭ 186 (+745.45%)
Mutual labels:  todo
Todo Macos Swiftui Sample
Todo macOS app in built SwiftUI
Stars: ✭ 216 (+881.82%)
Mutual labels:  todo
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+10077.27%)
Mutual labels:  todo
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (+300%)
Mutual labels:  todo
Code Notes
Tool to summarise all code annotation like TODO or FIXME
Stars: ✭ 192 (+772.73%)
Mutual labels:  todo
Tickgit
Manage your repository's TODOs, tickets and checklists as config in your codebase.
Stars: ✭ 247 (+1022.73%)
Mutual labels:  todo
Todomvc App Css
CSS for TodoMVC apps
Stars: ✭ 160 (+627.27%)
Mutual labels:  todo
Knowledge
💡 document everything
Stars: ✭ 174 (+690.91%)
Mutual labels:  todo
To Do
一个无后端待办事项应用,数据用 LeanCloud 进行同步。
Stars: ✭ 238 (+981.82%)
Mutual labels:  todo
Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+9181.82%)
Mutual labels:  todo
todo-live
A todo list manager in command line.
Stars: ✭ 49 (+122.73%)
Mutual labels:  todo
Ao
Elegant Microsoft To-Do desktop app
Stars: ✭ 1,923 (+8640.91%)
Mutual labels:  todo
Flutter wanandroid
🔥项目基于 Flutter 移动应用框架,采用 Dart 语言编写,努力打造一款优秀的 [玩Android] 客户端
Stars: ✭ 198 (+800%)
Mutual labels:  todo
tod0
A Terminal Client for Microsoft To-Do
Stars: ✭ 93 (+322.73%)
Mutual labels:  todo
tasker
A simple todo app built with Flutter
Stars: ✭ 43 (+95.45%)
Mutual labels:  todo
Todoman
✅ A simple, standards-based, cli todo (aka: task) manager.
Stars: ✭ 247 (+1022.73%)
Mutual labels:  todo

Todo

This is a simple todo app written in C.

Usage

To view your todo list:

todo

To change its name:

todo -n Things to Do

To add a new task:

todo buy milk
todo "eat cookies"
todo 1 pour milk

To edit a task:

todo -e 2 buy more milk

To move a task:

todo -m 3 2

To mark a task:

todo 1

To remove a task:

todo -r 1

To add space before a task:

todo -s 2

Help:

todo -h

Build

Run make (or nmake on Windows).

If you're using Visual Studio, open the project and build Release.

Install

Run sudo make install to install to /usr/local.

To install to another location, run configure first:

./configure --prefix=<install-dir>
make install

On Windows, simply add the Release folder to your PATH.

The TODO_DIR environment variable controls the global todo.md file's location. If it is not set, the current working directory is used.

If a todo.md file exists in the current directory, it will be used instead of the global one.

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