about summary refs log tree commit diff stats
path: root/028call_return.cc
Commit message (Expand)AuthorAgeFilesLines
* 5001 - drop the :(scenario) DSLKartik Agaram2019-03-121-56/+78
* 4987 - support `browse_trace` tool in SubXKartik Agaram2019-02-251-8/+6
* 4264Kartik Agaram2018-06-171-0/+177
* 4259Kartik Agaram2018-06-161-177/+0
* 4258 - undo 4257Kartik Agaram2018-06-151-4/+0
* 4257 - abortive attempt at safe fat pointersKartik Agaram2018-06-151-0/+4
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-0/+1
* 4104Kartik K. Agaram2017-11-031-1/+1
* 4089Kartik K. Agaram2017-10-221-2/+2
* 4086 - back to cleaning up delimited continuationsKartik K. Agaram2017-10-181-1/+5
* 3877Kartik K. Agaram2017-05-261-3/+3
* 3841Kartik K. Agaram2017-04-271-3/+3
* 3664Kartik K. Agaram2016-11-101-1/+0
* 3656Kartik K. Agaram2016-11-101-0/+173
=36e4e71ee5643fc0b2c501956086434389ec5384'>36e4e71e ^
e952d6cb ^
9e89f023 ^
e952d6cb ^



9e89f023 ^


36e4e71e ^
20ab9343 ^








4ea0f69a ^

36e4e71e ^
e952d6cb ^
36e4e71e ^

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

7838675f ^








755e7df1 ^
7838675f ^
500cf259 ^



bf14a7e7 ^
500cf259 ^
7838675f ^
4ea0f69a ^

36e4e71e ^
e952d6cb ^


7582555b ^
e952d6cb ^
36e4e71e ^
e952d6cb ^




36e4e71e ^
a2853ab6 ^
e952d6cb ^
36e4e71e ^
6df94b8b ^
01c321b1 ^





6df94b8b ^
54717324 ^
d008817c ^


54717324 ^
d008817c ^
54717324 ^


01c321b1 ^

6df94b8b ^
01c321b1 ^

















6df94b8b ^
306c76d8 ^
e952d6cb ^

306c76d8 ^
e952d6cb ^


306c76d8 ^
e952d6cb ^
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
              
              
 



                                                                            



                                                                           
 

                                                                     
 


     
 

                                                                  
                                                       
 
                                            
                                             



                                            


                                                           
 








                                                              

        
 
                                       

                                                       
                              
                                                                       
                                                         
                                

 








                                                 
                                                                     
 



                                                 
                                           
 
 

               
 


                                                                      
 
                                                                  
 




                                                                          
 
                                                                              
                                         
 
 





                                                                 
 
                    


                                                                              
    
                   


                             

                                                                              
                                                            

















                                                                              
 
 

                             
 


                                                                       
 
                                
 

                                                                          
 

                                                     
 
 

               
 
                                                                  
 

                                                                          
 

                                                                         
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.


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/...)
* 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)
* 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


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 ~/.config/ranger/
and modify them according to your wishes.


Combine Ranger With Other Applications
--------------------------------------

1. bash:

Add this to your ~/.bashrc to use ranger as a directory switcher:

function ranger-cd {
  ranger --choosedir=/tmp/chosen
  if [ -f /tmp/chosen -a "$(cat /tmp/chosen)" != "$(pwd | tr -d "\n")" ]; then
    cd "$(cat /tmp/chosen)"
  fi
  rm -f /tmp/chosen
}
bind '"\C-o":"ranger-cd\C-m"'

Now when you run ranger-cd, browse and quit, the directory of the bash process
you started ranger in will change to the last directroy in ranger.
To change back to the previous directory, you can type: cd -
Also, the line with "bind" will map the key <CTRL-O> to start ranger.

2. vim:

Add this function to your ~/.vimrc:

fun Ranger()
  silent !ranger --choosefile=/tmp/chosen
  if filereadable('/tmp/chosen')
    exec 'edit ' . system('cat /tmp/chosen')
    call system('rm /tmp/chosen')
  endif
  redraw!
endfun
map <leader>r :call Ranger()

This starts ranger when you type <leader>r (usually \r) and if you open a file
in ranger it will be opened in the original vim process.


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.