Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | `--choosefiles`: Choose all selected files, not just CWD | mrogalski | 2017-01-31 | 3 | -4/+32 | |
| | | | | | | Check that paths are accessible and writable Fixes #667 | |||||
* | api.commands.AliasCommand: Fix overwritten attribute | nfnty | 2017-01-30 | 1 | -4/+4 | |
| | ||||||
* | ext.vcs.vcs: VcsThread: Fix overridden instance attribute exception | nfnty | 2017-01-30 | 2 | -5/+8 | |
| | | | | | | | | | | ``` Exception ignored in: <module 'threading' from '/usr/lib/python3.6/threading.py'> Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 1349, in _after_forkles thread._stop() TypeError: 'Event' object is not callable ``` | |||||
* | Improve shutdown error handling; Limit `VCSThread` wait | nfnty | 2017-01-30 | 3 | -3/+5 | |
| | ||||||
* | linting: pylint: Remove most `disabled=protected-access` | nfnty | 2017-01-30 | 20 | -172/+154 | |
| | ||||||
* | Merge remote-tracking branch 'Vifon/urxvt_preview_cleanup' | nfnty | 2017-01-29 | 1 | -7/+20 | |
|\ | ||||||
| * | Cleanup the urxvt image previews | Wojciech Siewierski | 2017-01-29 | 1 | -18/+18 | |
| | | ||||||
| * | Fix urxvt based image displayer when running on tmux | Shotaro Fujimoto | 2017-01-29 | 1 | -6/+19 | |
| | | ||||||
* | | ext.vcs.vcs: VcsThread: Protect instance members | nfnty | 2017-01-29 | 1 | -33/+33 | |
| | | ||||||
* | | core.main: Refactor exit handling | ael-code | 2017-01-29 | 3 | -29/+52 | |
|/ | | | | | | Decrease complexity Do not ignore system exit exceptions Properly destroy UI | |||||
* | Makefile: `TEST_PATH_*`: Be explicit | nfnty | 2017-01-29 | 1 | -5/+11 | |
| | ||||||
* | gui.ui: Handle tmux `automatic-rename` | Kevin Velghe | 2017-01-29 | 1 | -0/+26 | |
| | | | | | | Fixes #228 Fixes #685 Fixes #154 | |||||
* | core.main: Check that paths are accessible before starting | nfnty | 2017-01-29 | 1 | -33/+23 | |
| | | | | | | | | Remove deprecated use as file launcher Fixes #560 Fixes #558 Fixes #424 | |||||
* | container.settings: Sane fallback values | hut | 2017-01-29 | 1 | -5/+9 | |
| | ||||||
* | examples: Added plugin_fasd_add.py | Theo Laurent | 2017-01-29 | 1 | -0/+25 | |
| | ||||||
* | config: Use `atool` directly | nfnty | 2017-01-29 | 3 | -6/+6 | |
| | ||||||
* | "title bar" -> "titlebar" | nfnty | 2017-01-29 | 4 | -5/+5 | |
| |