All Projects → xuhcc → mindstream

xuhcc / mindstream

Licence: GPL-3.0 license
Task management app, built on todo.txt.

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to mindstream

todofi.sh
Handle your todo-txt tasks directly from Rofi
Stars: ✭ 46 (+39.39%)
Mutual labels:  todo, todotxt
pomogoro
Text-file based todo time tracking
Stars: ✭ 22 (-33.33%)
Mutual labels:  todo, todotxt
todo-txt
Todo.txt syntax highlighter and helper extension for visual studio code.
Stars: ✭ 39 (+18.18%)
Mutual labels:  todo, todotxt
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+175.76%)
Mutual labels:  todo, todotxt
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+14218.18%)
Mutual labels:  todo, todotxt
tod0
A Terminal Client for Microsoft To-Do
Stars: ✭ 93 (+181.82%)
Mutual labels:  todo
webtodotxt
Web-based GUI to manage a Todo.txt file
Stars: ✭ 30 (-9.09%)
Mutual labels:  todotxt
tasker
A simple todo app built with Flutter
Stars: ✭ 43 (+30.3%)
Mutual labels:  todo
Todokit
TodoKit - A beautiful bug and issue tracking software.
Stars: ✭ 253 (+666.67%)
Mutual labels:  todo
taskbutler
Create and add progress bars, Office365 Files and Dropbox Paper papers by labels and link them to your Todoist tasks.
Stars: ✭ 44 (+33.33%)
Mutual labels:  todo
elm-simple-gtd
Reimagination of SimpleGTD.com using Elm and Polymer.
Stars: ✭ 24 (-27.27%)
Mutual labels:  todo
mango
🍊Terminal based TODO application written in Go
Stars: ✭ 18 (-45.45%)
Mutual labels:  todo
todo
A simple, cross-platform todo application in C
Stars: ✭ 22 (-33.33%)
Mutual labels:  todo
learn-react
Step-by-step React - Learn by doing
Stars: ✭ 24 (-27.27%)
Mutual labels:  todo
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (+166.67%)
Mutual labels:  todo
Todo-List
✔️ Create to-do lists to easily manage your ideas and work.
Stars: ✭ 30 (-9.09%)
Mutual labels:  todo
todo-live
A todo list manager in command line.
Stars: ✭ 49 (+48.48%)
Mutual labels:  todo
notion-cli-list-manager
A simple command-line tool for managing Notion databases.
Stars: ✭ 76 (+130.3%)
Mutual labels:  todo
tdls
command-line Todo-list & Tech-blogging Service
Stars: ✭ 19 (-42.42%)
Mutual labels:  todo
noteboard
📓 Manage your notes & tasks in a tidy and fancy way. A taskbook clone written in Python.
Stars: ✭ 12 (-63.64%)
Mutual labels:  todo

Mindstream

GitHub release License: GPL v3

Task management app that uses todo.txt format.

Features

  • Projects, contexts, priorities, due dates.
  • Recurring tasks.
  • Filtering by project, context or due date.
  • Sorting by due date or priority.
  • Markdown support.

Supported todo.txt extensions

  • Tasks with due date: due:2019-01-01.
  • Recurrent tasks: rec:1d (d = day, w = week, m = month, y = year).
  • Colored tasks: color:#e9dce5.
  • Hidden tasks: h:1.

See example.

Changelog

See CHANGELOG.

Usage

Android

Latest APK can be downloaded from releases page.

iOS (unmaintained)

Build unsigned iOS package from source (only on MacOS):

npm install
npm run ios-unsigned

Web

Build from source:

npm install
npm run web-release

Run the web app (it will be available at http://localhost:8080/):

cd platforms/web/
PORT=8080 node index.js

Development

Prerequisites:

Install required packages:

npm install

Mobile

Run in Android emulator:

npm run android

Run in iOS emulator:

npm run ios

Web

Run in browser:

npm start

Testing

npm run lint
npm run test

License

GPL v3

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