summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* add .paperinfo->.metadata.json conversion scripthut2015-01-171-0/+69
|
* updated documentation of :paper/:meta commandshut2015-01-172-72/+57
|
* doc/ranger.1: added doc for "rename_append"hut2015-01-012-1/+12
|
* rebuilt man pagehut2014-12-111-3/+3
|
* doc: match the default configuration for untag mapBen Boeckel2014-12-111-1/+1
| | | | Reported-By: Branislav Blaškovič <bblaskov@redhat.com>
* Fixed references to doc/HACKING (for real)Dorien Snake2014-12-102-2/+2
|
* Fixed references to doc/HACKINGDorien Snake2014-12-102-5/+5
| | | | | | This patch replaces all references to `doc/HACKING` with `doc/HACKING.md`, to include the one in `setup.py` that was preventing a successful build. Some trailing whitespace was incidentally removed.
* mv doc/HACKING ./HACKING.mdhut2014-12-101-74/+0
|
* recompile manpage, to include :flat and :filter_by_inodehut2014-12-051-0/+13
|
* update doc/examples/plugin_filter_file.pyhut2014-12-051-8/+10
| | | | | The filter_by_filetype branch of Milan Svoboda changed the interface to the accept_file function, so this example plugin broke.
* Merge branch 'filter_by_filetype' of https://github.com/tex/rangerhut2014-12-051-0/+8
|\ | | | | | | | | Conflicts: ranger/config/commands.py
| * implement filter_inode_typeMilan Svoboda2014-11-251-0/+8
| |
* | Merge branch 'flat_command' of https://github.com/tex/rangerhut2014-12-051-0/+7
|\ \ | | | | | | | | | | | | | | | Conflicts: ranger/container/fsobject.py ranger/gui/widgets/browsercolumn.py
| * | add documentation for flat commandMilan Svoboda2014-11-251-0/+7
| |/
* | doc/ranger.1: document M* keybindingshut2014-12-052-0/+11
| |
* | doc/ranger.1: added documentation on linemodes and :paper commandshut2014-12-052-1/+115
|/
* mv doc/release-checklist.txt doc/howto-publish-a-release.txthut2014-11-021-0/+0
|
* added option "idle_delay"hut2014-10-312-1/+12
| | | | per request of nfnty
* prettier screenshothut2014-10-201-0/+0
|
* README: added a screenshothut2014-10-201-0/+0
|
* ranger.pod: Added IRC channel to manpagehut2014-10-152-1/+5
|
* added doc/release-checklist.txthut2014-10-031-0/+27
|
* Added redrawing when we return to Vim from Ranger without opening anyAshwin Nanjappa2014-09-191-0/+2
| | | | file.
* container.directory: implemented random sortinghut2014-08-263-7/+7
|
* change the bug tracker URLhut2014-08-222-2/+2
|
* fix references to README.mdhut2014-08-222-4/+4
|
* doc/ranger.1: Added more key bindings to the man pagehut2014-04-282-3/+93
|
* rebuilt man pagehut2014-04-111-0/+8
|
* Add setting "automatically_count_files"hut2014-04-113-2/+15
|
* examples/vim_file_chooser: fixed redrawinghut2014-02-151-0/+1
|
* doc/ranger.pod: Added man page entry for "preview_max_size" settinghut2014-02-151-0/+5
|
* doc/ranger.pod: added man page entry for "cd_bookmarks" settinghut2014-02-151-0/+5
|
* doc/tools/print_colors.py: more stable in unfriendly environmentshut2013-11-121-4/+12
|
* Update vim_file_chooser.vimIsrael Chauca Fuentes2013-09-171-11/+27
| | | | | Allow choosing multiple files. Add ex command :RangerChooser. Use the value of mapleader for the keybinding.
* Changed email address in source codehut2013-08-081-1/+1
| | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de.
* doc/HACKING: updatedhut2013-06-241-10/+8
| | | | Based on a patch by Niku.
* rebuilt man pages with new pod2man versionhut2013-06-212-28/+46
|
* ranger.1: mention that some commands are based on :scouthut2013-06-212-0/+28
|
* ranger.1: more exhaustive documentation for :open_withhut2013-06-212-4/+14
|
* doc/colorschemes.txt: updatehut2013-06-101-3/+3
|
* RANGER! RANGER! HIGH VOLTAGE! v1.6.1hut2013-05-242-2/+2
|
* doc/ranger.1: put a list of resources at the tophut2013-04-302-25/+41
|
* ext.img_display: allow using W3MIMGDISPLAY_PATH env varhut2013-03-242-1/+10
| | | | in response to https://savannah.nongnu.org/bugs/?38582
* update examples (s/ranger.fsobject/ranger.container/)hut2013-03-172-5/+5
|
* added doc/config directory with symlinks to configshut2013-03-157-0/+7
|
* manpage: renamed example/ to /usr/share/doc/ranger/hut2013-03-092-9/+11
|
* move doc/print_{colors,keys}.py to doc/tools/hut2013-03-092-0/+0
|
* move examples to doc/exampleshut2013-03-0911-0/+200
|
* HACKING: remove part about tabs; ranger uses spaces nowhut2013-03-031-2/+0
|
* renamed container.settingobject to container.settingshut2013-03-011-1/+1
| | | | | | | | | | ranger.container.settingobject.SettingObject -> ranger.container.settings.Settings ranger.container.settingobject.LocalSettingObject -> ranger.container.settings.LocalSettings This is for more conformity. No other class is called *Object.