93
93
< h1 id ="extras "> Extras</ h1 >
94
94
< h2 id ="file-manager-context-menu "> File Manager Context Menu</ h2 >
95
95
< h3 id ="macos "> macOS</ h3 >
96
- < ol >
96
+ < ol style =" list-style-type: decimal; " type =" 1 " >
97
97
< li > Open Automator.</ li >
98
98
< li > Create new Service.</ li >
99
99
< li >
@@ -115,7 +115,7 @@ <h3 id="macos">macOS</h3>
115
115
</ li >
116
116
</ ol >
117
117
< h3 id ="windows "> Windows</ h3 >
118
- < ol >
118
+ < ol style =" list-style-type: decimal; " type =" 1 " >
119
119
< li >
120
120
< p > Create a file < code > rummage.reg</ code > with the content from one of the entries below. Replace < code > <python_install_path></ code > with the
121
121
actual path to your Python directory (usually something like: < code > c:\Python35</ code > ). Remember to escape backslashes
@@ -169,7 +169,7 @@ <h3 id="linux">Linux</h3>
169
169
like to include the info here, please issue a pull request to update the documentation.</ p >
170
170
< h4 id ="ubuntu-nautilus-gnome "> Ubuntu Nautilus (Gnome)</ h4 >
171
171
< p > Paths might vary depending on Ubuntu version etc.</ p >
172
- < ol >
172
+ < ol style =" list-style-type: decimal; " type =" 1 " >
173
173
< li >
174
174
< p > Create an executable file called < code > Rummage Here...</ code > in < code > ~/.local/share/nautilus/scripts/</ code > with the following content
175
175
(RUMMAGE_PATH should be the binary created when installing rummage in Python which is usually
@@ -194,7 +194,7 @@ <h4 id="ubuntu-nautilus-gnome">Ubuntu Nautilus (Gnome)</h4>
194
194
</ ol >
195
195
< h4 id ="ubuntu-dolphin-kde "> Ubuntu Dolphin (KDE)</ h4 >
196
196
< p > At the time of writing, this was tested on KDE 5, so most of the commands are appended with '5'.</ p >
197
- < ol >
197
+ < ol style =" list-style-type: decimal; " type =" 1 " >
198
198
< li >
199
199
< p > To discover where you can store your context menu entries, run the following command:</ p >
200
200
< div class ="highlight "> < pre > < span > </ span > < code > facelessuser@facelessuser:~$ kf5-config --path services
@@ -233,7 +233,7 @@ <h4 id="ubuntu-dolphin-kde">Ubuntu Dolphin (KDE)</h4>
233
233
< h4 id ="ubuntu-thunar-xfce4 "> Ubuntu Thunar (XFCE4)</ h4 >
234
234
< p > In Ubuntu 18.04, XFCE4 uses Thunar. Thunar has a built in way of setting custom context menu items. This may or may not
235
235
apply to other distros.</ p >
236
- < ol >
236
+ < ol style =" list-style-type: decimal; " type =" 1 " >
237
237
< li >
238
238
< p > In Thunar, select < code > Edit > Configure Custom Actions...</ code > . You will be presented with the custom actions dialog.</ p >
239
239
< p > < img alt ="Thunar Custom Actions " src ="images/thunar-custom.png " /> </ p >
0 commit comments