Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VCS: Handle repodir paths | nfnty | 2016-02-08 | 3 | -18/+32 |
| | |||||
* | VCS: Implement cheap subpath repo updating | nfnty | 2016-02-08 | 6 | -35/+49 |
| | |||||
* | VCS: Implement directory statuses properly, Change function names | nfnty | 2016-02-08 | 5 | -21/+40 |
| | |||||
* | VCS: Return all statuses (including ignored) from get_status_allfiles | nfnty | 2016-02-08 | 2 | -56/+25 |
| | |||||
* | VCS: Fix imports | nfnty | 2016-02-08 | 6 | -22/+14 |
| | |||||
* | VCS: Ignore whole directory if all subpaths are ignored | nfnty | 2016-02-08 | 2 | -3/+11 |
| | |||||
* | VCS: Change vcsfilestatus to vcspathstatus, Fix remotestatus | nfnty | 2016-02-08 | 6 | -11/+15 |
| | |||||
* | VCS: Git | nfnty | 2016-02-08 | 10 | -465/+362 |
| | |||||
* | VCS: Fix _path_contains | nfnty | 2016-02-08 | 1 | -2/+1 |
| | |||||
* | VCS: Refactor get_status_allfiles, get_ignore_allfiles | nfnty | 2016-02-08 | 1 | -29/+32 |
| | | | | | Use NUL separated output Update _git_file_status | ||||
* | bookmarks: fix issue #447 Bookmarks aren't updated on renaming | Laurent Charignon | 2016-01-30 | 1 | -0/+8 |
| | |||||
* | Revert "Use setuptools if present" | hut | 2016-01-25 | 2 | -8/+2 |
| | | | | | | | | | This reverts commit 8b958c577a7f5f484db42b7c26b0340e14fd9351. Reasons: 1. it breaks the `. ranger` command (fixes #454) 2. the `ranger.desktop` file is not installed properly 3. ranger won't run when installing it outside of PYTHONPATH | ||||
* | added ranger.desktop file, fixes #346 | hut | 2016-01-25 | 2 | -0/+11 |
| | |||||
* | HACKING: document the COMPAT convention | hut | 2016-01-24 | 1 | -0/+4 |
| | |||||
* | core.actions: added "COMPAT" comment to stick to conventions | hut | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Restore :delete backward compatiblity | Wojciech Siewierski | 2016-01-24 | 1 | -1/+4 |
| | |||||
* | Move some :delete logic to fm.delete, further refactoring | Wojciech Siewierski | 2016-01-24 | 2 | -23/+19 |
| | |||||
* | :delete refactoring | Wojciech Siewierski | 2016-01-24 | 2 | -28/+20 |
| | | | | | | | Fixes #458. It also fixes the issue where fm.copy_buffer was not properly cleaned up when fm.delete was called with arguments. | ||||
* | core.actions: in delete(), renamed "narg" to "files" | hut | 2016-01-24 | 1 | -3/+3 |
| | |||||
* | Allow :delete to take arguments | Wojciech Siewierski | 2016-01-24 | 2 | -21/+46 |
| | | | | Issue #458 still applies. | ||||
* | config/commands.py: Reduce code duplication in :delete | Wojciech Siewierski | 2016-01-23 | 1 | -9/+9 |
| | |||||
* | README: updated compatible python version numbers | hut | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | img_display: added TODO entry about removing FileManagerAware | hut | 2016-01-18 | 1 | -0/+2 |
| | |||||
* | ext.img_display: Autodetect w3mimgdisplay location | hut | 2016-01-18 | 1 | -28/+41 |
| | |||||
* | config/rc.conf: keybinding 'zi' now toggles preview_images | hut | 2016-01-08 | 1 | -1/+2 |
| | | | | renamed old "zi" binding for toggling flushinput to "zI". | ||||
* | widgets.pager: fix 'G' key in streams, fixes #74 | hut | 2016-01-04 | 1 | -4/+13 |
| | | | | | Thanks to genkimarhsall for helping me in https://github.com/hut/ranger/issues/74 | ||||
* | ranger.pod: describe that :setlocal path is a regex | hut | 2016-01-01 | 3 | -2/+10 |
| | | | | fixes #443 | ||||
* | core.main: Check XDG_CACHE_HOME, fixes #442 | hut | 2016-01-01 | 2 | -7/+12 |
| | |||||
* | Happy new year! | hut | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | gui.iu: better doc | hut | 2015-12-21 | 1 | -5/+5 |
| | |||||
* | container.tags: handle more py3 encoding errors | hut | 2015-12-05 | 1 | -1/+5 |
| | |||||
* | core.main: moved 'must run ranger in terminal' message | hut | 2015-12-05 | 1 | -4/+4 |
| | | | | | | previously this error denied the user from running 'ranger --list-tagged-files=X' outside of a terminal. Now it only denies running ranger interactively outside of a terminal. | ||||
* | core.main: handle py3 encoding errors in --list-tagged-files | hut | 2015-12-05 | 1 | -1/+4 |
| | |||||
* | ext.openstruct: removed redundant "__" suffix for arguments | hut | 2015-12-01 | 1 | -7/+4 |
| | | | | | | It's not necessary to prepend __ before the *args/**keywords argument names, because python handles it elegantly by putting any arguments with conflicting names into the **keywords variable. | ||||
* | HACKING.md: more detailed PGP instructions. | hut | 2015-11-23 | 1 | -2/+7 |
| | |||||
* | HACKING.md: typo | hut | 2015-11-23 | 1 | -2/+2 |
| | |||||
* | HACKING.md: fixed markdown | hut | 2015-11-23 | 1 | -2/+2 |
| | |||||
* | added my PGP key to HACKING.md | hut | 2015-11-23 | 1 | -0/+93 |
| | |||||
* | Merge branch 'shift_tab' of https://github.com/nfnty/ranger | hut | 2015-11-20 | 4 | -26/+33 |
|\ | |||||
| * | commands.py: Pass number to tab() | nfnty | 2015-11-17 | 4 | -26/+33 |
| | | |||||
* | | Merge branch 'vifon/root-preview-disable-info' of ↵ | hut | 2015-11-20 | 1 | -0/+1 |
|\ \ | | | | | | | | | | https://github.com/Vifon/ranger | ||||
| * | | core.main: Log the fact of disabling the file previews for root | Wojciech Siewierski | 2015-11-18 | 1 | -0/+1 |
| |/ | | | | | | | Closes #429. | ||||
* / | config/commands.py: fixed off-by-one in :rename_append | hut | 2015-11-17 | 1 | -3/+4 |
|/ | | | | cursor used to be misplaced when a filename contained % signs | ||||
* | config/rc.conf: do s/%/%%/ in filenames for a/A/I keys | hut | 2015-11-16 | 2 | -4/+4 |
| | | | | | | | | This is so you can use those keys on filenames like "Foo%sBar" without ranger trying to expand the macro %s when you press enter, resulting in the name "FooFoo%sBarBar". Fixes #417 | ||||
* | Revert "config.commands: don't resolve macros in :rename/:touch" | hut | 2015-11-16 | 1 | -4/+0 |
| | | | | | | | | | | | | This reverts commit dfc0c61ad371d73a7fce842f8196fb2cef081f1d. See #417: > macros were explicitly disabled for :rename in dfc0c61. > > I'm not sure anymore why, but I think it was so you can use the A key on > files with a %s in the name without things breaking. I'm going to revert > the patch and write a better workaround. | ||||
* | CHANGELOG: typo | hut | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | Added :echo command, disabled :notify command | hut | 2015-11-14 | 4 | -2/+21 |
| | |||||
* | Merge branch 'vifon/pmount' of https://github.com/Vifon/ranger | hut | 2015-11-14 | 1 | -0/+30 |
|\ | |||||
| * | Add plugin_pmount.py | Wojciech Siewierski | 2015-10-09 | 1 | -0/+30 |
| | | | | | | | | | | Implemented as a Python plugin instead of a bunch of rc.conf lines to allow easy nested looping. | ||||
* | | fixed line widths in commit a090d85 (#400) | hut | 2015-11-14 | 2 | -5/+8 |
| | |