summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cheatsheet.svg71
1 files changed, 52 insertions, 19 deletions
diff --git a/doc/cheatsheet.svg b/doc/cheatsheet.svg
index a86c260a..cf7448e0 100644
--- a/doc/cheatsheet.svg
+++ b/doc/cheatsheet.svg
@@ -2135,7 +2135,7 @@
            x="214.44824"
            sodipodi:role="line">cut <tspan
    style="font-weight:bold"
-   id="tspan5698">(3)</tspan></tspan></text>
+   id="tspan5698">(3) (4)</tspan></tspan></text>
       <text
          sodipodi:linespacing="91.000003%"
          id="text4251-4-4-4"
@@ -3451,7 +3451,7 @@
            sodipodi:role="line"
            id="tspan8112">change<tspan
    style="font-weight:bold"
-   id="tspan5886"> (4)</tspan></tspan><tspan
+   id="tspan5886"> (5)</tspan></tspan><tspan
            style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
            y="719.45984"
            x="188.8291"
@@ -4127,12 +4127,12 @@
          y="588.75867"
          style="font-weight:bold;font-size:15px">Macros<tspan
    style="font-weight:normal;font-size:15px"
-   id="tspan5545"> can be used in commands. They are like global</tspan></tspan><tspan
+   id="tspan5545"> can be used in commands. They are like</tspan></tspan><tspan
          sodipodi:role="line"
          x="9.5532236"
          y="607.50867"
          style="font-weight:normal;font-size:15px"
-         id="tspan5547">variables which are matched to the current situation. </tspan></text>
+         id="tspan5547">global variables with dynamic content:</tspan></text>
     <text
        xml:space="preserve"
        style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -4259,14 +4259,14 @@
          style="font-weight:normal;font-size:15px"
          id="tspan5624">They can be escaped by replacing % with %%.</tspan></text>
     <rect
-       style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect5634"
        width="689"
-       height="228.99997"
+       height="289"
        x="430.5"
        y="572.86218"
        rx="2.1094199e-15"
-       ry="1.02696e-15" />
+       ry="1.0269601e-15" />
     <text
        xml:space="preserve"
        style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@@ -4278,17 +4278,21 @@
          x="433.52783"
          y="588.29724"
          style="font-size:15px"
-         id="tspan5642">(1) numbers can be used as a quantifier in various commands, for example 5j will move the</tspan><tspan
+         id="tspan5642"><tspan
+   style="font-weight:bold"
+   id="tspan6469">(1)</tspan> numbers can be used as a quantifier in various commands, for example 5j will move</tspan><tspan
          sodipodi:role="line"
          x="433.52783"
          y="607.04724"
          style="font-size:15px"
-         id="tspan5876">cursor down 5 by lines, 3&lt;space&gt; selects 3 files, 4&lt;TAB&gt; moves you to the 4th tab.</tspan><tspan
+         id="tspan5876">the cursor down 5 by lines, 3&lt;space&gt; selects 3 files, 4&lt;TAB&gt; moves you to the 4th tab.</tspan><tspan
          sodipodi:role="line"
          x="433.52783"
          y="625.79724"
          style="font-size:15px"
-         id="tspan5674">(2) the keys -, + and = change the permissions of files. See &quot;man chmod&quot;.</tspan><tspan
+         id="tspan5674"><tspan
+   style="font-weight:bold"
+   id="tspan6471">(2)</tspan> the keys -, + and = change the permissions of files. See &quot;man chmod&quot;.</tspan><tspan
          sodipodi:role="line"
          x="433.52783"
          y="644.54724"
@@ -4320,7 +4324,9 @@
          x="433.52783"
          y="700.79724"
          style="font-size:15px"
