Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
8163a029
Commit
8163a029
authored
Jul 08, 2016
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce the topydo.org domain
parent
3a05c307
Changes
104
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
104 changed files
with
107 additions
and
107 deletions
+107
-107
README.md
README.md
+3
-3
setup.py
setup.py
+2
-2
test/command_testcase.py
test/command_testcase.py
+1
-1
test/facilities.py
test/facilities.py
+1
-1
test/test_add_command.py
test/test_add_command.py
+1
-1
test/test_append_command.py
test/test_append_command.py
+1
-1
test/test_archive_command.py
test/test_archive_command.py
+1
-1
test/test_colors.py
test/test_colors.py
+1
-1
test/test_config.py
test/test_config.py
+1
-1
test/test_delete_command.py
test/test_delete_command.py
+1
-1
test/test_dep_command.py
test/test_dep_command.py
+1
-1
test/test_depri_command.py
test/test_depri_command.py
+1
-1
test/test_do_command.py
test/test_do_command.py
+1
-1
test/test_edit_command.py
test/test_edit_command.py
+1
-1
test/test_filter.py
test/test_filter.py
+1
-1
test/test_get_sub_command.py
test/test_get_sub_command.py
+1
-1
test/test_graph.py
test/test_graph.py
+1
-1
test/test_importance.py
test/test_importance.py
+1
-1
test/test_json_printer.py
test/test_json_printer.py
+1
-1
test/test_list_command.py
test/test_list_command.py
+1
-1
test/test_list_context_command.py
test/test_list_context_command.py
+1
-1
test/test_list_format.py
test/test_list_format.py
+1
-1
test/test_list_project_command.py
test/test_list_project_command.py
+1
-1
test/test_postpone_command.py
test/test_postpone_command.py
+1
-1
test/test_priority_command.py
test/test_priority_command.py
+1
-1
test/test_progress_color.py
test/test_progress_color.py
+1
-1
test/test_recurrence.py
test/test_recurrence.py
+1
-1
test/test_relative_date.py
test/test_relative_date.py
+1
-1
test/test_revert_command.py
test/test_revert_command.py
+1
-1
test/test_sort_command.py
test/test_sort_command.py
+1
-1
test/test_sorter.py
test/test_sorter.py
+1
-1
test/test_tag_command.py
test/test_tag_command.py
+1
-1
test/test_todo.py
test/test_todo.py
+1
-1
test/test_todo_base.py
test/test_todo_base.py
+1
-1
test/test_todo_file.py
test/test_todo_file.py
+1
-1
test/test_todo_list.py
test/test_todo_list.py
+1
-1
test/test_utils.py
test/test_utils.py
+1
-1
test/test_view.py
test/test_view.py
+1
-1
test/topydo_testcase.py
test/topydo_testcase.py
+1
-1
topydo.conf
topydo.conf
+1
-1
topydo/Commands.py
topydo/Commands.py
+1
-1
topydo/commands/AddCommand.py
topydo/commands/AddCommand.py
+1
-1
topydo/commands/AppendCommand.py
topydo/commands/AppendCommand.py
+1
-1
topydo/commands/ArchiveCommand.py
topydo/commands/ArchiveCommand.py
+1
-1
topydo/commands/DeleteCommand.py
topydo/commands/DeleteCommand.py
+1
-1
topydo/commands/DepCommand.py
topydo/commands/DepCommand.py
+1
-1
topydo/commands/DepriCommand.py
topydo/commands/DepriCommand.py
+1
-1
topydo/commands/DoCommand.py
topydo/commands/DoCommand.py
+1
-1
topydo/commands/EditCommand.py
topydo/commands/EditCommand.py
+1
-1
topydo/commands/ExitCommand.py
topydo/commands/ExitCommand.py
+1
-1
topydo/commands/ListCommand.py
topydo/commands/ListCommand.py
+1
-1
topydo/commands/ListContextCommand.py
topydo/commands/ListContextCommand.py
+1
-1
topydo/commands/ListProjectCommand.py
topydo/commands/ListProjectCommand.py
+1
-1
topydo/commands/PostponeCommand.py
topydo/commands/PostponeCommand.py
+1
-1
topydo/commands/PriorityCommand.py
topydo/commands/PriorityCommand.py
+1
-1
topydo/commands/RevertCommand.py
topydo/commands/RevertCommand.py
+1
-1
topydo/commands/SortCommand.py
topydo/commands/SortCommand.py
+1
-1
topydo/commands/TagCommand.py
topydo/commands/TagCommand.py
+1
-1
topydo/lib/ChangeSet.py
topydo/lib/ChangeSet.py
+1
-1
topydo/lib/Color.py
topydo/lib/Color.py
+1
-1
topydo/lib/Command.py
topydo/lib/Command.py
+1
-1
topydo/lib/Config.py
topydo/lib/Config.py
+1
-1
topydo/lib/DCommand.py
topydo/lib/DCommand.py
+1
-1
topydo/lib/ExpressionCommand.py
topydo/lib/ExpressionCommand.py
+1
-1
topydo/lib/Filter.py
topydo/lib/Filter.py
+1
-1
topydo/lib/Graph.py
topydo/lib/Graph.py
+1
-1
topydo/lib/HashListValues.py
topydo/lib/HashListValues.py
+1
-1
topydo/lib/IcalPrinter.py
topydo/lib/IcalPrinter.py
+1
-1
topydo/lib/Importance.py
topydo/lib/Importance.py
+1
-1
topydo/lib/JsonPrinter.py
topydo/lib/JsonPrinter.py
+1
-1
topydo/lib/ListFormat.py
topydo/lib/ListFormat.py
+1
-1
topydo/lib/MultiCommand.py
topydo/lib/MultiCommand.py
+1
-1
topydo/lib/PrettyPrinter.py
topydo/lib/PrettyPrinter.py
+1
-1
topydo/lib/PrettyPrinterFilter.py
topydo/lib/PrettyPrinterFilter.py
+1
-1
topydo/lib/ProgressColor.py
topydo/lib/ProgressColor.py
+1
-1
topydo/lib/Recurrence.py
topydo/lib/Recurrence.py
+1
-1
topydo/lib/RelativeDate.py
topydo/lib/RelativeDate.py
+1
-1
topydo/lib/Sorter.py
topydo/lib/Sorter.py
+1
-1
topydo/lib/Todo.py
topydo/lib/Todo.py
+1
-1
topydo/lib/TodoBase.py
topydo/lib/TodoBase.py
+1
-1
topydo/lib/TodoFile.py
topydo/lib/TodoFile.py
+1
-1
topydo/lib/TodoList.py
topydo/lib/TodoList.py
+1
-1
topydo/lib/TodoListBase.py
topydo/lib/TodoListBase.py
+1
-1
topydo/lib/TodoParser.py
topydo/lib/TodoParser.py
+1
-1
topydo/lib/TopydoString.py
topydo/lib/TopydoString.py
+1
-1
topydo/lib/Utils.py
topydo/lib/Utils.py
+1
-1
topydo/lib/View.py
topydo/lib/View.py
+1
-1
topydo/lib/prettyprinters/Colors.py
topydo/lib/prettyprinters/Colors.py
+1
-1
topydo/lib/prettyprinters/Format.py
topydo/lib/prettyprinters/Format.py
+1
-1
topydo/lib/prettyprinters/Numbers.py
topydo/lib/prettyprinters/Numbers.py
+1
-1
topydo/ui/CLIApplicationBase.py
topydo/ui/CLIApplicationBase.py
+1
-1
topydo/ui/UILoader.py
topydo/ui/UILoader.py
+1
-1
topydo/ui/cli/CLI.py
topydo/ui/cli/CLI.py
+1
-1
topydo/ui/columns/ColumnLayout.py
topydo/ui/columns/ColumnLayout.py
+1
-1
topydo/ui/columns/CommandLineWidget.py
topydo/ui/columns/CommandLineWidget.py
+1
-1
topydo/ui/columns/ConsoleWidget.py
topydo/ui/columns/ConsoleWidget.py
+1
-1
topydo/ui/columns/KeystateWidget.py
topydo/ui/columns/KeystateWidget.py
+1
-1
topydo/ui/columns/Main.py
topydo/ui/columns/Main.py
+1
-1
topydo/ui/columns/TodoListWidget.py
topydo/ui/columns/TodoListWidget.py
+1
-1
topydo/ui/columns/TodoWidget.py
topydo/ui/columns/TodoWidget.py
+1
-1
topydo/ui/columns/Utils.py
topydo/ui/columns/Utils.py
+1
-1
topydo/ui/columns/ViewWidget.py
topydo/ui/columns/ViewWidget.py
+1
-1
topydo/ui/prompt/Prompt.py
topydo/ui/prompt/Prompt.py
+1
-1
topydo/ui/prompt/TopydoCompleter.py
topydo/ui/prompt/TopydoCompleter.py
+1
-1
No files found.
README.md
View file @
8163a029
...
@@ -16,8 +16,8 @@ on top of the CLI. These extensions are:
...
@@ -16,8 +16,8 @@ on top of the CLI. These extensions are:
*
Some conveniences when adding new items (e.g. adding creation date and use
*
Some conveniences when adding new items (e.g. adding creation date and use
**relative dates**
);
**relative dates**
);
Consult the
[
wiki
][
4
]
for more information about the features and on how to
The documentation on
[
topydo.org
][
4
]
provides more information about the
use topydo.
features and how to
use topydo.
Install
Install
-------
-------
...
@@ -56,7 +56,7 @@ Demo
...
@@ -56,7 +56,7 @@ Demo
[
1
]:
https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format
[
1
]:
https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format
[
2
]:
https://github.com/ginatrapani/todo.txt-cli
[
2
]:
https://github.com/ginatrapani/todo.txt-cli
[
3
]:
https://github.com/bram85/todo.txt-tools
[
3
]:
https://github.com/bram85/todo.txt-tools
[
4
]:
https://
github.com/bram85/topydo/wiki
[
4
]:
https://
www.topydo.org
[
5
]:
https://raw.githubusercontent.com/bram85/topydo/master/doc/topydo.gif
[
5
]:
https://raw.githubusercontent.com/bram85/topydo/master/doc/topydo.gif
[
6
]:
https://github.com/jonathanslenders/python-prompt-toolkit
[
6
]:
https://github.com/jonathanslenders/python-prompt-toolkit
[
7
]:
https://github.com/collective/icalendar
[
7
]:
https://github.com/collective/icalendar
...
...
setup.py
View file @
8163a029
...
@@ -26,8 +26,8 @@ setup(
...
@@ -26,8 +26,8 @@ setup(
version
=
find_version
(
'topydo'
,
'lib'
,
'Version.py'
),
version
=
find_version
(
'topydo'
,
'lib'
,
'Version.py'
),
description
=
"A command-line todo list application using the todo.txt format."
,
description
=
"A command-line todo list application using the todo.txt format."
,
author
=
"Bram Schoenmakers"
,
author
=
"Bram Schoenmakers"
,
author_email
=
"
me@bramschoenmakers.nl
"
,
author_email
=
"
bram@topydo.org
"
,
url
=
"https://
github.com/bram85/topydo
"
,
url
=
"https://
www.topydo.org
"
,
install_requires
=
[
install_requires
=
[
'arrow >= 0.7.0'
,
'arrow >= 0.7.0'
,
],
],
...
...
test/command_testcase.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/facilities.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_add_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_append_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_archive_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_colors.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_config.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_delete_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_dep_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_depri_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_do_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_edit_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_filter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_get_sub_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_graph.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_importance.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_json_printer.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_list_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_list_context_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_list_format.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_list_project_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_postpone_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_priority_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_progress_color.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2016 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2016 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_recurrence.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_relative_date.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_revert_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_sort_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_sorter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_tag_command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_todo.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_todo_base.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_todo_file.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_todo_list.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_utils.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/test_view.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
test/topydo_testcase.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo.conf
View file @
8163a029
;
See
https
://
github
.
com
/
bram85
/
topydo
/
wiki
/
Configuration
for
more
info
;
See
https
://
www
.
topydo
.
org
#
Configuration for more info
[
topydo
]
[
topydo
]
default_command
=
ls
default_command
=
ls
...
...
topydo/Commands.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/AddCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/AppendCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/ArchiveCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/DeleteCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/DepCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/DepriCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/DoCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/EditCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/ExitCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/ListCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/ListContextCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/ListProjectCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/PostponeCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/PriorityCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/RevertCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/SortCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/commands/TagCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/ChangeSet.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Color.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2016 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2016 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Command.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Config.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/DCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/ExpressionCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Filter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Graph.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/HashListValues.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/IcalPrinter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Importance.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/JsonPrinter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/ListFormat.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/MultiCommand.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/PrettyPrinter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/PrettyPrinterFilter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/ProgressColor.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2016 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2016 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Recurrence.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/RelativeDate.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Sorter.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Todo.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/TodoBase.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/TodoFile.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/TodoList.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/TodoListBase.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/TodoParser.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/TopydoString.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2016 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2016 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/Utils.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/View.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/prettyprinters/Colors.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/prettyprinters/Format.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/lib/prettyprinters/Numbers.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/CLIApplicationBase.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/UILoader.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/cli/CLI.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/ColumnLayout.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2014 - 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/CommandLineWidget.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/ConsoleWidget.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/KeystateWidget.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/Main.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/TodoListWidget.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/TodoWidget.py
View file @
8163a029
# Topydo - A todo.txt client written in Python.
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2015 Bram Schoenmakers <
me@bramschoenmakers.nl
>
# Copyright (C) 2015 Bram Schoenmakers <
bram@topydo.org
>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
topydo/ui/columns/Utils.py
View file @
8163a029
This diff is collapsed.
Click to expand it.
topydo/ui/columns/ViewWidget.py
View file @
8163a029
This diff is collapsed.
Click to expand it.
topydo/ui/prompt/Prompt.py
View file @
8163a029
This diff is collapsed.
Click to expand it.
topydo/ui/prompt/TopydoCompleter.py
View file @
8163a029
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment