Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed container.settingobject to container.settings | hut | 2013-03-01 | 1 | -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. | ||||
* | settingobject: remove complexity of shorten_title setting | hut | 2013-03-01 | 2 | -5/+5 |
| | |||||
* | doc/ranger.1: removed obsolete reference to fm.env | hut | 2013-03-01 | 2 | -2/+2 |
| | |||||
* | rifle: added --version option | hut | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | doc/ranger.1: documented :scout command | hut | 2013-03-01 | 2 | -1/+50 |
| | |||||
* | doc/ranger.1: Fixed --copy-config documentation | hut | 2013-02-28 | 2 | -3/+3 |
| | |||||
* | Merge branch 'vcs' | hut | 2013-02-24 | 2 | -0/+24 |
|\ | | | | | | | | | Conflicts: ranger/gui/widgets/__init__.py | ||||
| * | Merge branch 'master' into vcs | hut | 2013-02-22 | 3 | -99/+106 |
| |\ | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py | ||||
| * \ | Merge branch 'master' into vcs | hut | 2013-02-19 | 4 | -0/+357 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into vcs | hut | 2013-02-18 | 3 | -83/+96 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/ranger.1 | ||||
| * | | | | document config options for vcs on the man page | Abdo Roig-Maranges | 2013-02-17 | 2 | -8/+16 |
| | | | | | |||||
| * | | | | Rebuilt manpage | Abdo Roig-Maranges | 2013-02-12 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | Adds config settings and documentation for the vcs feature | Abdo Roig-Maranges | 2013-02-12 | 1 | -0/+9 |
| | | | | | |||||
* | | | | | Fire in the Hole! v1.6.0 | hut | 2013-02-22 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | core.main: added RANGER_LOAD_DEFAULT_RC environment variable | hut | 2013-02-22 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | this fixes the problem that examples/plugin_skip_default_rc doesn't work, because plugins are loaded after the rc.conf. | ||||
* | | | | doc/ranger.1: update ENVIRONMENT section | hut | 2013-02-22 | 2 | -8/+4 |
| | | | | |||||
* | | | | doc/ranger.1: typo | hut | 2013-02-22 | 2 | -2/+2 |
| | | | | |||||
* | | | | update email address (romanz@lavabit.com -> hut@lavabit.com) | hut | 2013-02-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | doc/ranger.1: added chmod key bindings to man page | hut | 2013-02-22 | 2 | -0/+9 |
| | | | | |||||
* | | | | doc/ranger.1: remove midnight commander bindings from man page | hut | 2013-02-22 | 2 | -64/+0 |
| | | | | | | | | | | | | | | | | They are redundant. The user can always look them up in the rc.conf. | ||||
* | | | | doc/ranger.1: update KEY BINDINGS section | hut | 2013-02-22 | 2 | -21/+52 |
| | | | | |||||
* | | | | doc/ranger.1: updated the CONCEPTS section | hut | 2013-02-22 | 2 | -3/+27 |
| |_|/ |/| | | |||||
* | | | doc/rifle.1: added whitespace at examples | hut | 2013-02-18 | 3 | -9/+28 |
| | | | |||||
* | | | doc/rifle.1: Added man page for rifle | hut | 2013-02-18 | 3 | -0/+338 |
| |/ |/| | |||||
* | | README: removed bash dependency | hut | 2013-02-18 | 2 | -2/+2 |
| | | |||||
* | | ranger.1: update list of ranger options | hut | 2013-02-18 | 2 | -17/+37 |
| | | |||||
* | | ranger.1: added missing docs of settings | hut | 2013-02-18 | 2 | -2/+18 |
| | | |||||
* | | ranger.__init__: change [path/filename] to [path] in USAGE | hut | 2013-02-18 | 2 | -2/+2 |
| | | | | | | | | | | this indicates that ranger should not be used as a file launcher anymore, since it now ships with the standalone program `rifle'. | ||||
* | | ranger.1: update doc of :open_with | hut | 2013-02-18 | 2 | -6/+4 |
| | | |||||
* | | doc/ranger.1: update doc of :chmod, :delete, :find, :save_copy_buffer | hut | 2013-02-18 | 2 | -26/+20 |
| | | |||||
* | | doc/ranger.1: fully removed --mode and --flags from man page | hut | 2013-02-17 | 1 | -9/+0 |
| | | |||||
* | | doc/ranger.1: added :travel to man page | hut | 2013-02-17 | 2 | -0/+17 |
| | | |||||
* | | core.main: made --mode and --flag deprecated | hut | 2013-02-17 | 2 | -15/+2 |
| | | | | | | | | Again, use rifle as a file launcher instead | ||||
* | | core.main: made --fail-unless-cd deprecated | hut | 2013-02-17 | 2 | -12/+3 |
| | | | | | | | | Instead of launching ranger for opening files, simply use rifle. | ||||
* | | doc/HACKING: removed reference to ranger/core/environment.py | hut | 2013-02-16 | 1 | -1/+0 |
|/ | |||||
* | removed all trailing whitespaces | hut | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | replaced tabs with 4 spaces in all python files | hut | 2013-02-10 | 2 | -13/+13 |
| | | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile. | ||||
* | config/commands: Added commands 'mark_tag' and 'unmark_tag' | hut | 2013-01-01 | 2 | -1/+23 |
| | |||||
* | container.settingobject: added setting "update_tmux_title" | hut | 2012-12-10 | 2 | -1/+8 |
| | |||||
* | added setlocal command to handle local settings | Abdó Roig-Maranges | 2012-12-09 | 2 | -2/+15 |
| | |||||
* | config/rc.conf: Added setting "confirm_on_delete" | hut | 2012-12-06 | 2 | -1/+12 |
| | |||||
* | doc/ranger.1: typo | hut | 2012-12-04 | 2 | -2/+2 |
| | |||||
* | doc/ranger.1: add a warning about overwriting hooks | hut | 2012-12-04 | 2 | -4/+10 |
| | |||||
* | updated man page, improved hooks | hut | 2012-12-04 | 2 | -73/+147 |
| | |||||
* | update documentation for commands | hut | 2012-12-04 | 2 | -47/+156 |
| | |||||
* | update documentation for options, plugins and examples | hut | 2012-12-04 | 2 | -168/+124 |
| | |||||
* | Merge branch 'stable' | hut | 2012-08-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: doc/ranger.1 ranger/defaults/apps.py | ||||
| * | ceci n'est pas un nouveau version v1.5.5 | hut | 2012-08-10 | 1 | -2/+2 |
| | | |||||
* | | added the examples from the man page to the examples directory | hut | 2012-08-06 | 1 | -25/+0 |
| | | | | | | | | | | I guess a whole directory for examples scales better than having them in the man page. | ||||
* | | doc/ranger.1: rebuilt man page | hut | 2012-08-02 | 1 | -5/+5 |
| | |