Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'setuptools' of https://github.com/dufferzafar/ranger | hut | 2015-07-14 | 2 | -2/+8 | |
|\ \ | |/ |/| | ||||||
| * | Use setuptools if present | Shadab Zafar | 2015-06-25 | 2 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The main reason for this is the presence of `develop` command in setuptools. So by running `sudo python setup.py develop` - ranger gets installed, but you can easily make changes to the code and won't have to reinstall it. You can read more about it here: http://pythonhosted.org//setuptools/setuptools.html#development-mode It basically links an egg, so I had to add an appropriate line to .gitignore as well. | |||||
* | | Merge branch 'ipc_plugin' of https://github.com/Vifon/ranger | hut | 2015-07-14 | 1 | -0/+45 | |
|\ \ | ||||||
| * | | added examples/plugin_ipc.py | Wojciech Siewierski | 2015-06-21 | 1 | -0/+45 | |
| |/ | ||||||
* | | Merge branch 'dev' of https://github.com/ssh0/ranger | hut | 2015-07-14 | 1 | -5/+10 | |
|\ \ | ||||||
| * | | shrink height for tmux's top status bar (commented part) | ssh0 | 2015-06-22 | 1 | -0/+3 | |
| | | | ||||||
| * | | work if "draw_border false" is setted | Shotaro Fujimoto | 2015-06-21 | 1 | -12/+6 | |
| | | | | | | | | | | | | commented out setting is for tmux's top_status_bar | |||||
| * | | use muximum height to display image | Shotaro Fujimoto | 2015-06-21 | 1 | -4/+12 | |
| | | | | | | | | | | | | (commented the setting for tmux top status bar user) | |||||
| * | | add space (PEP8) | Shotaro Fujimoto | 2015-06-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | w3mimagedisplay pu the image right place | Shotaro Fujimoto | 2015-06-21 | 1 | -7/+7 | |
| |/ | ||||||
* | | Merge branch 'bookmarks_fix' of https://github.com/igoyak/ranger | hut | 2015-07-14 | 1 | -0/+6 | |
|\ \ | ||||||
| * | | preserve permissions when updating bookmarks. Fix for #59 | igoyak | 2015-06-26 | 1 | -0/+6 | |
| |/ | ||||||
* | | config/rifle.conf: removed "--" option from mupdf | hut | 2015-07-13 | 1 | -1/+1 | |
| | | ||||||
* | | stricter markdownization of changelog & readme | hut | 2015-07-12 | 2 | -2/+267 | |
|/ | ||||||
* | Merge branch 'hidden-files-selection' of https://github.com/ajtluser/ranger | hut | 2015-06-19 | 1 | -0/+9 | |
|\ | ||||||
| * | Fix for issue #259. If all the contents of the current folder are | A. Lopes | 2015-06-10 | 1 | -0/+9 | |
| | | | | | | | | | | | | hidden, now when the user toggle show_hidden, the topmost file or directory is automatically selected. If the user toggles show_hidden, hiding all files and folders those files can now not be interacted with. | |||||
* | | honour the TMPDIR environment variable | Vern Sun | 2015-06-19 | 2 | -3/+5 | |
| | | ||||||
* | | Fix mktemp invocation to work on Mac OS X and Linux | Jesse Byler | 2015-06-10 | 2 | -2/+2 | |
|/ | | | | | | | | | | | mktemp on Mac OS X (and probably all BSDs) just returns an error when invoked without any arguments. The -t option used in this change is interpreted differently on Mac OS X and Linux, and is deprecated on Linux, but this invocation works as expected on both. See discussion at https://unix.stackexchange.com/questions/30091 Another alternative would be to use Python's tempfile module: https://docs.python.org/2/library/tempfile.html | |||||
* | Report free disk space correctly on Mac OS X | ptzz | 2015-06-09 | 1 | -1/+1 | |
| | ||||||
* | rifle.conf: Exclude `feh` commands if `feh` is not installed | ptzz | 2015-06-07 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'flat_path_fixes' of https://github.com/Vifon/ranger | hut | 2015-06-02 | 7 | -22/+23 | |
|\ | ||||||
| * | Replaced file.basename with file.relative_path where appropriate. | Wojciech Siewierski | 2015-05-08 | 7 | -22/+23 | |
| | | | | | | | | The usage of file.basename could lead to some issues with :flat. | |||||
* | | Added cmap for forward word deletion. | The Flying Rapist | 2015-05-16 | 1 | -0/+1 | |
| | | ||||||
* | | core.actions: strip leading whitespace off commands | hut | 2015-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | core.actions: removed set_filter (dead function) | hut | 2015-05-11 | 1 | -6/+0 | |
| | | ||||||
* | | core.actions: don't remove empty dirs on :rename | hut | 2015-05-07 | 1 | -1/+5 | |
|/ | ||||||
* | doc/cheatsheet.svg: removed bad "(4)" reference from "g" key | hut | 2015-05-07 | 1 | -1/+1 | |
| | ||||||
* | doc/cheatsheet.svg: added text about commands | hut | 2015-05-07 | 1 | -0/+94 | |
| | ||||||
* | rifle.conf: handle svg's with "inkscape" and "display" | hut | 2015-05-07 | 1 | -0/+3 | |
| | ||||||
* | core.fm: sxiv now properly working with :flat enabled | Wojciech Siewierski | 2015-05-07 | 1 | -4/+4 | |
| | ||||||
* | doc/howto-publish-a-release.txt: Use the right key for signing | hut | 2015-05-04 | 1 | -1/+1 | |
| | ||||||
* | Change name back to "ranger-master" in --version output | hut | 2015-05-04 | 1 | -1/+1 | |
| | ||||||
* | Initial commit v1.7.1 | hut | 2015-05-04 | 6 | -6/+13 | |
| | ||||||
* | added examples/rc_emacs.conf | hut | 2015-05-04 | 1 | -0/+533 | |
| | ||||||
* | applied generally useful changes from emacs branch | hut | 2015-05-04 | 2 | -3/+7 | |
| | | | | | | | | | The 'lt' and 'gt' special keys were added so you can bind actions to something like "<C-lt>" meaning "Ctrl+<" and <C-gt> meaning "Ctrl+>". "key > 0" was changed to "key >= 0" in ranger.gui.ui so that Ctrl+Space (which has the key value 0) can be recognized. I am not 100% sure if this has side effects. | |||||
* | rifle.conf: added ristretto | hut | 2015-05-02 | 1 | -7/+8 | |
| | ||||||
* | cheatsheet: added whitespace in git link | hut | 2015-05-02 | 1 | -1/+1 | |
| | ||||||
* | ext.rifle: added "env" condition to check for env. vars | hut | 2015-04-27 | 2 | -0/+3 | |
| | ||||||
* | cheatsheet: fix text alignment, add info about d<key> bindings | hut | 2015-04-19 | 1 | -19/+52 | |
| | ||||||
* | cheatsheet: add reference to ranger's IRC channel | hut | 2015-04-19 | 1 | -4/+18 | |
| | ||||||
* | cheatsheet: widen the F12 and = keys | hut | 2015-04-19 | 1 | -6/+6 | |
| | ||||||
* | cheatsheet: change style of textboxes | hut | 2015-04-19 | 1 | -16/+16 | |
| | ||||||
* | cheatsheet: highlight hjkl in red, not green | hut | 2015-04-19 | 1 | -5/+3 | |
| | ||||||
* | cheatsheet: highlight the "?" key | hut | 2015-04-19 | 1 | -5/+5 | |
| | ||||||
* | cheatsheet: added three new sections | hut | 2015-04-19 | 1 | -107/+558 | |
| | ||||||
* | added example plugin that adds a linemode | hut | 2015-04-19 | 1 | -0/+16 | |
| | ||||||
* | cheatsheet: added missing "^D" | hut | 2015-04-17 | 1 | -9/+21 | |
| | ||||||
* | added doc/cheatsheet.svg | hut | 2015-04-17 | 1 | -0/+4024 | |
| | ||||||
* | config.commands: removed the "b" before string literals | hut | 2015-04-17 | 1 | -2/+2 | |
| | | | | Why was it there anyway? Fixes #299 | |||||
* | core.runner: fix `:shell $SHELL` not working with fish | hut | 2015-04-16 | 1 | -2/+5 | |
| | | | | This fixes #300 and was caused by #187 (25dcff6) |