omgnata alternatives and similar software solutions
Based on the "Task management/To-do lists" category.
Alternatively, view omgnata 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
Create (kanban) boards to track users and projects from flat markdown files. Supports multiple projects, timers, progress bars, collapsible sections and custom colors. -
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.
SaaSHub - Software Alternatives and Reviews
* 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 omgnata or a related project?
Popular Comparisons
README
[Screenshot](./screenshot.png)
Minimal TODO list web app:
- Web based.
- Easy to deploy.
- Self-hosted & FLOSS.
- Allows multiple people to update a list.
- Mobile friendly - "Add to Home Screen" webapp.
- Simple text based format for easy editing (see below).
Surprisingly, I could not find software meeting these criteria.
Hosted Install
Self-hosted Install
- Download a release or
git clone
thegh-pages
branch. - Copy the files to your PHP web hosting.
Note: ensure that the data/
directory and files therein are writable by the user/group running PHP.
If you use todoMini, please give it a 'like' on alternativeto.net
Authentication
To require authentication, first create a password file:
htpasswd -c /path/to/.htpasswd username
Then copy ./example.htaccess
to .htaccess
and edit it.
Multi-user
If you have multiple users, clone the directory for each user and create a unique htaccess login for each.
To create a shared list, symlink one of the TODO list files into each user's data directory.
Textfile format
The TODO lists use standard Markdown format:
* [x] This is my first completed item.
* [ ] Another uncompleted item.
* [ ] Something else.
License
Copyright Chris McCormick, 2016. [GPLv3 licensed](./LICENSE.txt).
*Note that all licence references and agreements mentioned in the omgnata README section above
are relevant to that project's source code only.