-         id="tspan5700">(3) yank, copy, paste: To copy files, select them with the cursor (or <tspan
+         id="tspan5700"><tspan
+   style="font-weight:bold"
+   id="tspan6473">(3)</tspan> yank, copy, paste: To copy files, select them with the cursor (or <tspan
    style="font-weight:bold"
    id="tspan5981">&lt;space&gt;</tspan>, in case of</tspan><tspan
          sodipodi:role="line"
@@ -4344,34 +4350,61 @@
    style="font-weight:bold"
    id="tspan5971">ya</tspan>) to <tspan
    style="font-style:italic"
-   id="tspan5979">add</tspan> files to the copy buffer, allowing you to copy from multiple directories.</tspan><tspan
+   id="tspan5979">add</tspan> files to the copy buffer, allowing you to copy from multiple folders.</tspan><tspan
          sodipodi:role="line"
          x="433.52783"
          y="757.04724"
          style="font-size:15px"
-         id="tspan5965">(4)<tspan
+         id="tspan6426"><tspan
    style="font-weight:bold"
-   id="tspan5967"> M&lt;key&gt;</tspan> changes the &quot;linemode&quot; - the way files are drawn. <tspan
+   id="tspan6475">(4) d </tspan>also starts the keybindings <tspan
    style="font-weight:bold"
-   id="tspan5657">Mf</tspan> draws just the file name,</tspan><tspan
+   id="tspan6432">dc</tspan> (calculate size of the content of a directory), <tspan
+   style="font-weight:bold"
+   id="tspan6442">du</tspan>/<tspan
+   style="font-weight:bold"
+   id="tspan6440">dU</tspan></tspan><tspan
          sodipodi:role="line"
          x="433.52783"
          y="775.79724"
          style="font-size:15px"
+         id="tspan6438">(calculate directory size with the &quot;du&quot; program), <tspan
+   style="font-weight:bold"
+   id="tspan6448">dD </tspan>(open the console with &quot;:delete&quot;)</tspan><tspan
+         sodipodi:role="line"
+         x="433.52783"
+         y="794.54724"
+         style="font-size:15px"
+         id="tspan5965"><tspan
+   style="font-weight:bold"
+   id="tspan6477">(5) M&lt;key&gt;</tspan> changes the <tspan
+   style="font-style:italic"
+   id="tspan6459">linemode</tspan> - the way files are drawn. <tspan
+   style="font-weight:bold"
+   id="tspan5657">Mf</tspan> draws just the file name,</tspan><tspan
+         sodipodi:role="line"
+         x="433.52783"
+         y="813.29724"
+         style="font-size:15px"
          id="tspan5645"><tspan
    style="font-weight:bold"
    id="tspan5647">Mp</tspan> draws permissions, <tspan
    style="font-weight:bold"
    id="tspan5649">Mi</tspan> draws file type information, <tspan
    style="font-weight:bold"
-   id="tspan5659">Mt</tspan> draws metadata, as defined with</tspan><tspan
+   id="tspan5659">Mt</tspan> draws metadata, as defined</tspan><tspan
          sodipodi:role="line"
          x="433.52783"
-         y="794.54724"
+         y="832.04724"
          style="font-size:15px"
-         id="tspan5989">the <tspan
+         id="tspan5989">with the <tspan
    style="font-weight:bold"
-   id="tspan5655">:meta</tspan> command. Add linemodes like /usr/share/doc/ranger/examples/plugin_linemode.py</tspan></text>
+   id="tspan5655">:meta</tspan> command. You can add custom linemodes as described in</tspan><tspan
+         sodipodi:role="line"
+         x="433.52783"
+         y="850.79724"
+         style="font-style:italic;font-size:15px"
+         id="tspan6483">/usr/share/doc/ranger/examples/plugin_linemode.py</tspan></text>
     <rect
        style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect5539-8"
>
efe2d7a3 ^
f0df3fa5 ^
a986e2bd ^

3fe38754 ^

6a8d5d23 ^
aad61455 ^
7a268c8b ^

efdc7b16 ^
1f62d7db ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
fc486c60 ^
c5450bd1 ^
7b04e507 ^
87db0130 ^
dd4a4145 ^
8f2f1767 ^
db1721dd ^
aea5cf92 ^
b624bd94 ^
69d1220f ^
bd8ef764 ^
9207e83c ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
01c89bb5 ^
66c5bb93 ^
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

       

                                      
                               
                                         
                                                    



       
                                                    
                                           
                                     
                                                                

                                                                  
                            
                                                               
                                                        
                                                        
                                       
                                 
                                                             
                                       
                                                  
                                                                        
                                             
                                                                      
                                                           
                                                           
                                        
                                                
                                                              
                                                                     
                                            
                                                  
                                                                          
                                         
                                                     

                                                                        

                                                              
                                                      
                                                      

                                                
                                                   
                                                



    
                                                           
                                                              
                                               
                                                                   
                                                                 
                                                              
                                                                              
                                                   
                                               
                                                                
                                                           
                                        
                                                          
                                                             
                                            
                                                     
                                                                                  
                                           
                                                              




                                                               
                                  
                                                                     
                                                                
                                                 
                                                           
                                              
                                                         
 
Console

   (X) #0   09/12/06  console commands
   (X) #1   09/12/06  quick find
   (X) #2   09/12/06  open with
   (X) #4   09/12/06  history for console
   (X) #13  09/12/27  display docstring of a command


General

   (X) #5   09/12/06  move code from fm into objects
   (X) #6   09/12/06  move main to __init__
   (X) #7   09/12/06  cooler titlebar
   (X) #8   09/12/17  Add operations to modify files/directories
   (X) #9   09/12/24  add a widget for managing running operations
   (X) #10  09/12/24  sorting
   (X) #11  09/12/27  filter
   (X) #12  09/12/27  jump through the list in a specific order
   (X) #14  09/12/29  make filelists inherit from pagers
   (X) #15  09/12/29  better way of running processes!!~
   (X) #16  10/01/01  list of bookmarks
   (X) #21  10/01/01  write help!
   (X) #22  10/01/03  add getopt options to change flags/mode
   (X) #29  10/01/06  add chmod command
   (X) #30  10/01/06  add a way to create symlinks
   (X) #32  10/01/08  place the (hidden) cursor to a meaningful position
   (X) #34  10/01/09  display free disk space
   (X) #35  10/01/09  display disk usage of files in current directory
   ( ) #36  10/01/11  help coloring is terribly inefficient
   (X) #37  10/01/13  better tab completion for OpenConsole
   ( ) #38  10/01/16  searching in pager
   (X) #39  10/01/17  flushinput not always good
   (X) #42  10/01/17  memorize directory for `` when using :cd
   (X) #43  10/01/18  internally treat the bookmarks ` and ' the same
   ( ) #44  10/01/18  more error messages :P
   (X) #47  10/01/19  less restricive auto preview
   (X) #48  10/01/19  abbreviate commands with first unambiguous substring
   ( ) #50  10/01/19  add more unit tests
   ( ) #51  10/01/21  remove directory.marked_items ?
   (X) #55  10/01/24  allow change of filename when pasting
          you're given the choice between overwriting or appending a "_"
   ( ) #56  10/01/30  warn before deleting mount points
   ( ) #57  10/01/30  warn before deleting unseen marked files
   (X) #58  10/02/04  change the title of the terminal
   (X) #61  10/02/09  show sum of size of marked files
   (X) #63  10/02/15  limit filesize in previews
   ( ) #64  10/02/25  scroll in previews
   (X) #66  10/02/28  explain how colorschemes work
   ( ) #70  10/03/14  mouse handler for titlebar


Bugs

   (X) #17  10/01/01  why do bookmarks disappear sometimes?
   (X) #18  10/01/01  fix notify widget (by adding a LogView?)
   (X) #19  10/01/01  resizing after pressing g
   (X) #23  10/01/04  stop dir loading with ^C -> wont load anymore
   (X) #25  10/01/06  directories sometimes dont reload correctly
   (X) #26  10/01/06  :delete on symlinks of directories fails
   (X) #31  10/01/06  ^C breaks cd-after-exit by stopping sourced shell script
   ( ) #40  10/01/17  freeze with unavailable sshfs
          Looks like I need threads for that...
   (X) #41  10/01/17  capital file extensions are not recognized
   (X) #46  10/01/19  old username displayed after using su
   (X) #49  10/01/19  fix unit tests :'(
   (X) #52  10/01/23  special characters in tab completion
   (X) #54  10/01/23  max_dirsize_for_autopreview not working
   ( ) #60  10/02/05  utf support improvable
   (X) #62  10/02/15  curs_set can raise an exception
   (X) #65  10/02/16  "source ranger ranger some/file.txt" shouldn't cd after exit
   ( ) #67  10/03/08  terminal title in tty
   (X) #69  10/03/11  tab-completion breaks with Apps subclass


Ideas

   ( ) #20  10/01/01  use inotify to monitor filesystem changes
   ( ) #24  10/01/06  progress bar
   (X) #27  10/01/06  hide bookmarks in list which contain hidden dir
   (X) #28  10/01/06  use regexp instead of string for searching
   ( ) #33  10/01/08  accelerate mousewheel speed
   ( ) #45  10/01/18  hooks for events like setting changes
   ( ) #53  10/01/23  merge fm and environment
   ( ) #68  10/03/10  threads, to seperate ui and loading