Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to save/restore tabs | Vitaly Belman | 2017-03-19 | 7 | -2/+40 |
| | | | | | Fixes #502 Closes #505 | ||||
* | core.main: Add support for `file://` URIs as path arguments | nfnty | 2017-03-18 | 1 | -1/+4 |
| | | | | Fixes #836 | ||||
* | core.main: Use `PWD` as starting path cwd if available | nfnty | 2017-03-18 | 1 | -1/+1 |
| | | | | | | Prevents dereferencing symlinks on startup. Fixes #837 | ||||
* | gui.curses_shortcuts: Fix handling of strings for `add*` functions | nfnty | 2017-03-18 | 1 | -3/+3 |
| | | | | Fixes #833 | ||||
* | Improve error message for some commands when called without args | Samuel Walladge | 2017-03-15 | 2 | -6/+19 |
| | | | | | | | | | Commands improved: * `change_mode` * `flat` * `chain` * `chmod` * All `map` commands | ||||
* | :cd tab completion again considers the whole line | Wojciech Siewierski | 2017-03-12 | 1 | -2/+2 |
| | | | | Important when the directory name contains spaces. | ||||
* | config.commands.cd.tab: Now tab works fine with '-r' | 강동훈(DongHoon Kang) | 2017-03-12 | 1 | -3/+9 |
| | | | | | cd tab completion didn't work in the presence of real path argument '-r'. Fixed that. | ||||
* | data/scope.sh: highlight: Replace tabs with spaces | nfnty | 2017-03-10 | 1 | -1/+3 |
| | |||||
* | rc.conf: Map F2 to :rename | Wojciech Siewierski | 2017-02-26 | 1 | -0/+1 |
| | | | | | | | | F2 is commonly used for renaming in various file managers. Since we support the other F-keys in a manner similar to Midnight Commander, mapping F2 to rename makes sense too. Closes #818. | ||||
* | gui.widgets.console.Console: Don't crash when parsing corrupt history file | nfnty | 2017-02-25 | 1 | -2/+6 |
| | | | | Fixes #817 | ||||
* | core.main: `--version`: Report Python version and locale | nfnty | 2017-02-19 | 3 | -10/+15 |
| | | | | | | Makes issue reporting easier. Fixes #812 | ||||
* | Beta release 1.9.0b5 v1.9.0b5 | nfnty | 2017-02-19 | 5 | -5/+5 |
| | |||||
* | doc: howto-publish-a-release: Add tag steps | nfnty | 2017-02-19 | 1 | -1/+2 |
| | |||||
* | setup.py: Add `keywords` and `classifiers` | nfnty | 2017-02-19 | 1 | -0/+22 |
| | |||||
* | Move license from `AUTHORS` to `LICENSE` | nfnty | 2017-02-18 | 2 | -690/+675 |
| | |||||
* | doc/howto-publish-a-release: Use `*` for bullet lists | nfnty | 2017-02-17 | 1 | -29/+29 |
| | |||||
* | settings: Allow any capitalization of `RANGER_LOAD_DEFAULT_RC` | nfnty | 2017-02-16 | 2 | -2/+2 |
| | | | | Fixes #810 | ||||
* | doc: man: Clarify config sourcing | nfnty | 2017-02-16 | 3 | -26/+20 |
| | |||||
* | linting: pylint: `sys.stdout.buffer.write`: Fix `no-member` | nfnty | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | ext.img_display.Iterm2ImageDisplayer.draw: Fix `TypeError` | nfnty | 2017-02-14 | 1 | -1/+5 |
| | | | | Fixes #807 | ||||
* | setup.py: Fix Travis CI pylint error | nfnty | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | setup.py: Use distutils by default | nfnty | 2017-02-11 | 2 | -5/+5 |
| | | | | Fixes #805 | ||||
* | gui.ansi.char_slice: Widestring aware | nfnty | 2017-02-10 | 1 | -4/+6 |
| | | | | | | Fix Python 2 widestrings being cut off Fixes #164 | ||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b4 v1.9.0b4 | nfnty | 2017-02-10 | 5 | -6/+6 |
| | |||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b3 v1.9.0b3 | nfnty | 2017-02-10 | 5 | -6/+6 |
| | |||||
* | doc/howto-publish-a-release: Change to markdown | nfnty | 2017-02-10 | 2 | -39/+49 |
| | |||||
* | release docs: Add PyPI release | nfnty | 2017-02-10 | 1 | -4/+16 |
| | |||||
* | Makefile: Add help for different tests | nfnty | 2017-02-10 | 1 | -13/+19 |
| | |||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b2 v1.9.0b2 | nfnty | 2017-02-10 | 5 | -6/+6 |
| | |||||
* | setup.py: Minor changes | nfnty | 2017-02-10 | 1 | -12/+11 |
| | |||||
* | README: Change version format | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b1 v1.9.0b1 | nfnty | 2017-02-10 | 6 | -7/+7 |
| | |||||
* | core.main: Improve version info | nfnty | 2017-02-10 | 2 | -17/+13 |
| | |||||
* | setup.py: Fix build scripts for PyPI | nfnty | 2017-02-10 | 2 | -10/+27 |
| | |||||
* | setup.py: Use `setuptools` by default, Change name for PyPI | nfnty | 2017-02-10 | 2 | -4/+15 |
| | |||||
* | AUTHORS: Update years | nfnty | 2017-02-09 | 1 | -2/+2 |
| | |||||
* | linting: Rename config files | nfnty | 2017-02-09 | 4 | -1/+1 |
| | |||||
* | setup.py: Minor fixes | nfnty | 2017-02-09 | 1 | -11/+11 |
| | | | | | Remove underscores from functions Prevent scripts path conflict | ||||
* | setup.py: Generate scripts during build | nfnty | 2017-02-09 | 3 | -4/+14 |
| | | | | Fixes #799 | ||||
* | setup.py: Fix missing comma | nfnty | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | setup.py: Improve readability | nfnty | 2017-02-09 | 1 | -24/+30 |
| | |||||
* | README: Fix dependencies Python versions | nfnty | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | commands: Add `quitall!`, Change behavior of `quit!` | nfnty | 2017-02-09 | 5 | -28/+56 |
| | | | | Fixes #802 | ||||
* | api.commands.CommandContainer.get_command: Inverse `abbrev` | nfnty | 2017-02-08 | 3 | -12/+11 |
| | |||||
* | config.commands: quit, quitall: Don't exit if loader has work | Samuel Walladge | 2017-02-08 | 5 | -16/+41 |
| | | | | Fixes #739 | ||||
* | container.file.File: Fix `is_binary` | Samuel Walladge | 2017-02-07 | 1 | -13/+13 |
| | | | | | | | Open file in binary mode to avoid decoding errors. Fix string handling in Python 2 vs 3. Fixes #161 |