myTinyTodo alternatives and similar software solutions
Based on the "Task management/To-do lists" category.
Alternatively, view myTinyTodo alternatives based on common mentions on social networks and blogs.
-
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only. -
TaskBoard
A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!) -
Crepido
DISCONTINUED. Create (kanban) boards to track users and projects from flat markdown files. Supports multiple projects, timers, progress bars, collapsible sections and custom colors. [GET https://api.github.com/repos/shadcn/crepido: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
Wheatbin
Wheatbin is project management software that combines Kanban methodology with the Law of the Harvest. -
Kanbana
Kanbana allows you to create boards to track users and projects from flat markdown files using Kanban boards. -
Taskwarrior
Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of myTinyTodo or a related project?
README
myTinyTodo
myTinyTodo is based on Max Pozdeev's myTinyTodo. Since development is abbandoned there, a fork is created and further developed.
System requirements
- PHP 5.2.0 or greater;
- PHP extensions: php_mysql (MySQL version), php_pdo and php_pdo_sqlite (SQLite version). Tested browsers:
- Internet Explorer 8
- Firefox v3.6, v4
- Chrome v8
- Opera v10.60, v11
- Safari v5
How to install myTinyTodo
- Download, unpack and upload to your site.
- Run setup.php, select and specify settings of database you prefer. For sqlite usage make sure that database file 'db/todolist.db' is writable for webserver/php. Then click "Install" to create tables in database. It's recommended to delete this file after installation.
- To protect your tasks from modification by the others you may specify password in settings. By default session files are stored in 'tmp/sessions' directory. Make sure it's writable for webserver/php.
- Open 'index.php' in your browser to run the application. Then go to settings and specify your time zone.
Update to new version
Download, unpack and replace all files excluding directory 'db'. Run 'setup.php' and upgrade database if required.
How to show completed tasks
Use appropriate command in the tab menu.
How to hide a tab
Hold the Ctrl (or Cmd) button and click on the tab.
How to show tasks from all tabs in one list
There is the "Select List" menu to the right of tabs. Here you'll find all the tabs you have created. Hidden tabs too. And special tab with all tasks.
How to select the sorting in reverse order
You can toggle the order (ascending or descending) by clicking on the sorting menu item once more (see the arrow).