index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ranger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle all column changes
Myk
2020-08-01
1
-4
/
+4
*
Test for and follow tab changes in multipane mode
Myk
2020-08-01
1
-1
/
+7
*
Fix unicode decode issues in py2
toonn
2020-07-24
1
-4
/
+5
*
Merge branch 'cache-hash'
toonn
2020-07-08
1
-8
/
+13
|
\
|
*
Fix check for None
toonn
2020-07-08
1
-2
/
+2
|
*
Add path to cache hash
toonn
2020-07-08
1
-11
/
+13
|
*
Drop st_dev from sha512_encode
toonn
2020-07-07
1
-2
/
+1
|
*
Switch to packing fields for sha512_encode
toonn
2020-07-07
1
-5
/
+7
|
*
Fix indendation of sha512_encode
toonn
2020-07-07
1
-4
/
+5
|
*
Hashlib requires objects implementing the buffer API
toonn
2020-07-07
1
-3
/
+4
*
|
Refactor _add_character as static method
toonn
2020-07-07
1
-40
/
+40
*
|
Refactor _add_character as function
toonn
2020-07-07
1
-39
/
+40
*
|
Missed a couple py3 version checks
toonn
2020-07-07
1
-3
/
+4
*
|
Remove WindowsError
toonn
2020-07-05
1
-11
/
+1
*
|
Fix two issues caught by pylint3k
toonn
2020-07-05
2
-1
/
+2
*
|
Implement python 2 compatibility checks
toonn
2020-07-05
1
-0
/
+1
*
|
Possible bug caught in review
toonn
2020-07-05
3
-5
/
+9
*
|
Drop explicit return None
toonn
2020-07-05
1
-1
/
+0
*
|
Use chained comparison instead of multiple clauses
toonn
2020-07-05
4
-9
/
+9
*
|
Adjust comment indentation
toonn
2020-07-05
1
-7
/
+7
*
|
Drop unnecessary if-expressions
toonn
2020-07-05
3
-5
/
+6
*
|
Use in instead of multiple equality clauses
toonn
2020-07-05
2
-6
/
+6
*
|
Drop unnecessary comprehensions
toonn
2020-07-05
2
-7
/
+3
*
|
Drop redundant try-except
toonn
2020-07-05
1
-4
/
+2
*
|
Switch to testing after lower casing for consistency
toonn
2020-07-05
1
-2
/
+2
*
|
Drop redundant pass statements
toonn
2020-07-05
3
-11
/
+0
*
|
Add local pylint disables
toonn
2020-07-05
3
-2
/
+4
*
|
Disable dict-comprehension suggestion
toonn
2020-07-05
1
-0
/
+2
*
|
Disable spurious warning, name is obviously passed
toonn
2020-07-05
1
-0
/
+1
*
|
Replace if statement with dict.get with default
toonn
2020-07-05
1
-8
/
+2
*
|
Add global Pylint ignores
toonn
2020-07-05
1
-1
/
+1
*
|
Merge branch 'touch-recursive'
toonn
2020-07-05
1
-1
/
+5
|
\
\
|
*
|
:touch create missing directories
toonn
2020-06-16
1
-1
/
+5
*
|
|
Merge branch 'color-line-numbers'
toonn
2020-07-05
5
-5
/
+16
|
\
\
\
|
*
|
|
Implement a line_number context for colorschemes
toonn
2020-04-09
5
-5
/
+16
*
|
|
|
Merge branch 'py-version-checks'
toonn
2020-07-05
13
-37
/
+34
|
\
\
\
\
|
*
|
|
|
Factor out python 3 version checking
toonn
2020-06-29
12
-37
/
+34
|
*
|
|
|
Factor PY3 constant out into ranger module
toonn
2020-06-29
3
-5
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'rc_macro_error'
toonn
2020-07-05
2
-68
/
+121
|
\
\
\
\
|
*
|
|
|
Add MacroDict
toonn
2019-09-27
2
-67
/
+120
|
*
|
|
|
Catch exceptions when resolving macros in rc.conf
toonn
2019-07-18
1
-2
/
+2
*
|
|
|
|
Merge pull request #1816 from toonn/gifehfeh
Wojciech Siewierski
2020-07-05
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Feh does not handle animated gifs gracefully
toonn
2020-01-24
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #1847 from toonn/rust-is-text
Wojciech Siewierski
2020-07-05
1
-5
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add rust to programming languages for rifle
toonn
2020-02-21
1
-5
/
+5
*
|
|
|
|
|
|
Merge branch 'cache-hash' [#2019]
Wojciech Siewierski
2020-07-05
1
-11
/
+9
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Switch from SHA-1 to SHA-512 for the cache
toonn
2020-06-29
1
-5
/
+4
|
*
|
|
|
|
|
Get rid of redundant code
toonn
2020-06-29
1
-6
/
+1
|
*
|
|
|
|
|
Drop file path from cache hash
toonn
2020-06-29
1
-2
/
+1
|
*
|
|
|
|
|
Include mtime in hash rather than comparing
toonn
2020-06-29
1
-7
/
+12
[next]