summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* VCS: Fix flat: Only initialize subdir oncenfnty2016-02-083-14/+26
|
* VCS: Fix symlinks pointing to root, Cleanupnfnty2016-02-086-86/+27
|
* VCS: Rename vcslocal to vcsnonenfnty2016-02-083-3/+3
|
* VCS: Minor fixesnfnty2016-02-083-11/+8
|
* VCS: Implement symbolic link supportnfnty2016-02-082-34/+69
|
* VCS: Fix class for non-root; fixes action commandsnfnty2016-02-082-21/+19
|
* VCS: Handle FileNotFoundError during subprocess callsnfnty2016-02-081-0/+2
|
* VCS: Fix redraw race conditionnfnty2016-02-082-5/+6
|
* VCS: Escape special characters in git summarynfnty2016-02-081-2/+3
|
* VCS: Separate VCS Threadnfnty2016-02-087-45/+160
|
* VCS: All data is stored in rootnfnty2016-02-085-67/+63
|
* VCS: Comment out REMOTE_STATUSnfnty2016-02-081-8/+8
|
* VCS: Improve class changenfnty2016-02-083-20/+18
|
* VCS: Remove vcsnamenfnty2016-02-085-5/+0
|
* VCS: Implement vcs.tracknfnty2016-02-084-35/+32
|
* VCS: Handle repodir pathsnfnty2016-02-083-18/+32
|
* VCS: Implement cheap subpath repo updatingnfnty2016-02-086-35/+49
|
* VCS: Implement directory statuses properly, Change function namesnfnty2016-02-085-21/+40
|
* VCS: Return all statuses (including ignored) from get_status_allfilesnfnty2016-02-082-56/+25
|
* VCS: Fix importsnfnty2016-02-086-22/+14
|
* VCS: Ignore whole directory if all subpaths are ignorednfnty2016-02-082-3/+11
|
* VCS: Change vcsfilestatus to vcspathstatus, Fix remotestatusnfnty2016-02-086-11/+15
|
* VCS: Gitnfnty2016-02-0810-465/+362
|
* VCS: Fix _path_containsnfnty2016-02-081-2/+1
|
* VCS: Refactor get_status_allfiles, get_ignore_allfilesnfnty2016-02-081-29/+32
| | | | | Use NUL separated output Update _git_file_status
* bookmarks: fix issue #447 Bookmarks aren't updated on renamingLaurent Charignon2016-01-301-0/+8
|
* Revert "Use setuptools if present"hut2016-01-252-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 #346hut2016-01-252-0/+11
|
* HACKING: document the COMPAT conventionhut2016-01-241-0/+4
|
* core.actions: added "COMPAT" comment to stick to conventionshut2016-01-241-1/+1
|
* Restore :delete backward compatiblityWojciech Siewierski2016-01-241-1/+4
|
* Move some :delete logic to fm.delete, further refactoringWojciech Siewierski2016-01-242-23/+19
|
* :delete refactoringWojciech Siewierski2016-01-242-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"hut2016-01-241-3/+3
|
* Allow :delete to take argumentsWojciech Siewierski2016-01-242-21/+46
| | | | Issue #458 still applies.
* config/commands.py: Reduce code duplication in :deleteWojciech Siewierski2016-01-231-9/+9
|
* README: updated compatible python version numbershut2016-01-201-1/+1
|
* img_display: added TODO entry about removing FileManagerAwarehut2016-01-181-0/+2
|
* ext.img_display: Autodetect w3mimgdisplay locationhut2016-01-181-28/+41
|
* config/rc.conf: keybinding 'zi' now toggles preview_imageshut2016-01-081-1/+2
| | | | renamed old "zi" binding for toggling flushinput to "zI".
* widgets.pager: fix 'G' key in streams, fixes #74hut2016-01-041-4/+13
| | | | | Thanks to genkimarhsall for helping me in https://github.com/hut/ranger/issues/74
* ranger.pod: describe that :setlocal path is a regexhut2016-01-013-2/+10
| | | | fixes #443
* core.main: Check XDG_CACHE_HOME, fixes #442hut2016-01-012-7/+12
|
* Happy new year!hut2016-01-011-1/+1
|
* gui.iu: better dochut2015-12-211-5/+5
|
* container.tags: handle more py3 encoding errorshut2015-12-051-1/+5
|
* core.main: moved 'must run ranger in terminal' messagehut2015-12-051-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-fileshut2015-12-051-1/+4
|
* ext.openstruct: removed redundant "__" suffix for argumentshut2015-12-011-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.hut2015-11-231-2/+7
|