about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
...
* core.main: fixed --list-unused-keys in python3.2hut2011-10-011-1/+1
|
* core.helper: fixed command loading with --cleanhut2011-10-011-1/+4
|
* core.helper: removed obsolete import when using --cleanhut2011-10-011-1/+1
|
* core.actions: killed hidden ninja bughut2011-10-011-1/+1
|
* core.actions: renamed Actions.mark to mark_files to avoid collisionhut2011-10-011-1/+1
|
* gui.widgets.browserview: improved hint/bookmark listhut2011-10-011-2/+2
|
* gui.widgets.browserview: draw hints for keychainshut2011-10-011-3/+0
|
* core.helper: dont try to turn fm.settings into a commandhut2011-09-301-1/+3
|
* implemented numeral arguments to keybindingshut2011-09-301-2/+2
|
* core.main: fixed --list-unused-keyshut2011-09-301-5/+4
|
* core.actions: remove useless checkshut2011-09-301-14/+3
|
* ext.keybindings: implemented %any macrohut2011-09-303-15/+35
|
* core.helper: fixed --clean flaghut2011-09-301-0/+2
|
* Extended rc.confhut2011-09-302-6/+6
|
* implemented a new keybinding parserhut2011-09-303-13/+7
|
* define keybindings in rc.conf (list of commands, loaded on startup)hut2011-09-302-18/+48
|
* core.actions: fixed cycling by atime and mtimehut2011-09-291-0/+4
|
* gui.ui: de-bloatinghut2011-09-291-4/+3
|
* Merge gui.defaultui into gui.uihut2011-09-291-2/+2
|
* core.actions: Fixed error message in move_parenthut2011-09-291-6/+7
| | | | self.env.at_level(-1) is None when path == '/'
* core.actions: added narg to move_parenthut2011-09-291-1/+3
|
* core.actions: replaced internal help with 'man ranger'hut2011-09-291-29/+9
| | | | | I want to remove redundant documentation. The missing information will be added to the man page.
* core.runner: replaced waitpid_no_intr by process.wait()hut2011-09-291-2/+1
| | | | | with waitpid_no_intr, the returncode attribute of the returned process was bugged and returned always None.
* core.main: added --list-unused-keys optionhut2011-09-292-0/+16
|
* added experimental plugin systemhut2011-09-281-0/+25
|
* Merge branch 'rename' of https://github.com/DaPangus/rangerhut2011-09-251-1/+1
|\
| * Merge remote-tracking branch 'upstream/master' into renameDavid Pugnasse2011-08-101-3/+3
| |\
| * | improved renamingDavid Pugnasse2011-08-101-1/+1
| | | | | | | | | | | | | | | doesn't overwrite files creates directories on rename
* | | core.actions: Added flag "c" + documentationhut2011-09-242-1/+8
| | | | | | | | | | | | | | | The "c" flag allows you to run the current file even though other files are marked. Will only work when using fm.execute_file.
* | | use errno.EEXISTPino Toscano2011-09-171-1/+2
| | | | | | | | | | | | ... instead of its raw value (on Linux, for example)
* | | add cycling by mtime and atimehut2011-09-081-1/+1
| | |
* | | core.actions: throw some signals before and after executing fileshut2011-09-081-1/+5
| |/ |/|
* | container.tags: replaced the word "mark" with "tag"hut2011-08-101-3/+3
|/ | | | | | this is not very important, but I think it helps avoiding confusion since this code has to do with tagging and not with the completely different feature called "marking"
* Custom tagsDavid Pugnasse2011-08-101-3/+3
| | | | Allows to mark a file with a custom character.
* core.main: Forbid piping things into rangerhut2011-05-071-0/+5
|
* core.loader: Fix blocking when using interactive scripts in scope.shhut2011-04-271-1/+3
|
* Use chardet in case of encoding detection problemshut2011-04-261-5/+19
|
* use lazy_property for Directory.size/infostringhut2011-04-191-1/+1
| | | | for more passive and faster loading of directories
* core.fm: fixed mimetype bughut2011-04-031-4/+4
|
* gui.ui: clear the message in statusbar after a keypresshut2011-03-221-1/+1
|
* defaults.keys: allow pasting hardlinks.hut2011-03-221-1/+8
|
* core.runner: set stdin to /dev/null for detached programshut2011-03-041-2/+4
|
* added missing devnull variable definition, fixes last commithut2011-03-021-0/+1
|
* cleanupshut2011-03-021-3/+4
|
* fixed issue with py3.2 when opening files w/ mplayerhut2011-03-021-1/+1
| | | | | it didn't accept open('/dev/null', 'a') as STDIN for subprocess.Popen and threw a [Errno 9] Bad file descriptor. Which makes... sense.
* Fixed debug code in core.runnerhut2011-02-261-2/+3
|
* Added --choosedir, a more logical alternative to --fail-unless-cdhut2011-02-152-0/+5
| | | | also updated the bash script in README to use the new option
* Added --choosefile + doc to replace ornivar's RANGER_RETURN_FILEhut2011-02-141-0/+4
| | | | | I recommended environment variables to ornivar because its easier for a quick hack but I wouldn't like to have it in the codebase quite like this.
* core.actions: Fixed colors in helphut2010-12-221-1/+1
|
* core.actions: Don't attempt do show directory in pager (key i)hut2010-12-211-1/+5
|