- Apr 05, 2016
-
-
Karan Goel authored
-
* use gitignore files from Global subdir (fixes #76) * improve file finding * case insensitive names
-
- Apr 04, 2016
-
-
Closes issue #74
-
- Apr 02, 2016
-
-
Karan Goel authored
-
Karan Goel authored
Go rewrite
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-
- Feb 23, 2016
-
-
Karan Goel authored
* 'master' of github.com:karan/joe: README: install with homebrew in a single command
-
Karan Goel authored
-
Karan Goel authored
README: install with homebrew in a single command
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
To update gitignore files, simply run `joe update`. Data files are now saved in ~/.joe-data/ close #28 close #67
-
- Nov 23, 2015
-
-
Vítor Galvão authored
-
- Mar 14, 2015
-
-
Karan Goel authored
-
- Feb 07, 2015
-
-
Karan Goel authored
* lukedmor-lukedmor/use-stderr: return no output if a gitignore file is not found Use stderr, python3 support
-
Karan Goel authored
-
https://github.com/lukedmor/joeKaran Goel authored
Merge branch 'lukedmor/use-stderr' of https://github.com/lukedmor/joe into lukedmor-lukedmor/use-stderr * 'lukedmor/use-stderr' of https://github.com/lukedmor/joe: Use stderr, python3 support
-
- Jan 23, 2015
-
-
Lucas Morales authored
-
Karan Goel authored
Styled for PEP8 and Pylint
-
- Jan 22, 2015
-
-
Lucas Morales authored
-
Lucas Morales authored
-
- Jan 20, 2015
-
-
Lucas Morales authored
PEP8: $ pep8 joe/joe.py joe/joe.py:36:1: E302 expected 2 blank lines, found 0 joe/joe.py:45:43: E502 the backslash is redundant between brackets joe/joe.py:46:17: E127 continuation line over-indented for visual indent joe/joe.py:91:79: E502 the backslash is redundant between brackets joe/joe.py:92:50: E127 continuation line over-indented for visual indent Pylint: $ pylint joe/joe.py ************* Module joe.joe C:107, 0: Unnecessary parens after 'if' keyword (superfluous-parens) C:109, 0: Unnecessary parens after 'elif' keyword (superfluous-parens) W: 1, 0: Anomalous backslash in string: '\ '. String constant might be missing an r prefix. (anomalous-backslash-in-string) W: 1, 0: Anomalous backslash in string: '\_'. String constant might be missing an r prefix. (anomalous-backslash-in-string) W: 1, 0: Anomalous backslash in string: '\_'. String constant might be missing an r prefix. (anomalous-backslash-in-string) W: 1, 0: Anomalous backslash in string: '\_'. String constant might be missing an r prefix. (anomalous-backslash-in-string) W: 46,20: Redefining name 'f' from outer scope (line 54) (redefined-outer-name) C: 43, 4: Invalid variable name "l" (invalid-name) C: 44,14: Invalid variable name "subFolders" (invalid-name) C: 45, 8: Invalid variable name "l" (invalid-name) W: 44,14: Unused variable 'subFolders' (unused-variable) W: 44, 8: Unused variable 'root' (unused-variable) W: 64, 4: Redefining built-in 'exit' (redefined-builtin) W: 64, 4: Unused variable 'exit' (unused-variable) W: 97,31: Redefining name 'f' from outer scope (line 54) (redefined-outer-name) C: 97,31: Invalid variable name "f" (invalid-name) C:104, 0: Missing function docstring (missing-docstring) W: 27, 0: Unused import sys (unused-import)
-
Karan Goel authored
Usage string indentation fix
-
- Jan 19, 2015
-
-
0xAX authored
-
Karan Goel authored
-
Karan Goel authored
Why not .hgignore?
-
- Jan 15, 2015
-
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
the `global-exclude` in MANIFEST.in was making the package not include any .gitignore files. This is fixes by removing that clause and only excluding the top-level .gitignore.
-
Karan Goel authored
-
Karan Goel authored
-
Karan Goel authored
-