Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | gui.widgets.titlebar.Titlebar.click: Fix directory enter | nfnty | 2017-02-07 | 1 | -4/+3 |
| | |||||
* | gui.widgets.titlebar.Titlebar: Fix right width logic | nfnty | 2017-02-07 | 1 | -5/+5 |
| | | | | Fixes #563 | ||||
* | api: Fix backwards compatibility | nfnty | 2017-02-06 | 3 | -21/+8 |
| | | | | Remove deprecated file | ||||
* | container.directory.Directory: Fix `setopt` signals when deleted | nfnty | 2017-02-06 | 1 | -5/+17 |
| | | | | Fixes #366 | ||||
* | core.actions.Actions.move: visual: Change order of if statements | nfnty | 2017-02-06 | 1 | -6/+6 |
| | |||||
* | gui.widgets.browsercolumn.BrowserColumn.draw: Minor refactor | nfnty | 2017-02-06 | 1 | -22/+20 |
| | |||||
* | core.main: Catch the right traceback | nfnty | 2017-02-06 | 6 | -10/+17 |
| | |||||
* | api.commands: Tab completion: Escape macros if `resolve_macros` is enabled | nfnty | 2017-02-06 | 4 | -10/+31 |
| | | | | Fixes #460 | ||||
* | gui.widgets.browsercolumn: Set bookmark `'` when right clicking | nfnty | 2017-02-05 | 1 | -1/+1 |
| | | | | Fixes #419 | ||||
* | Add `$XDG_DATA_HOME` support | nfnty | 2017-02-05 | 10 | -44/+78 |
| | | | | | Fixes #303 Fixes #448 | ||||
* | rifle: Add new option flag `-c` | Samuel Walladge | 2017-02-05 | 3 | -13/+42 |
| | |||||
* | Add setting `wrap_scroll`: Visual mode | nfnty | 2017-02-05 | 3 | -27/+45 |
| | |||||
* | Add setting `wrap_scroll` | Samuel Walladge | 2017-02-05 | 7 | -3/+18 |
| | | | | | | Adds ability to wrap around when scrolling. Fixes #176 | ||||
* | ext.shutil_generatorized: Add `copystat` with errors ignored | nfnty | 2017-02-04 | 1 | -2/+84 |
| | |||||
* | api.commands: CommandFunction: Can't set `__doc__` after creation on Python 2 | nfnty | 2017-02-04 | 1 | -1/+2 |
| | |||||
* | api.commands: Fix function and alias commands names | nfnty | 2017-02-04 | 1 | -5/+5 |
| | |||||
* | config/rc.conf: `tab_new` opens a new tab in CWD by default | nfnty | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | api.commands: Refactor function and alias commands | nfnty | 2017-02-04 | 2 | -69/+64 |
| | |||||
* | linting: pylint: Fix `literal-comparison` | nfnty | 2017-02-04 | 2 | -2/+2 |
| | |||||
* | api.commands.CommandContainer.alias: Fix syntax error for Python < 3.5 | nfnty | 2017-02-04 | 1 | -4/+1 |
| | |||||
* | api.commands: Fix `FunctionCommand` aliases | nfnty | 2017-02-04 | 1 | -13/+7 |
| | | | | Fixes #794 | ||||
* | Fix hidden filter for flat: Match all path components | nfnty | 2017-02-03 | 1 | -2/+7 |
| | | | | Fixes #790 | ||||
* | gui.widgets.browsercolumn: Refactor `Browsercolumn.need_redraw` logic | nfnty | 2017-02-03 | 1 | -11/+13 |
| | | | | Fixes #793 | ||||
* | gui.widgets.browsercolumn: Redraw if file is outdated | nfnty | 2017-02-03 | 2 | -11/+21 |
| | | | | Fixes #93 | ||||
* | Fix hidden filter for flat | nfnty | 2017-02-03 | 1 | -1/+2 |
| | | | | Fixes #790 | ||||
* | config/rc.conf: Minor changes | Marcel Partap | 2017-02-03 | 1 | -1/+3 |
| | | | | | | | | Add mapping for changing directory to `/tmp`. Open new tab in CWD by default. Add mapping copy `zz` from `zf` for quicker filtering. Closes #788 | ||||
* | core.actions.Actions.move: Fix visual selection | nfnty | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Fix alias macro expansion | nfnty | 2017-02-03 | 2 | -7/+13 |
| | | | | Fixes #732 | ||||
* | api.commands: Refactor aliasing | nfnty | 2017-02-03 | 1 | -42/+23 |
| | | | | Fixes #537 | ||||
* | api.commands.Command.rest: Fix char space matching | nfnty | 2017-02-02 | 1 | -2/+2 |
| | | | | Fixes #772 | ||||
* | Partially revert "config.commands.alias: Prohibit creation of alias with ↵ | nfnty | 2017-02-02 | 1 | -4/+0 |
| | | | | | | | | name 'alias'" This partially reverts commit f495a97be986236f184b2a4f4edc5b451d409e72 Misunderstood #537 | ||||
* | gui.widgets.console.Console: Fix closing when line empty | nfnty | 2017-02-02 | 1 | -4/+5 |
| | |||||
* | gui.curses_shortcuts: addstr, addnstr: Handle `UnicodeError` | nfnty | 2017-02-01 | 1 | -2/+2 |
| | | | | Fixes #787 | ||||
* | config.commands.alias: Prohibit creation of alias with name 'alias' | nfnty | 2017-02-01 | 1 | -2/+7 |
| | | | | Fixes #537 | ||||
* | core.main.parse_arguments: Resolve links, Validate paths | nfnty | 2017-02-01 | 1 | -12/+16 |
| | | | | | | Add option to specify cache directory Fixes #551 | ||||
* | ranger.main: Remove deprecated COMPAT args | nfnty | 2017-02-01 | 1 | -14/+3 |
| | |||||
* | container.directory.Directory: Resort directly after setting changes | nfnty | 2017-02-01 | 1 | -4/+2 |
| | | | | Fixes #707 | ||||
* | ranger.core.actions.Actions.move: Reduce nesting | nfnty | 2017-02-01 | 1 | -45/+48 |
| | |||||
* | commands: rename_append: Add flags | nfnty | 2017-02-01 | 3 | -101/+125 |
| | | | | | | | | | Adds ability to position before all extensions. Adds ability to remove everything except extensions. Fixes issue when `flat` is used, where it would jump to parent extension. Fixes #744 | ||||
* | commands: rename: Fix bookmarks and tags updating | nfnty | 2017-02-01 | 3 | -24/+37 |
| | | | | | Fixes #447 Fixes #470 | ||||
* | Add command for jumping to first non-directory/non-file | The Flying Rapist | 2017-02-01 | 5 | -2/+65 |
| | | | | Fixes #409 |