Commit Graph

28 Commits

Author SHA1 Message Date
José Luis Lafuente
3aca219535
ranger: add pillow dependency
Pillow is required to display images with kitty terminal
To test it, add these 2 lines to your rc.conf:
set preview_images true
set preview_images_method kitty
2019-02-05 14:59:58 +01:00
Alyssa Ross
74fa1860dd
ranger: fix build on Darwin 2019-01-26 00:18:51 +00:00
Alyssa Ross
d152089772
ranger: syntax highlight previews by default 2018-09-27 18:38:26 +01:00
Alyssa Ross
4f14ccee07
ranger: fix out-of-the-box previews
I'm guessing this became commented out by default at some point.
2018-09-27 18:21:29 +01:00
Toon Nolten
a2bb5d6917 ranger: 1.9.1 -> 1.9.2 (#46454)
* ranger: 1.9.1 -> 1.9.2

* Change maintainer attribute name to match usage
2018-09-10 11:48:49 +02:00
Jan Malakhovski
b135329dc5 treewide: random cleanups 2018-08-10 12:56:31 +00:00
rnhmjoj
62eb7c102f
ranger: use python3 2018-08-08 02:20:53 +02:00
Ryan Mulligan
a923865595 ranger: 1.9.0 -> 1.9.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/.ranger-wrapped -h` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/.ranger-wrapped --help` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/.ranger-wrapped --version` and found version 1.9.1
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/ranger -h` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/ranger --help` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/ranger --version` and found version 1.9.1
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/.rifle-wrapped -h` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/.rifle-wrapped --help` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/.rifle-wrapped --version` and found version 1.9.1
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/rifle -h` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/rifle --help` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/rifle help` got 0 exit code
- ran `/nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1/bin/rifle --version` and found version 1.9.1
- found 1.9.1 with grep in /nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1
- found 1.9.1 in filename of file in /nix/store/q53safw1076ynmqdx4zkh1707d7swz9s-ranger-1.9.1

cc "@magnetophon"
2018-02-27 13:02:29 -08:00
Vladimír Čunát
e26a2290ea
ranger: don't include "v" in nix-perceived version
This was a regression of #34362, and doesn't seem intended.
2018-02-15 18:07:56 +01:00
Bart Brouns
0cc73f2524 ranger: 1.8.1 -> 1.9.0 2018-01-28 21:28:47 +00:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Bart Brouns
b1d79f0ef3 ranger: fix absolute paths in scope.sh 2017-07-02 01:51:40 +02:00
Jan Malakhovski
08ba40ae9c ranger: add imagePreviewSupport option and make previews work out of the box
Before one had to turn it on manually and update the preview script in dotfiles
manually when ranger updates.

Now it requires zero configuration. Just run `ranger` and it works, and
should continue to work automagically when ranger updates.

Everything still can be (de)configured via `rc.conf` in dotfiles.
2017-06-20 13:54:42 +00:00
Bart Brouns
2cfa9c6af2 ranger: 1.8.0 -> 1.8.1 2017-02-28 13:00:31 +01:00
Frederik Rietdijk
bfb31d28e7 ranger: fix tests 2017-02-10 09:44:54 +01:00
Milan Svoboda
f969f42b2b ranger 1.7.2 -> 1.8.0 (#21480) 2016-12-28 23:47:39 +01:00
Frederik Rietdijk
104c50dd1a Python: remove modules and pythonFull 2016-10-10 10:33:24 +02:00
Profpatsch
90556cedd0 ranger: patch default pager 2016-09-28 22:07:45 +02:00
Frederik Rietdijk
3ba16c8234 Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
宋文武
93feb5d115 drop my maintainership (close #13881) 2016-03-13 18:39:01 +01:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Maciek Starzyk
0a8d768b11 ranger: 1.7.1 -> 1.7.2 2016-01-29 20:28:10 +01:00
Sean Lee
3af6c86e7e ranger: added file as a runtime dependency 2016-01-11 02:18:28 -05:00
Jan Malakhovski
b13c7186d6 ranger: fix paths to w3m and share
Picked from #11222.
2015-11-23 22:24:00 +01:00
Paulus Esterhazy
27233c2ea5 ranger: works fine on Darwin (close #9454) 2015-08-26 19:13:30 +02:00
koral
1c371606ce ranger: 1.7.0 -> 1.7.1 2015-05-09 10:52:25 +00:00
宋文武
32fed43f62 ranger: update to 1.7.0 2015-04-14 22:28:44 +08:00
Song Wenwu
85372d5fba add ranger 1.6.1 2013-12-12 11:04:38 +08:00