Skip to content
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
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2014

  1. 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 committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    c6d96f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. Give more informative error when todo.cfg not found

    Suggest setting TODOTXT_CFG_FILE when can't find todo.txt configuration
    file.
    Paweł Mandera committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    386b7a0 View commit details
    Browse the repository at this point in the history
  2. Removed whitespaces at blank lines.

    Paweł Mandera committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    6f58d6f View commit details
    Browse the repository at this point in the history
  3. PEP8 compliance

    (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 committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    05e2d3c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2014

  1. Vim temporary files in .gitignore

    .gitignore now includes only Vim temporary files
    pmandera committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    3c8414c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    88e06bc View commit details
    Browse the repository at this point in the history
  2. fixed wrong parenthesis

    Livia committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    ffa8bae View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Configuration menu
    Copy the full SHA
    aee82da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8f056 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    pmandera committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    6c41e6f View commit details
    Browse the repository at this point in the history