| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
you can now press "n" and get to the next item as if you were
searching with the SearchConsole after an unsuccessful find.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
For those who want small colorscheme changes without creating
an extra file.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
reverse => sort_reverse
directories_first => sort_directories_first
case_insensitive => sort_case_insensitive
|
| |
|
|
|
|
|
|
|
|
|
| |
1. no need to call path.basename.lower() since it's cached in
path.basename_lower.
2. no need to convert a bool to int for arithmetic operations
3. path.is_directory is faster than an isinstance() check
|
| |
|
| |
|
| |
|
|
|
|
| |
skip drawing of the right border if its too wide
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Sometimes, maybe when a directory is GCed while youre inside,
it shows a "NoneType is not iterable" error when trying to open
images
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|