-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shebang line, fix line terminators, file privileges, PEP8 #2
Open
pmandera
wants to merge
10
commits into
adewinter:master
Choose a base branch
from
pmandera:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Mar 10, 2014
-
Add shebang line, fix line terminators, file privileges
* add shebang line to allow execution directly from commandline * fix line terminator to make it work on linux * remove +x from COPYING
Paweł Mandera committedMar 10, 2014 Configuration menu - View commit details
-
Copy full SHA for c6d96f9 - Browse repository at this point
Copy the full SHA c6d96f9View commit details
Commits on Mar 11, 2014
-
Give more informative error when todo.cfg not found
Suggest setting TODOTXT_CFG_FILE when can't find todo.txt configuration file.
Paweł Mandera committedMar 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 386b7a0 - Browse repository at this point
Copy the full SHA 386b7a0View commit details -
Removed whitespaces at blank lines.
Paweł Mandera committedMar 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 6f58d6f - Browse repository at this point
Copy the full SHA 6f58d6fView commit details -
(checked with pep8 command line tool) * removed whitespaces at blank lines * split long lines * normalized blank lines * removed spaces before and after brackets * spaces around commas and operators * fixed indentation * None/True/False matching with 'is' and 'is not' * removed trailing spaces * .has_key() replaced with 'in'
Paweł Mandera committedMar 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 05e2d3c - Browse repository at this point
Copy the full SHA 05e2d3cView commit details
Commits on Mar 15, 2014
-
Vim temporary files in .gitignore
.gitignore now includes only Vim temporary files
Configuration menu - View commit details
-
Copy full SHA for 3c8414c - Browse repository at this point
Copy the full SHA 3c8414cView commit details
Commits on Feb 1, 2017
-
compatibility with Python 3, usage as plugin: todo.sh punch in 1
Livia committedFeb 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 88e06bc - Browse repository at this point
Copy the full SHA 88e06bcView commit details -
Livia committed
Feb 1, 2017 Configuration menu - View commit details
-
Copy full SHA for ffa8bae - Browse repository at this point
Copy the full SHA ffa8baeView commit details
Commits on Feb 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aee82da - Browse repository at this point
Copy the full SHA aee82daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8f056 - Browse repository at this point
Copy the full SHA 1a8f056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c41e6f - Browse repository at this point
Copy the full SHA 6c41e6fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.