RenamedTodo/README.md

34 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-01-21 00:13:06 +00:00
# Renamed Todo
2018-01-20 23:38:57 +00:00
2018-01-21 00:43:35 +00:00
Copyright 2012-2018 Morgan McMillian
2018-01-21 00:13:06 +00:00
Renamed Todo is a native application for managing your todo list based on
the todo.txt file format. This simple plain text format allows for
compatibility and portability across multiple applications on a variety
of platforms created by the todo.txt community.
## Features
* Manage your todo.txt file on the device
* Support for both Windows and non-Windows text file formats
* Filter list by project or context
* Due date support (due:YYYY-MM-DD)
* Quick search
* Archive support (done.txt)
* Share items to and from the application
* Active frame
## LICENSE
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.