about summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Include mtime in hash rather than comparingtoonn2020-06-291-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comparing the mtimes of a file and a cached preview or including the mtime in the preview's hash are almost equivalent except this way we don't need to find out the preview's mtime. We include the device identifier and the inode in the hash, this makes sure duplicate filenames don't cause erroneous hits in the cache.
| * | | | | | | Allow equal mtime for cached previewstoonn2020-02-121-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the use of symlinks to prevent copying files to the cache. Fixes #1837
* | | | | | | Merge pull request #1824 from toonn/pprime-draw-bookmarksWojciech Siewierski2020-07-051-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add bookmark drawing to the paste to bookmark map
| * \ \ \ \ \ \ Merge branch 'master' into pprime-draw-bookmarksWojciech Siewierski2020-07-053-43/+58
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Add bookmark drawing to the paste to bookmark maptoonn2020-02-031-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neglected to add drawing of bookmarks to the mapping that allows pasting the contents of the copybuffer to a bookmark's path. Brought to my attention by discussion in #1277.
* | | | | | | Merge branch 'master' into py26-format-fixWojciech Siewierski2020-07-052-3/+13
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #1961 from toonn/pass-fileWojciech Siewierski2020-07-051-2/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "Revert "ranger <path> can select files""
| | * \ \ \ \ \ \ Merge branch 'master' into pass-fileWojciech Siewierski2020-07-051-1/+1
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Revert "Revert "ranger <path> can select files""toonn2020-05-191-2/+6
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can't reproduce the problems with <Right> and I don't see anything in the commit that could've caused them in the first place tbh. The issue this introduces keeps coming up so I'm verting the original change. Fixes #1655 Fixes #1386 This reverts commit 11549e2c0c73a8a0bb543801af4e134b3e076095.
| * | | | | | | Implement passing of flags for :bulkrenametoonn2020-06-231-1/+7
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flags a bulkrename command passed to the command runner were fixed to `w`, which means "wait for an enter keypress." Now it's possible to pass whichever flags you want. Passing any flag overrides the default so if you still want the confirmation you need to explicitly pass `w`. Fixes #2002
* | | | | | | Merge branch 'master' into py26-format-fixWojciech Siewierski2020-07-052-41/+56
|\| | | | | |
| * | | | | | add alias for scouthektr2020-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | add hide alias for scout. Should work like filter but with inverted results of matching.
| * | | | | | extra comment is deletedhektr2020-05-241-1/+0
| |/ / / / / | | | | | | | | | | | | a little clean up. Possible values of viewmode are showed in comments above that option, so, it's not needed to make commented duplicate of this option.
| * | | | | Drop double setting and prefer basename over splittoonn2020-03-041-4/+2
| | | | | |
| * | | | | Change approach to multiplexer title renamingtoonn2020-03-021-41/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were a couple bugs causing ranger to miss opportunities to restore multiplexer window names in tmux. Fixes #1805
| * | | | | Update ui.pyToni Kukurin2020-03-021-1/+1
| | | | | | | | | | | | | | | | | | Fix 'FileNotFound' if `screen` is not available
* | | | | | Fix redundant whitespace in class definitiontoonn2020-06-271-1/+0
| | | | | |
* | | | | | Py26 does not support implicit format spec numberingtoonn2020-03-045-19/+26
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As FichteFoll rightly pointed outin #1840, python 2.6 did *not* support implicit format spec numbering for positional arguments. This commit brings the code back in line with our promise that it is compatible with python 2.6. I used the following patterns to grep for occurences: - '"\{\}"' - '"\{:.*\}"' - "'\{\}'" - "'\{:.*\}'"
* | | | | xdg-open is not compatible with the -- conventiontoonn2020-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes #1853
* | | | | rifle.conf: change fallback trash location emberfade2020-02-221-1/+1
|/ / / / | | | | | | | | | | | | Change the fallback trash location to use the correct environment variable and ranger's default data directory.
* | | | Add a newline before printing the exception for better readabilityWojciech Siewierski2020-01-271-1/+1
| | | |
* | | | Cleanup the temporary cache directory in the --clean modeWojciech Siewierski2020-01-271-0/+13
|/ / /
* | | Flip the __release__ flagtoonn2019-12-311-1/+1
| | |
* | | Tax loss harvesting release, nothing to see here v1.9.3toonn2019-12-312-3/+3
| | |
* | | Merge branch 'revolter-patch-1'toonn2019-12-311-1/+1
|\ \ \
| * | | Remove duplicate codeIulian Onofrei2019-11-071-1/+1
| | | |
* | | | Merge branch 'aRkedos-tmux-fix'toonn2019-12-312-25/+62
|\ \ \ \
| * | | | Refactor handle_multiplexertoonn2019-12-313-57/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the method into name changing and resetting methods. `screen -Q` is relatively new so resetting the screen title won't work on systems with an older version, macOS for example. Fixes #1739
| * | | | refactoring of redundant codearkedos2019-12-313-23/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | squashing commits for cleaner history. whitespace final fixes refactor of redundant code
| * | | | applying proposed tmux renaming fixarkedos2019-12-311-6/+4
| | | | |
* | | | | Merge branch 'davidgur-master'toonn2019-12-311-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Fixes #859, #1071, #1308
| * | | | Merge branch 'master' into masterDavid Gurevich2019-11-172-1/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into masterDavid Gurevich2019-11-161-0/+3
| |\ \ \ \ \
| * | | | | | Fixed issue with W3MImgPreview not clearing previous imageDavid Gurevich2019-11-111-0/+1
| | | | | | |
* | | | | | | Move xlsx back to handle_extensiontoonn2019-12-301-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Xlsx files aren't properly recognized by `file(1)`.
* | | | | | | Move new methods to handle_mimetoonn2019-12-301-42/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The MIME type handler is preferable because it can match files that have the "wrong" extension or a ".backup" suffix for example. Fixes #1633
* | | | | | | remove pandoc fallback support for json filesMarie-Helene Burle2019-12-301-1/+0
| | | | | | |
* | | | | | | Add '--', empty lines, and pandoc fallback support for html and jsonMarie-Helene Burle2019-12-301-6/+10
| | | | | | |
* | | | | | | Minor change in commentMarie-Helene Burle2019-12-301-3/+3
| | | | | | |
* | | | | | | Move pandoc support for ePub and FB2 back to handle_extension()Marie-Helene Burle2019-12-301-8/+1
| | | | | | |
* | | | | | | Fix minor comment inconsistencyMarie-Helene Burle2019-12-301-0/+1
| | | | | | |
* | | | | | | More sensible way to add pandoc support for ePub, FB2, and ODTMarie-Helene Burle2019-12-301-1/+8
| | | | | | |
* | | | | | | Add pandoc support for odt, epub, and fb2Marie-Helene Burle2019-12-301-2/+10
| | | | | | |
* | | | | | | Add -s flag to pandocMarie-Helene Burle2019-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, pandoc produces a document fragment. Adding the --standalone flag allows to get the title of the document.
* | | | | | | Add information on how to get xls2csv and xlsx2csv applicationsMarie-Helene Burle2019-12-301-0/+4
| | | | | | |
* | | | | | | Fix typo in a comment of previous commitMarie-Helene Burle2019-12-301-1/+1
| | | | | | |
* | | | | | | Add preview support to .rtf, .doc, .docx, .xlsx, .xlsMarie-Helene Burle2019-12-301-1/+25
| | | | | | |
* | | | | | | Fix keyword argument assignment whitespacetoonn2019-12-301-1/+1
| | | | | | |
* | | | | | | Merge branch 'colorschemes-thisfile'toonn2019-12-301-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Fix white text on white background in titlebartoonn2019-12-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were doubling up bold and BRIGHT for the name of the selected file in the titlebar. Fixes #1800