summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the urxvt image previewsWojciech Siewierski2017-01-291-18/+18
* Fix urxvt based image displayer when running on tmuxShotaro Fujimoto2017-01-291-6/+19
* Makefile: `TEST_PATH_*`: Be explicitnfnty2017-01-291-5/+11
* gui.ui: Handle tmux `automatic-rename`Kevin Velghe2017-01-291-0/+26
* core.main: Check that paths are accessible before startingnfnty2017-01-291-33/+23
* container.settings: Sane fallback valueshut2017-01-291-5/+9
* examples: Added plugin_fasd_add.pyTheo Laurent2017-01-291-0/+25
* config: Use `atool` directlynfnty2017-01-293-6/+6
* "title bar" -> "titlebar"nfnty2017-01-294-5/+5
* Add setting `hostname_in_titlebar`nfnty2017-01-297-11/+26
* container.file: File.firstbytes: Handle `UnicodeDecodeError`nfnty2017-01-281-1/+4
* config.commands: scout: Open highlighted entry on enternfnty2017-01-281-5/+2
* data/scope.sh: `$EXTENSION` -> `$FILE_EXTENSION`nfnty2017-01-281-3/+3
* core.loader: Handle work process items exceptionsnfnty2017-01-281-4/+16
* data/scope.sh: Complete refactornfnty2017-01-281-112/+147
* gitignore: Add leading `/`nfnty2017-01-281-6/+9
* gui.widgets.console: Only read history file if it existsnfnty2017-01-261-9/+11
* core.fm: `loop()`: Remove useless `if` statementnfnty2017-01-261-5/+4
* Only use `hasattr` where absolutely needednfnty2017-01-269-20/+11
* core.main: Remove COMPAT `options.py`nfnty2017-01-261-21/+0
* gui: Replace `_curses` with `curses`nfnty2017-01-253-10/+7
* gui.widgets.pager: Handle `source.close()` exceptionnfnty2017-01-251-9/+15
* core.actions: Pass path to `_run_pager()`, not file objectDavid le Blanc2017-01-251-3/+3
* container.settings: Do not try to access key before being setnfnty2017-01-251-2/+1
* core.loader: `safeDecode()` -> `safe_decode()`nfnty2017-01-251-5/+5
* core.loader: `safeDecode()`: Do not try to decode with encoding `None`nfnty2017-01-251-2/+3
* config/rc.conf: Remove `IGNORE_CASE` from `travel` aliasnfnty2017-01-251-1/+1
* data/scope.sh: Make `file` output easily discerniblenfnty2017-01-251-1/+1
* config/rc.conf: Add map for copying selection to clipboardnfnty2017-01-241-3/+4
* ext.shutil_generatorized: Update to Python 2.7.13nfnty2017-01-241-29/+26
* ext.shutil_generatorized: Use builtin functionsnfnty2017-01-241-128/+18
* core.loader: `CopyLoader.generate`: Reduce nestingnfnty2017-01-241-48/+50
* container.fsobject: Fix natural sortnfnty2017-01-243-17/+43
* Makefile: Split testsnfnty2017-01-242-14/+19
* config.commands: `setlocal`: Properly parse path with spacesnfnty2017-01-245-16/+31
* core.actions: macros: `confdir` should not be defined in clean modenfnty2017-01-232-6/+5
* container.bookmarks: Notify on errors, Disallow filesnfnty2017-01-231-38/+46
* core.linemode: `FileInfoLinemode`: Output is already decodednfnty2017-01-231-5/+1
* core.actions: Reduce `get_preview()` nestingnfnty2017-01-231-118/+123
* data/scope.sh: Use `file` as a fallbackLauri Niskanen2017-01-231-0/+2
* core.linemode: `Mtime`: Fix crash when `file.stat is None`Christian Zangl2017-01-231-0/+4
* core.actions: Split `$PAGER` before runningProfpatsch2017-01-221-6/+7
* config/rifle.conf: Add `--each` to atool for multiple filesnfnty2017-01-221-4/+4
* Update CONTRIBUTING and HACKING with new instructionsnfnty2017-01-222-7/+8
* Merge branch 'broad-except'nfnty2017-01-2143-324/+306
|\
| * linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-2143-324/+306
|/
* Merge branch 'division'nfnty2017-01-2189-113/+113
|\
| * Python 3 division: Remove explicit float conversionsnfnty2017-01-218-24/+24
| * Python 3 division: Import `division` from `__future__`nfnty2017-01-2189-89/+89
|/
* Merge branch 'lint'nfnty2017-01-2094-1617/+2061
|\