summary refs log tree commit diff stats
path: root/doc/ranger.pod
Commit message (Expand)AuthorAgeFilesLines
...
* doc/ranger.1: typohut2012-12-041-1/+1
* doc/ranger.1: add a warning about overwriting hookshut2012-12-041-2/+5
* updated man page, improved hookshut2012-12-041-34/+69
* update documentation for commandshut2012-12-041-22/+76
* update documentation for options, plugins and exampleshut2012-12-041-80/+57
* renamed ranger/defaults to ranger/confighut2012-08-021-3/+3
* Added $RANGER_LEVEL environment variable (see man page)hut2012-03-051-0/+13
* Removed unnecessary spaceshut2012-03-051-1/+1
* ranger.1: fix vim script "RangerChooser" when no file is openedhut2012-02-211-1/+1
* ranger.1: Added entry for --list-tagged-fileshut2012-02-121-0/+5
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-121-0/+5
* new :relink commandM Rawash2012-01-271-0/+4
* Added doc for TERMCMD and integrated it in commands.pyhut2012-01-181-0/+7
* Added documentation for new flagsM Rawash2011-12-111-0/+5
* core.main: added --selectfile optionDavid Pugnasse2011-10-241-0/+4
* core.actions: added --choosefiles option + dochut2011-10-211-1/+7
* fixed some documentationhut2011-10-101-3/+4
* Revert "ranger.1: added doc for --dont-copy-config"hut2011-10-091-3/+4
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-081-3/+3
* Updated man pagehut2011-10-081-12/+6
* ranger.1: added doc for --dont-copy-confighut2011-10-081-4/+3
* Write "ranger" with a lowercase "r"hut2011-10-081-2/+2
* updated manpage and config_examples/rc.confhut2011-10-081-0/+3
* general updateshut2011-10-081-4/+9
* manpage: updatehut2011-10-051-17/+18
* defaults/commands: added cunmap, punmap, tunmaphut2011-10-051-0/+38
* doc/ranger.1: updated manpagehut2011-10-011-28/+53
* Extended rc.confhut2011-09-301-2/+3
* doc/ranger.1: added missing documentationhut2011-09-291-8/+135
* core.main: added --list-unused-keys optionhut2011-09-291-0/+6
* another correction of the bash wrapper scriptshut2011-09-281-1/+2
* sanitized bash wrapper scripts, reformulated BUGS section in manualhut2011-09-281-7/+6
* improved bash wrappers in ranger.py and man pagehut2011-09-281-9/+11
* documented and improved DaPangus' changeshut2011-09-251-3/+2
* extended manpage and fixed {load,save}_copy_buffer commandshut2011-09-251-21/+27
* defaults.commands.py: added :bulkrename command from wikihut2011-09-251-0/+9
* doc/ranger.pod: extended the man pagehut2011-09-241-58/+461
* Overhauled manpage. It's in POD format now.hut2011-09-241-0/+414
/a> ^
363685b8 ^
72c4fb2d ^
6aea156e ^
249a5672 ^
72c4fb2d ^

22a4c1d3 ^
363685b8 ^
22a4c1d3 ^
72c4fb2d ^
22a4c1d3 ^
a11d9c4a ^
72c4fb2d ^

22a4c1d3 ^
a11d9c4a ^
72c4fb2d ^

22a4c1d3 ^
a11d9c4a ^
72c4fb2d ^

22a4c1d3 ^
a11d9c4a ^
72c4fb2d ^

22a4c1d3 ^
249a5672 ^
39f77cc5 ^

249a5672 ^
22a4c1d3 ^
72c4fb2d ^
22a4c1d3 ^
72c4fb2d ^
22a4c1d3 ^
72c4fb2d ^
39f77cc5 ^
249a5672 ^
72c4fb2d ^
22a4c1d3 ^

39f77cc5 ^
a11d9c4a ^
22a4c1d3 ^

22b30692 ^
363685b8 ^
22b30692 ^





363685b8 ^
22b30692 ^




363685b8 ^
22b30692 ^



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