about summary refs log tree commit diff stats
path: root/themes/gruvbox
blob: a34f2001838144cedd6e9355db36eabd300cd6a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[colours]
bkgnd=Grey15
titlebar=Grey19
titlebar.text=Grey66
titlebar.brackets=Grey39
titlebar.unencrypted=IndianRed
titlebar.encrypted=Grey66
titlebar.untrusted=yellow
titlebar.trusted=Grey66
titlebar.online=DarkOliveGreen3
titlebar.offline=IndianRed
titlebar.away=Grey66
titlebar.chat=Grey66
titlebar.dnd=Grey66
titlebar.xa=Grey66

statusbar=Grey19
statusbar.text=Grey66
statusbar.time=Grey66
statusbar.brackets=Grey39
statusbar.active=Grey66
statusbar.current=Yellow
statusbar.new=bold_white
main.text=NavajoWhite1
main.text.me=NavajoWhite1
main.text.them=NavajoWhite1
main.splash=yellow
main.help.header=yellow
main.time=Grey66

input.text=NavajoWhite1
subscribed=DarkOliveGreen3
unsubscribed=IndianRed
otr.started.trusted=DarkOliveGreen3
otr.started.untrusted=yellow
otr.ended=IndianRed
otr.trusted=DarkOliveGreen3
otr.untrusted=yellow
online=DarkOliveGreen3
away=Grey39
chat=DarkOliveGreen3
dnd=IndianRed
xa=Grey39
offline=IndianRed
incoming=yellow
mention=yellow
trigger=yellow
typing=yellow
gone=yellow
error=IndianRed
roominfo=yellow
roommention=yellow
roommention.term=yellow
roomtrigger=yellow
roomtrigger.term=yellow
me=yellow
them=DarkOliveGreen3
roster.header=yellow
roster.chat=DarkOliveGreen3
roster.online=DarkOliveGreen3
roster.away=Grey39
roster.xa=Grey39
roster.dnd=IndianRed
roster.offline=IndianRed
roster.chat.active=DarkOliveGreen3
roster.online.active=DarkOliveGreen3
roster.away.active=Grey39
roster.xa.active=Grey39
roster.dnd.active=IndianRed
roster.offline.active=IndianRed
roster.chat.unread=DarkOliveGreen3
roster.online.unread=DarkOliveGreen3
roster.away.unread=Grey39
roster.xa.unread=Grey39
roster.dnd.unread=IndianRed
roster.offline.unread=IndianRed
roster.room=DarkOliveGreen3
roster.room.unread=DarkOliveGreen3
roster.room.mention=DarkOliveGreen3
roster.room.trigger=DarkOliveGreen3
occupants.header=yellow
receipt.sent=IndianRed
d8fa712849a21b2b1cdb96aec1'>^
e952d6cb ^
36e4e71e ^

4a383291 ^
78a7d762 ^
e952d6cb ^
78a7d762 ^
e952d6cb ^
4ea0f69a ^

7838675f ^


4a383291 ^

7838675f ^



755e7df1 ^
7838675f ^
500cf259 ^



bf14a7e7 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
              
              
 



                                                                            



                                                                           
 

                                                                     
 
 


















                                                                              

     
 

                                                                  
                                                       
 
                                            
                                             



                                            


                                                           
 








                                                              

        
 
                                       

                                                       
                                 
                              
                                                                       
                                                         
                                

 


            

                                                          



                             
                                                                     
 



                                                 
                                           
Ranger v.1.4.3
==============

Ranger is a free console file manager that gives you greater flexibility
and a good overview of your files without having to leave your *nix console.
It visualizes the directory tree in two dimensions: the directory hierarchy
on one, lists of files on the other, with a preview to the right so you know
where you'll be going.

The default keys are similar to those of Vim, Emacs and Midnight Commander,
though Ranger is easily controllable with just the arrow keys or the mouse.

The program is written in Python (2.6 or 3.1) and uses curses for the
text-based user interface.


Getting Started
---------------

Ranger can be started without installing:  Just run ranger.py.  If you want to
install it anyway, the INSTALL file contains instructions.

After starting ranger, you can use the Arrow Keys (or hjkl) to navigate, Enter
to open a file or type Q to quit.  The column on the right shows a preview of
the current file.  The second from the right is the main column and the others
show parent directories.

The manual page of ranger contains a documentation of rangers functions,
keybindings, commands and options.  You can access it by typing "?" in ranger,
running "man ranger" or view it online.

An easy way to customize ranger is running "ranger --copy-config=all"
and editing the new files in ~/.config/ranger/.


About
-----

* Authors:         Check the copyright notices in each source file
* Website:         http://ranger.nongnu.org/
* License:         GNU General Public License Version 3

* Download URL of the newest stable version:
http://ranger.nongnu.org/ranger-stable.tar.gz

* Git Clone URL:
git clone http://git.sv.gnu.org/r/ranger.git

* Bug report:
https://savannah.nongnu.org/bugs/?group=ranger&func=additem


Design Goals
------------

* An easily maintainable file manager in a high level language
* A quick way to switch directories and browse the file system
* Keep it small but useful, do one thing and do it well
* Console based, with smooth integration into the unix shell


Features
--------

* Multi-column display (Miller Columns)
* Preview of the selected file/directory
* Common file operations (create/chmod/copy/delete/...)
* Renaming multiple files at once
* VIM-like console and hotkeys
* Automatically determine file types and run them with correct programs
* Change the directory of your shell after exiting ranger
* Tabs, Bookmarks, Mouse support


Dependencies
------------

* Python 2.6, 2.7 or Python 3.1 with the curses module
(Later versions might work too, but 2.5 definitely won't.)

Optional:
* The "file" program
* A pager ("less" by default)
* The python module "chardet", in case of encoding detection problems

For scope.sh: (enhanced file previews)
* img2txt (from caca-utils) for previewing images
* highlight for syntax highlighting of code
* atool for previews of archives
* lynx or elinks for previews of html pages