about summary refs log tree commit diff stats
path: root/transect
ModeNameSize
-rw-r--r--000organization.cc5855log stats plain blame
-rw-r--r--001help.cc10775log stats plain blame
-rw-r--r--002test.cc3140log stats plain blame
-rw-r--r--003trace.cc14844log stats plain blame
-rw-r--r--003trace.test.cc3817log stats plain blame
-rw-r--r--010vm.cc5885log stats plain blame
-rw-r--r--011load.cc6915log stats plain blame
-rw-r--r--Readme279log stats plain blame
-rwxr-xr-xbuild3249log stats plain blame
-rwxr-xr-xbuild_and_test_until402log stats plain blame
-rwxr-xr-xclean245log stats plain blame
-rw-r--r--compiler1016864log stats plain blame
-rw-r--r--compiler2636log stats plain blame
-rw-r--r--compiler32873log stats plain blame
-rw-r--r--compiler43133log stats plain blame
-rw-r--r--compiler51077log stats plain blame
-rw-r--r--compiler6982log stats plain blame
-rw-r--r--compiler71392log stats plain blame
-rw-r--r--compiler81599log stats plain blame
-rw-r--r--compiler912148log stats plain blame
-rw-r--r--ex3.k2386log stats plain blame
-rw-r--r--ex4.k2723log stats plain blame
-rw-r--r--ex5.k2598log stats plain blame
-rw-r--r--ex6.k2397log stats plain blame
-rw-r--r--ex7.k21312log stats plain blame
-rw-r--r--ex8.k2849log stats plain blame
-rw-r--r--factorial.k2371log stats plain blame
-rw-r--r--vimrc.vim1712log stats plain blame
mizing ranger"' href='/akspecs/ranger/commit/README?h=v1.9.0b2&id=306c76d8fbe649a0bf6c34a1fc446af6d2ec201b'>306c76d8 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^

45cf5174 ^
b34fd133 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^
45cf5174 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^

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
91
92
93
94
95
96
97
98
              
              
 






                                                                            
 

                                                                     
 


     
 
                                                         
                                                             
                                                       
                        
 





                                                                         
 

        
 
                                       

                                                       
                              
                                                                       
                                                         
                                

 










                                                 

               
 


                                                                      
 
                                                                  
 




                                                                          
 

                                                                       
 
 

                             
 


                                                                       
 
                                
 

                                                                          
 

                                                     
 
 

               
 
                                                                  
 

                                                                          
 

                                                                         
Ranger v.1.1.1
==============

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.


About
-----

* Author:          Roman Zimbelmann  <romanz@lavabit.com>
* Website:         http://savannah.nongnu.org/projects/ranger
* License:         GNU General Public License Version 3
* Version:         1.1.1

* Download URL of the newest stable version:
http://git.savannah.gnu.org/cgit/ranger.git/snapshot/ranger-stable.tar.gz

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


Features
--------

* Multi-column display (Miller Columns)
* Preview of the selected file/directory
* Common file operations (create/chmod/copy/delete/...)
* 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
------------

* A *nix-like operating system
* Python 2.6 or Python 3.1 with the curses module

Optional:
* The "file" program
* A pager ("less" by default)


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

Ranger can be started without installing.  Just run the executable (in
a terminal.)  The switch "--clean" will prevent it from creating or
accessing configuration files.

Follow the instructions in the INSTALL file for installing ranger.

After starting ranger, you should see 4 columns. The third one is the main
column, the directory where you're currently at.  To the left you see the
parent directories and to the right there's a preview of the object you're
pointing at.  Now use the Arrow Keys to navigate, Enter to open a file
or type Q to quit.

To customize ranger, copy the files from ranger/defaults/ to ~/.ranger/
and modify them according to your wishes.


Troubleshooting, Getting Help
-----------------------------

If you encounter an error, try running ranger with --debug.  This will
sometimes display more detailed information about the error.  Also, try
deactivating optimization:

PYTHONOPTIMIZE="" ranger --debug

Report bugs on savannah:  (please include as much information as possible)
http://savannah.nongnu.org/bugs/?func=additem&group=ranger

Ask questions on the mailing list:
http://lists.nongnu.org/mailman/listinfo/ranger-users


Further Reading
---------------

Check the man page for information on common features and hotkeys.

The most detailed manual is accessible by pressing "?" from inside ranger.
It is also available at ranger/help/, contained in the *.py files.

The file ranger/defaults/keys.py contains all key combinations, so that's
another place you may want to check out.