You are not logged in.
This is awesome!! I like how the horizontal scrolling works and the preview of text files is nice too.
For some time I've been thinking about setting up a complete CLI environment on my netbook (just for fun). This program is sure going to be usefull.
Thanks!
Thats exactly what I did Though it turned out that I can't live without firefox and mplayer
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Thats exactly what I did Though it turned out that I can't live without firefox and mplayer
Cool I guess you're right that browsing the web in a terminal is pretty hard. Especially if you want to watch YouTube videos..
Offline
I absolutely love your work! Just what I needed and well documented too.
However I have experienced a few freezes that might be related to suspend-to-ram cycles. I end up with a process that I'm unable to kill. How to troubleshoot further?
Offline
love it, great job.
Offline
However I have experienced a few freezes that might be related to suspend-to-ram cycles. I end up with a process that I'm unable to kill. How to troubleshoot further?
pkill -9 ranger doesn't work?
Anyway, more details would be helpful
Last edited by hut (2010-03-16 21:28:12)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Nope, still there.
user 17996 0.0 0.8 15120 10944 ? D 10:56 0:16 /usr/bin/python /usr/bin/ranger
Not sure what info I can give that's helpful...I launch ranger on an urxvtc window, s2ram, wake up and find it frozen.
Offline
Did you possibly use sshfs to mount a remote device which got unavailable after waking up from s2ram? And ranger was inside (or previewed) that directory? In that case, try to properly unmount it
edit:
Nevermind, in that scenario, ranger freezes as well (as do all other programs, like "ls") but you can kill it without any trouble.
Well, dunno really.
Last edited by hut (2010-03-16 21:57:05)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Yup, that's it. Thanks and sorry for the trouble.
Offline
great work!!!
continue in the good way
Offline
However I have experienced a few freezes that might be related to suspend-to-ram cycles. I end up with a process that I'm unable to kill. How to troubleshoot further?
A fix for this would be appreciated.
https://savannah.nongnu.org/bugs/index.php?29238
Last edited by hut (2010-03-16 23:35:31)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
I expected the texas colorscheme to change the colors, but they didn't, probably an 88 color thing.
the colorschemes under $home/.ranger don't seem to get read yet , the schemes in /usr/share are used
hut?
ᶘ ᵒᴥᵒᶅ
Offline
Colorschemes can be placed in ~/.ranger/colorschemes.
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
I've set apps.py to use zathura instead of apvlv to no avail. Instead, I just get an 'open with' dialogue when trying to open pdf files and after inputting 'zathura' nothing happens. What am I doing wrong?
transcend to the fifth abode
Offline
apps are slightly complicated. There is the line
return self.either(c, 'evince', 'apvlv')
did you just change the string 'apvlv' to 'zathura'? That won't do it, you additionally have to define zathura. Scroll down a bit, there's a function called app_vim. just copy that, and change vim to zathura so it looks like this:
@depends_on('zathura')
def app_zathura(self, c):
return tup('zathura', *c)
Now you can use zathura as an application, in the "open with" dialog and in the self.either() method
Edit: Or just upgrade ranger, I have done that for you.
Though, please can you tell me what you tried to do? If I know more about what a user thinks, I can make the configuration more simple for everyone.
Last edited by hut (2010-03-17 00:58:20)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Thanks much for the clarification. I love you, er, I mean, I love this app, and, ah, screw it, you.
transcend to the fifth abode
Offline
Then read what I write!
Though, please can you tell me what you tried to do? If I know more about what a user thinks, I can make the configuration more simple for everyone.
Or did you do what I was thinking?
did you just change the string 'apvlv' to 'zathura'?
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
All is well. At first I had just changed the string 'apvlv' to 'zathura'. But, as per your suggestion, I added the three lines of code you provided and it now works fine. Thanks again.
transcend to the fifth abode
Offline
In fact I made the same error xD Somewhere else in the app_default function, I use "nano" even though I define it nowhere.
Anyway, since this basic three-line definitions are so common, I made it optional. (So the thing you tried at first would have worked right away)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Colorschemes can be placed in ~/.ranger/colorschemes.
yes i have them placed there, but i can only make visible changes by changing the schemes in /usr/share/ranger/ranger/colorschemes
ᶘ ᵒᴥᵒᶅ
Offline
Thats weird. A __init__.py should be autogenerated inside ~/.ranger/colorschemes. Does that happen?
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Thats weird. A __init__.py should be autogenerated inside ~/.ranger/colorschemes. Does that happen?
yes, this is it's contents:
--snip--
fixed, i copied the entire colorschemes dir from /usr/share, but it seems i should have let out the __init file
Last edited by litemotiv (2010-03-17 09:50:02)
ᶘ ᵒᴥᵒᶅ
Offline
Well, a few days after my first touch with ranger, I really have to say, this thing is amazing! Never before I felt like "WOW!" that much when using a new discovered application. But your ranger is over the tops a really amazing piece of software. I mean it!
Hut ab, Respekt, weiter so! Lass dieses Projekt bitte nie sterben, das Teil ist einfach geil
Last edited by Army (2010-03-17 11:11:14)
Offline
This is so beautiful that it can make grown men cry. The documentation is outstanding too. I can only say what most people here have already said: amazing, classic, bye-bye mc (and all other attempts to find something similar).
Thank you!
Offline
I very much like it. I have edited apps.py to open all files using exo-open which i use for opening files in dmenufm.
Thank you.
Tamil is my mother tongue.
Offline
Thank you for the thank yous!
I very much like it. I have edited apps.py to open all files using exo-open which i use for opening files in dmenufm.
Can you share the changes? (via pastebin or email or...)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline