-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
498 lines (487 loc) · 48.7 KB
/
Copy pathindex.html
File metadata and controls
498 lines (487 loc) · 48.7 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Dual-pane Mac file manager with a classic design, built for power users. Includes file search, batch renaming, terminal emulator, ZIP, 7z, RAR, tar, gzip, FTP, SFTP, WebDAV, and more.">
<meta name="author" content="Michael Kazakov">
<title>Advanced file manager for Mac - Nimble Commander</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<style>
.showcase_image {
display: none;
}
</style>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<a href=".">
<h1>Nimble Commander</h1>
</a>
</div>
<nav id="header_links">
<ul>
<li><a href="download/">Download</a></li>
<li><a href="whats-new/">What's new</a></li>
<li><a href="support/">Support</a></li>
<li><a href="https://github.com/mikekazakov/nimble-commander">Source</a></li>
<li><a href="https://github.com/mikekazakov/nimble-commander/discussions">Discussions</a></li>
</ul>
</nav>
</div>
</header>
<div id="header_fix_space"></div>
<section>
<div id="showcase">
<div class="container">
<h1 id="showcase_title">Nimble Commander</h1>
<h1 id="showcase_slogan">Dual-pane file manager<br>with classic design.<br>Free and open source</h1>
<p>Familiar Mac swiftness, charged for power users:<br>
• Software developers<br>
• System administrators<br>
• IT professionals and enthusiasts</p>
<div class="showcase_images">
<img class="showcase_image" src="img/Screenshot-1.png" srcset="img/Screenshot-1@2x.png 2x" alt="Nimble Commander's UI">
<img class="showcase_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="img/Screenshot-2.png" srcset="img/Screenshot-2@2x.png 2x"
alt="Item selection and filtering">
<img class="showcase_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="img/Screenshot-3.png" srcset="img/Screenshot-3@2x.png 2x"
alt="Custom file search">
<img class="showcase_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="img/Screenshot-4.png" srcset="img/Screenshot-4@2x.png 2x"
alt="Using regular tools to edit remote files">
<img class="showcase_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="img/Screenshot-5.png" srcset="img/Screenshot-5@2x.png 2x"
alt="Overlapped terminal and temporary panel">
<img class="showcase_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="img/Screenshot-6.png" srcset="img/Screenshot-6@2x.png 2x"
alt="Classic monospaced presentation mode">
<img class="showcase_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="img/Screenshot-7.png" srcset="img/Screenshot-7@2x.png 2x"
alt="Built-in terminal emulator">
<button class="showcase_image_button showcase_image_button_left"
onclick="showPrevGalleryImage()">❮</button>
<button class="showcase_image_button showcase_image_button_right"
onclick="showNextGalleryImage()">❯</button>
</div>
<a href="downloads/releases/nimble-commander.dmg"
class="download_primary hrefbutton_common">DOWNLOAD</a>
</div>
</div>
</section>
<section>
<div id="product_focus">
<div class="container ">
<h2 class="section_header">Product Focus</h2>
<div class="focus">
<div class="focus_icon">
<h4>Performance</h4>
<svg class="focus_icons" width="12.141mm" height="19.844mm" version="1.1" viewBox="0 0 12.141 19.844" xmlns="http://www.w3.org/2000/svg">
<path d="m3.5817 19.609 8.3822-10.693q0.17693-0.21423 0.17693-0.39916 0-0.12476-0.08775-0.22209-0.08773-0.097325-0.26412-0.097325h-5.3913l2.8847-7.5706q0.10849-0.29173-0.0040878-0.46285-0.11255-0.17115-0.32867-0.16417-0.21614 0.0069517-0.39924 0.23403l-8.3737 10.693q-0.17693 0.21423-0.17693 0.39914 0 0.12479 0.087754 0.22211 0.087729 0.09732 0.26412 0.09732h5.3827l-2.8762 7.5703q-0.10849 0.29173 0.00409 0.46285 0.11255 0.17114 0.32433 0.16417 0.21181-7e-3 0.39488-0.23405zm0.38247-1.4678 2.9192-7.2678h-5.6123l7.0462-9.0904-0.14396-0.081144-2.9158 7.2678h5.6003l-7.0374 9.0904z" stroke-width=".24478"/>
</svg>
</div>
<p>Nimble Commander is built with efficiency in mind to ensure the minimum consumption of system resources. Written mostly in C++, it provides blazing performance and instantaneous user interface response. For instance, handling dozens of windows and tabs is no big deal.</p>
</div>
<hr>
<div class="focus">
<div class="focus_icon">
<h4>Keyboard-centric</h4>
<svg class="focus_icons" width="19.844mm" height="12.32mm" version="1.1" viewBox="0 0 19.844 12.32" xmlns="http://www.w3.org/2000/svg">
<path d="m2.2319 12.32h15.38q1.1033 0 1.6676-0.56879 0.56429-0.56879 0.56429-1.6544v-7.8764q0-1.0856-0.56429-1.653-0.56433-0.56736-1.6676-0.56736h-15.38q-1.1063 0-1.6691 0.55993-0.56285 0.55996-0.56285 1.6604v7.8764q0 1.1005 0.56285 1.6618 0.56283 0.56136 1.6691 0.56136zm0.020624-0.69897q-0.76594 0-1.1598-0.39244-0.39384-0.39244-0.39384-1.167v-7.8032q0-0.77455 0.39384-1.167 0.39386-0.39244 1.1598-0.39244h15.339q0.74359 0 1.1486 0.39244 0.40496 0.39244 0.40496 1.167v7.8032q0 0.77455-0.40496 1.167-0.40503 0.39244-1.1486 0.39244zm0.79441-7.436h0.63326q0.33908 0 0.33908-0.34206v-0.63324q0-0.34206-0.33908-0.34206h-0.63326q-0.34205 0-0.34205 0.34206v0.63324q0 0.34206 0.34205 0.34206zm2.6025 0h0.63324q0.33911 0 0.33911-0.34206v-0.63324q0-0.34206-0.33911-0.34206h-0.63324q-0.34206 0-0.34206 0.34206v0.63324q0 0.34206 0.34206 0.34206zm2.6025 0h0.63325q0.3391 0 0.3391-0.34206v-0.63324q0-0.34206-0.3391-0.34206h-0.63325q-0.34206 0-0.34206 0.34206v0.63324q0 0.34206 0.34206 0.34206zm2.6025 0h0.63325q0.3391 0 0.3391-0.34206v-0.63324q0-0.34206-0.3391-0.34206h-0.63325q-0.34206 0-0.34206 0.34206v0.63324q0 0.34206 0.34206 0.34206zm2.6025 0h0.63326q0.33911 0 0.33911-0.34206v-0.63324q0-0.34206-0.33911-0.34206h-0.63326q-0.34205 0-0.34205 0.34206v0.63324q0 0.34206 0.34205 0.34206zm2.6025 0h0.63326q0.33911 0 0.33911-0.34206v-0.63324q0-0.34206-0.33911-0.34206h-0.63326q-0.34204 0-0.34204 0.34206v0.63324q0 0.34206 0.34204 0.34206zm-13.012 2.6025h0.63326q0.33908 0 0.33908-0.34204v-0.63326q0-0.34204-0.33908-0.34204h-0.63326q-0.34205 0-0.34205 0.34204v0.63326q0 0.34204 0.34205 0.34204zm2.6025 0h0.63324q0.33911 0 0.33911-0.34204v-0.63326q0-0.34204-0.33911-0.34204h-0.63324q-0.34206 0-0.34206 0.34204v0.63326q0 0.34204 0.34206 0.34204zm2.6025 0h0.63325q0.3391 0 0.3391-0.34204v-0.63326q0-0.34204-0.3391-0.34204h-0.63325q-0.34206 0-0.34206 0.34204v0.63326q0 0.34204 0.34206 0.34204zm2.6025 0h0.63325q0.3391 0 0.3391-0.34204v-0.63326q0-0.34204-0.3391-0.34204h-0.63325q-0.34206 0-0.34206 0.34204v0.63326q0 0.34204 0.34206 0.34204zm2.6025 0h0.63326q0.33911 0 0.33911-0.34204v-0.63326q0-0.34204-0.33911-0.34204h-0.63326q-0.34205 0-0.34205 0.34204v0.63326q0 0.34204 0.34205 0.34204zm2.6025 0h0.63326q0.33911 0 0.33911-0.34204v-0.63326q0-0.34204-0.33911-0.34204h-0.63326q-0.34204 0-0.34204 0.34204v0.63326q0 0.34204 0.34204 0.34204zm-13.012 2.6025h0.63326q0.33908 0 0.33908-0.34204v-0.63326q0-0.34204-0.33908-0.34204h-0.63326q-0.34205 0-0.34205 0.34204v0.63326q0 0.34204 0.34205 0.34204zm2.6285 0h8.3858q0.36804 0 0.36804-0.36814v-0.57833q0-0.37087-0.36804-0.37087h-8.3858q-0.36804 0-0.36804 0.37087v0.57833q0 0.36814 0.36804 0.36814zm10.384 0h0.63326q0.33911 0 0.33911-0.34204v-0.63326q0-0.34204-0.33911-0.34204h-0.63326q-0.34204 0-0.34204 0.34204v0.63326q0 0.34204 0.34204 0.34204z" stroke-width=".2115"/>
</svg>
</div>
<p>Following the strong traditions of orthodox dual-panel file managers, Nimble Commander provides quick keyboard access to file management operations. To save your time, there are keyboard shortcuts for more than a hundred actions.</p>
</div>
<hr>
<div class="focus">
<div class="focus_icon">
<h4>Flexibility</h4>
<svg class="focus_icons" width="19.844mm" height="19.833mm" version="1.1" viewBox="0 0 19.844 19.833" xmlns="http://www.w3.org/2000/svg">
<path d="m8.9543 19.833h1.9316q0.45476 0 0.76382-0.25089 0.30906-0.25089 0.41722-0.71289l0.43863-1.9014 0.60736-0.22287 1.6479 1.0381q0.40102 0.26171 0.79547 0.21476 0.39444-0.04695 0.7186-0.37462l1.3535-1.3502q0.33655-0.3188 0.37739-0.71592 0.04084-0.39712-0.21199-0.80353l-1.0416-1.6425 0.22288-0.60588 1.9014-0.43863q0.46202-0.11152 0.71464-0.42058 0.25265-0.30906 0.25265-0.76046v-1.9179q0-0.46011-0.2509-0.7665-0.2509-0.30636-0.7164-0.41452l-1.8945-0.44549-0.22636-0.60924 1.0416-1.6426q0.25283-0.40638 0.21199-0.80345-0.04084-0.39704-0.37724-0.71933l-1.3537-1.3502q-0.32419-0.32767-0.71687-0.37288-0.39269-0.045193-0.79371 0.21302l-1.6513 1.0347-0.61072-0.22636-0.43863-1.9014q-0.10816-0.46199-0.41722-0.71289-0.30906-0.25088-0.76382-0.25088h-1.9316q-0.45476 0-0.76214 0.25088-0.30739 0.2509-0.4154 0.71289l-0.43863 1.9014-0.62293 0.22636-1.6515-1.0347q-0.40103-0.25821-0.79196-0.21302-0.39094 0.045218-0.7186 0.37288l-1.3502 1.3502q-0.33638 0.32228-0.37721 0.71933-0.040861 0.39707 0.21199 0.80345l1.0382 1.6426-0.22651 0.60924-1.8856 0.44549q-0.462 0.10816-0.71289 0.41452-0.25089 0.30638-0.25089 0.7665v1.9179q0 0.4514 0.25257 0.76046 0.25257 0.30906 0.71122 0.42058l1.8925 0.43863 0.22301 0.60588-1.0382 1.6425q-0.26507 0.40641-0.21813 0.80353 0.04697 0.39712 0.3835 0.71592l1.3502 1.3502q0.3188 0.32767 0.71585 0.37462 0.39704 0.04696 0.79807-0.21476l1.6513-1.0381 0.61625 0.22287 0.43863 1.9014q0.10801 0.462 0.4154 0.71289 0.30739 0.25089 0.76214 0.25089zm0.10075-0.81022q-0.43528 0-0.52126-0.41418l-0.52864-2.2906q-0.34136-0.10464-0.67784-0.23181-0.33645-0.12716-0.61898-0.26795l-1.9831 1.2464q-0.35103 0.24396-0.67924-0.080746l-1.2059-1.2092q-0.30711-0.30027-0.068377-0.67053l1.2396-1.9883q-0.11838-0.27043-0.2533-0.60691-0.13495-0.33645-0.23961-0.67769l-2.2939-0.52529q-0.41417-0.091337-0.41417-0.52126v-1.7232q0-0.43528 0.41417-0.52476l2.2904-0.52178q0.10466-0.35158 0.24311-0.69149 0.13843-0.33988 0.24644-0.59997l-1.2362-1.9849q-0.23861-0.3701 0.064997-0.67721l1.2094-1.2025q0.32471-0.32121 0.6826-0.080746l1.9762 1.2363q0.28267-0.13395 0.62591-0.26452 0.34324-0.1306 0.68112-0.23525l0.52529-2.2904q0.085979-0.41432 0.52126-0.41432h1.7336q0.43513 0 0.52126 0.41432l0.52514 2.2973q0.36247 0.10466 0.68838 0.2335 0.32594 0.12882 0.60323 0.26292l1.9829-1.2398q0.35789-0.24046 0.6826 0.080746l1.2094 1.2025q0.3036 0.30711 0.06502 0.67721l-1.2396 1.9849q0.12559 0.26009 0.26129 0.59562 0.13568 0.33553 0.23698 0.69584l2.285 0.52178q0.4197 0.089484 0.4197 0.52476v1.7232q0 0.42992-0.4197 0.52126l-2.2886 0.52529q-0.10115 0.3501-0.23172 0.68215-0.1306 0.33202-0.2699 0.60245l1.2431 1.9883q0.2351 0.37026-0.06853 0.67053l-1.2059 1.2092q-0.32822 0.32471-0.67924 0.08075l-1.9864-1.2464q-0.27378 0.14079-0.59972 0.26795-0.32591 0.12717-0.68838 0.23181l-0.52514 2.2906q-0.08613 0.41418-0.52126 0.41418zm0.87391-5.4423q1.0025 0 1.8338-0.4995 0.83132-0.49947 1.3308-1.3352 0.4995-0.83575 0.4995-1.8382 0-1.0025-0.4995-1.826-0.49947-0.82353-1.3308-1.323-0.83132-0.49947-1.8338-0.49947-1.0025 0-1.8365 0.49947-0.834 0.4995-1.3352 1.323-0.50125 0.82353-0.50125 1.826 0 1.0113 0.50125 1.8427 0.50125 0.83132 1.3308 1.3308 0.82957 0.4995 1.8409 0.4995zm0-0.80688q-0.78442 0-1.4314-0.39221-0.64692-0.39221-1.0374-1.0408-0.39046-0.6486-0.39046-1.433 0-0.77223 0.39046-1.4165 0.39048-0.64424 1.0418-1.0347 0.65138-0.39048 1.4269-0.39048 0.77208 0 1.4191 0.39048 0.64699 0.39046 1.0375 1.0347 0.39048 0.64424 0.39048 1.4165 0 0.78445-0.39048 1.433-0.39046 0.64862-1.0375 1.0408-0.64702 0.39221-1.4191 0.39221z" stroke-width=".25038"/>
</svg>
</div>
<p>Nimble Commander is designed to be flexible and comfortable for a vast range of uses. Colors, sizes, fonts, presentation types, filename trimming, quick search behavior, external tools, terminal emulator position, hotkeys layout – you can customize all of that.</p>
</div>
</div>
</div>
</section>
<section>
<div id="features">
<div class="container">
<h2 class="section_header">Major Features</h2>
<div class="features_row">
<div class="feature">
<svg class="features_icons" id="svg2477" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m0.21349 6.765q0 1.3567 0.51296 2.5418 0.51295 1.1849 1.4153 2.0914 0.9024 0.90642 2.0858 1.4138 1.1835 0.5074 2.5434 0.5074 1.1519 0 2.188-0.3766 1.0361-0.3766 1.874-1.0473l4.7717 4.783q0.08956 0.09444 0.20843 0.14408 0.11886 0.04965 0.25292 0.04965 0.30427 0 0.479-0.19783 0.17475-0.19783 0.17475-0.47018 0-0.12904-0.04721-0.24237-0.04722-0.11333-0.13557-0.21263l-4.7655-4.7686q0.72615-0.852 1.136-1.9341 0.40987-1.0821 0.40987-2.2814 0-1.352-0.50899-2.5354-0.50897-1.1834-1.4098-2.0898-0.90088-0.90642-2.0898-1.4154-1.1889-0.50899-2.5378-0.50899-1.3599 0-2.5434 0.50899-1.1835 0.50899-2.0858 1.4154-0.90238 0.90642-1.4153 2.0898-0.51296 1.1834-0.51296 2.5354zm0.77353 0q0-1.1888 0.4502-2.235 0.45018-1.0461 1.2474-1.8419 0.7973-0.79571 1.8434-1.2475 1.0461-0.45176 2.2429-0.45176 1.1888 0 2.2332 0.45176 1.0445 0.45179 1.8419 1.2475 0.7973 0.79571 1.2491 1.8419 0.45179 1.0461 0.45179 2.235 0 1.1966-0.45179 2.2412-0.45179 1.0446-1.2491 1.8419-0.7973 0.79728-1.8419 1.249-1.0446 0.45179-2.2332 0.45179-1.1967 0-2.2429-0.45179-1.0461-0.45176-1.8434-1.249-0.7973-0.79723-1.2474-1.8419-0.4502-1.0446-0.4502-2.2412z" stroke-width=".2271"/>
</svg>
<h4>File Search</h4>
<p>Locate items by their attributes or content by using custom search or with Spotlight. You can feed search results to a panel and manipulate items as if they were in a regular directory.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m8.481 12.55q1.429 0 2.6808-0.41315 1.2518-0.41315 2.2657-1.0656 1.0139-0.65245 1.741-1.3745 0.72713-0.72209 1.1194-1.358 0.39239-0.63591 0.39239-1.0055 0-0.37172-0.39516-1.0066t-1.1251-1.3569q-0.73002-0.72209-1.7468-1.3745-1.0168-0.65244-2.2629-1.0656-1.2461-0.41315-2.6693-0.41315-1.4223 0-2.6662 0.41315-1.2439 0.41315-2.2617 1.0656-1.0178 0.65245-1.7501 1.3745-0.73225 0.72207-1.1296 1.3569-0.39733 0.63483-0.39733 1.0066 0 0.36955 0.39444 1.0055 0.39446 0.63592 1.1239 1.358 0.72942 0.72207 1.7444 1.3745 1.015 0.65245 2.2646 1.0656 1.2496 0.41315 2.6776 0.41315zm0-0.57399q-1.3127 0-2.4635-0.38176-1.1507-0.38175-2.0914-0.97686-0.94065-0.59509-1.6175-1.2447-0.67685-0.64956-1.0424-1.2032-0.36557-0.55367-0.36557-0.83626 0-0.26925 0.36557-0.81846 0.36559-0.54922 1.0424-1.2038 0.67687-0.65462 1.6175-1.2542 0.94067-0.59959 2.0914-0.98864 1.1507-0.38904 2.4635-0.38904 1.3071 0 2.4577 0.38904 1.1507 0.38904 2.0914 0.98864 0.9407 0.59959 1.6176 1.2542 0.67692 0.65462 1.0414 1.2038 0.36443 0.54922 0.36443 0.81846 0 0.28259-0.36443 0.83626-0.36443 0.55367-1.0414 1.2032-0.67687 0.64956-1.6176 1.2447-0.94072 0.59511-2.0914 0.97686-1.1507 0.38176-2.4577 0.38176zm0-1.1699q0.95338 0 1.746-0.47339 0.7926-0.47338 1.2666-1.2642 0.47399-0.79082 0.47399-1.7353 0-0.96481-0.47399-1.7545t-1.2666-1.254q-0.79262-0.4643-1.746-0.4643-0.9705 0-1.7642 0.4643-0.79369 0.46432-1.262 1.254-0.46829 0.78973-0.46261 1.7545 0.00793 0.94451 0.4762 1.7353 0.46829 0.79082 1.2552 1.2642 0.78688 0.47339 1.7574 0.47339zm0.00575-2.4103q-0.44639 0-0.76531-0.31208-0.31892-0.31206-0.31892-0.75052 0-0.44639 0.31892-0.75562 0.31892-0.30923 0.76531-0.30923 0.44064 0 0.7527 0.30923 0.31208 0.30923 0.31208 0.75562 0 0.43846-0.31208 0.75052-0.31206 0.31208-0.75269 0.31208z" stroke-width=".16255"/>
</svg>
<h4>File Viewer</h4>
<p>The built-in file viewer can show content in a textual or hexadecimal representation. If the file is large, only a tiny part of it will be loaded into the memory, which enables you to handle even multi-gigabyte files.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m1.6424 14.072q0.14577 0 0.23256-0.06952 0.086776-0.06954 0.14376-0.23048l1.3316-3.4734h5.0217l1.3246 3.4734q0.05696 0.16095 0.1437 0.23049 0.08673 0.06952 0.23248 0.06952 0.15978 0 0.25422-0.08679 0.09446-0.08679 0.09446-0.24387 0-0.09741-0.04866-0.22386l-4.0337-10.428q-0.06516-0.16485-0.17888-0.25655-0.1137-0.091702-0.29547-0.091702-0.35117 0-0.47598 0.34556l-4.0408 10.433q-0.048651 0.11554-0.048651 0.22386 0 0.15707 0.091698 0.24252 0.091703 0.08544 0.25146 0.08544zm1.9234-4.4002 2.2819-5.9744h0.034965l2.2749 5.9744zm7.9024 6.6318h4.5262q0.30478 0 0.30478-0.27457 0-0.26031-0.30478-0.26031h-1.963v-14.374h1.963q0.30478 0 0.30478-0.26582 0-0.26463-0.30478-0.26463h-4.5262q-0.29764 0-0.29764 0.26463 0 0.26582 0.29764 0.26582h1.9603v14.374h-1.9603q-0.29764 0-0.29764 0.26031 0 0.27457 0.29764 0.27457z" stroke-width=".20106"/>
</svg>
<h4>Batch Renaming</h4>
<p>You can easily mass-rename files based on sophisticated patterns by using this feature. The Batch Rename tool allows you to decompose filenames, insert date & time, search & replace, define counters, and transform the letter case.</p>
</div>
</div>
<hr>
<div class="features_row">
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m3.0857 7.3605q-0.13041 0.080156-0.1502 0.19254-0.019786 0.11238 0.039628 0.2105 0.059414 0.098115 0.17052 0.13109 0.11112 0.032972 0.24005-0.052181l2.1051-1.3339q0.12783-0.077564 0.16622-0.20746 0.038411-0.12988-0.0044994-0.26173-0.042892-0.13183-0.16172-0.20289l-2.1051-1.3313q-0.12893-0.087765-0.24326-0.053543-0.11433 0.034222-0.17374 0.12784-0.059414 0.093602-0.036419 0.21053 0.023013 0.11693 0.15342 0.19448l1.9424 1.1893zm2.7985 0.64365q0 0.11757 0.077283 0.19373 0.077264 0.076146 0.18956 0.076146h2.6832q0.11883 0 0.19611-0.076146 0.077283-0.076165 0.077283-0.19373 0-0.12029-0.077283-0.19515-0.077283-0.074841-0.19611-0.074841h-2.6832q-0.1123 0-0.18956 0.074841-0.077283 0.074859-0.077283 0.19515zm-3.6736 6.8126h12.512q0.96709 0 1.4565-0.5016 0.48944-0.5016 0.48944-1.4589v-8.7791q0-0.95726-0.48944-1.4589-0.48942-0.5016-1.4565-0.5016h-12.512q-0.96204 0-1.454 0.49505-0.49196 0.49503-0.49196 1.4654v8.7791q0 0.97036 0.49196 1.4654 0.49195 0.49504 1.454 0.49504zm0.018016-0.61893q-0.66779 0-1.0112-0.34604-0.34337-0.34604-0.34337-1.0264v-8.7173q0-0.68297 0.34337-1.0277 0.34339-0.34472 1.0112-0.34472h12.476q0.64828 0 1.0014 0.34472 0.35313 0.34474 0.35313 1.0277v8.7173q0 0.68037-0.35313 1.0264-0.35315 0.34604-1.0014 0.34604z" stroke-width=".18545"/>
</svg>
<h4>Terminal Emulator</h4>
<p>You can open the built-in UNIX terminal emulator in one click. It will use the same window. When you navigate within panels or by using the plain “cd” command, the shell and the panel always stay in sync. You can also use an overlapped terminal simultaneously with file panels.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m3.7337 15.875h9.4737q1.1193 0 1.7059-0.57778 0.5866-0.57778 0.5866-1.6737v-8.9552h-0.72929v8.9607q0 0.75944-0.41443 1.1566t-1.1661 0.39711h-9.4469q-0.77793 0-1.1807-0.39711-0.40276-0.39711-0.40276-1.1566v-8.9607h-0.72148v8.9552q0 1.1036 0.58424 1.6775 0.58422 0.57393 1.7112 0.57393zm1.8378-7.6259h5.801q0.21812 0 0.33925-0.13087 0.12113-0.13087 0.12113-0.34897v-0.23033q0-0.22554-0.12113-0.35496-0.12113-0.12942-0.33925-0.12942h-5.801q-0.22582 0-0.34695 0.12942-0.12113 0.12942-0.12113 0.35496v0.23033q0 0.2181 0.12113 0.34897 0.12113 0.13087 0.34695 0.13087zm-4.0234-3.2667h13.837q0.61253 0 0.94805-0.36185 0.3355-0.36185 0.3355-0.95808v-1.2842q0-0.59318-0.3355-0.95656-0.33552-0.36338-0.94805-0.36338h-13.837q-0.59265 0-0.9381 0.36338-0.34547 0.36338-0.34547 0.95656v1.2842q0 0.59623 0.33942 0.95808 0.33942 0.36185 0.94414 0.36185zm0.10988-0.68927q-0.32799 0-0.49608-0.18488-0.16807-0.18485-0.16807-0.50826v-1.164q0-0.32339 0.16807-0.50439 0.16809-0.18103 0.49608-0.18103h13.62q0.32799 0 0.49696 0.18103 0.16897 0.181 0.16897 0.50439v1.164q0 0.32341-0.16897 0.50826-0.16897 0.18488-0.49696 0.18488z" stroke-width=".21912"/>
</svg>
<h4>Archives Handling</h4>
<p>With Nimble Commander, you can browse archive files like regular folders, and access separate items within them without unpacking the whole data. Compression into Zip archives is supported, too.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m8.4652 16.22q0.76682 0 1.465-0.55015 0.69825-0.55015 1.2471-1.5702 0.54879-1.02 0.86729-2.444 0.3185-1.424 0.3185-3.1689 0-1.7477-0.31703-3.1732-0.31703-1.4255-0.86731-2.4469-0.55027-1.0214-1.247-1.5731-0.69676-0.55163-1.4665-0.55163-0.76682 0-1.4651 0.55163-0.69825 0.55161-1.247 1.5731-0.54882 1.0214-0.8659 2.4469-0.31709 1.4255-0.31709 3.1732 0 1.7449 0.31709 3.1689 0.31709 1.424 0.86738 2.444 0.55027 1.02 1.247 1.5702 0.69676 0.55015 1.4636 0.55015zm0-14.942q0.64929 0 1.2361 0.55654t1.0445 1.5471q0.45758 0.99061 0.7198 2.295 0.26221 1.3044 0.26221 2.8105 0 1.4411-0.26221 2.7367-0.26221 1.2956-0.7198 2.2995-0.4576 1.004-1.0445 1.5827t-1.2361 0.57872q-0.64647 0-1.237-0.57872-0.59052-0.57872-1.0444-1.5827-0.45392-1.004-0.71607-2.2995-0.26215-1.2956-0.26215-2.7367 0-1.506 0.26215-2.8105 0.26215-1.3044 0.71607-2.295 0.45392-0.99059 1.0444-1.5471 0.59054-0.55654 1.237-0.55654zm-0.30743-0.41511v15.196h0.61486v-15.196zm0.30743 11.015q-1.1988 0-2.2698 0.18846-1.071 0.18848-1.9241 0.53231-0.85313 0.34385-1.4182 0.79678l0.46324 0.38766q0.8428-0.61499 2.1472-0.94895 1.3044-0.33396 3.0016-0.33396 1.7002 0 3.0045 0.33396 1.3043 0.33396 2.1473 0.94895l0.46312-0.38766q-0.56508-0.45293-1.4233-0.79678-0.85827-0.34383-1.9241-0.53231-1.0659-0.18846-2.2675-0.18846zm7.5304-3.7186h-15.061v0.61498h15.061zm-7.5304-3.0626q1.2016 0 2.2675-0.18846 1.0658-0.18848 1.9241-0.53231 0.85827-0.34385 1.4233-0.79678l-0.46312-0.38767q-0.84293 0.615-2.1473 0.94896t-3.0045 0.33396q-1.6972 0-3.0016-0.33396t-2.1472-0.94896l-0.46324 0.38767q0.56508 0.45293 1.4182 0.79678 0.85313 0.34383 1.9241 0.53231 1.071 0.18846 2.2698 0.18846zm0 11.308q1.6389 0 3.0723-0.6178 1.4334-0.6178 2.5309-1.7169 1.0975-1.0991 1.7166-2.5328 0.61916-1.4336 0.61916-3.07 0-1.6364-0.61916-3.07-0.61916-1.4336-1.718-2.5328-1.0989-1.0991-2.5323-1.7169-1.4334-0.6178-3.0723-0.6178-1.6361 0-3.0732 0.6178-1.4371 0.6178-2.5295 1.7169-1.0924 1.0991-1.7115 2.5328-0.61909 1.4336-0.61909 3.07 0 1.6364 0.61909 3.07 0.61909 1.4336 1.7129 2.5328 1.0938 1.0991 2.5309 1.7169 1.4371 0.6178 3.0732 0.6178zm0-0.62637q-1.505 0-2.827-0.56969-1.322-0.56969-2.3313-1.5792-1.0093-1.0095-1.5789-2.3332-0.56959-1.3237-0.56959-2.829t0.56812-2.829q0.56811-1.3237 1.5775-2.3332 1.0093-1.0095 2.3314-1.5792 1.3221-0.56969 2.827-0.56969 1.5078 0 2.8298 0.56969 1.322 0.56969 2.3328 1.5792 1.0108 1.0095 1.5804 2.3332 0.56958 1.3237 0.56958 2.829t-0.56958 2.829q-0.56958 1.3237-1.5789 2.3332-1.0093 1.0095-2.3314 1.5792-1.3221 0.56969-2.8299 0.56969z" stroke-width=".21043"/>
</svg>
<h4>Connectivity</h4>
<p>Nimble Commander lets you connect to remote FTP/SFTP/WebDAV servers and use all its built-in tools there. You can also open remote files in other applications for editing; your changes will be uploaded back to the server.</p>
</div>
</div>
<hr>
<div class="features_row">
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m5.0548 12.583h7.1477q0.45941 0 0.45941-0.4689v-7.2945q0-0.46888-0.45941-0.46888h-7.1477q-0.45648 0-0.45648 0.46888v7.2945q0 0.4689 0.45648 0.4689zm0.36135-0.65434q-0.17359 0-0.17359-0.1801v-6.5634q0-0.1801 0.17359-0.1801h6.425q0.17652 0 0.17652 0.1801v6.5634q0 0.1801-0.17652 0.1801zm-2.8309 3.1785h12.087q0.2176 0 0.34314-0.12815 0.12554-0.12815 0.12554-0.35004v-12.324q0-0.22188-0.12554-0.35004-0.12554-0.12815-0.34314-0.12815h-12.087q-0.21438 0-0.34146 0.12815-0.12708 0.12815-0.12708 0.35004v12.324q0 0.22189 0.12708 0.35004 0.12708 0.12815 0.34146 0.12815zm0.45187-0.7357q-0.19167 0-0.19167-0.19558v-11.418q0-0.19558 0.19167-0.19558h11.186q0.18874 0 0.18874 0.19558v11.418q0 0.19558-0.18874 0.19558zm3.0127 0.21972h-0.72874v1.4413q0 0.16178 0.10139 0.26681 0.10141 0.10503 0.26291 0.10503 0.15855 0 0.26148-0.10503 0.10296-0.10503 0.10296-0.26681zm2.9394 0h-0.72105v1.4413q0 0.16178 0.10296 0.26681 0.10293 0.10503 0.25368 0.10503 0.1615 0 0.26296-0.10503 0.10146-0.10503 0.10146-0.26681zm3.0277 0h-0.72874v1.4413q0 0.16178 0.10679 0.26681 0.10677 0.10503 0.25751 0.10503 0.15857 0 0.2615-0.10503 0.10293-0.10503 0.10293-0.26681zm2.6104-3.508v0.73558h1.4126q0.1615 0 0.26289-0.10347 0.10141-0.10345 0.10141-0.26027 0-0.16177-0.10141-0.26679-0.10139-0.10505-0.26289-0.10505zm0-3.007v0.74341h1.4126q0.1615 0 0.26289-0.10496 0.10141-0.10498 0.10141-0.26675 0-0.16177-0.10141-0.26675-0.10139-0.10496-0.26289-0.10496zm0-2.9991v0.73558h1.4126q0.1615 0 0.26289-0.10505 0.10141-0.10503 0.10141-0.26679 0-0.15682-0.10141-0.26027-0.10139-0.10347-0.26289-0.10347zm-3.4197-2.7346h0.73181v-1.4413q0-0.1538-0.10294-0.26281-0.10293-0.10901-0.26148-0.10901-0.1615 0-0.26446 0.10901-0.10293 0.10901-0.10293 0.26281zm-2.9394 0h0.72105v-1.4413q0-0.1538-0.10146-0.26281-0.10146-0.10901-0.26296-0.10901-0.15074 0-0.25368 0.10901-0.10296 0.10901-0.10296 0.26281zm-2.9471 0h0.72874v-1.4413q0-0.1538-0.10296-0.26281-0.10293-0.10901-0.26148-0.10901-0.1615 0-0.26291 0.10901-0.10139 0.10901-0.10139 0.26281zm-2.691 3.4732v-0.73857h-1.7366q-0.15841 0-0.26137 0.10498-0.10293 0.10496-0.10293 0.26191 0 0.16177 0.10293 0.26673 0.10296 0.10496 0.26137 0.10496zm0 3.0071v-0.74355h-1.7366q-0.15841 0-0.26137 0.10503-0.10293 0.10503-0.10293 0.26668 0 0.16177 0.10293 0.26679 0.10296 0.10505 0.26137 0.10505zm0 2.9991v-0.73556h-1.7366q-0.15841 0-0.26137 0.10496-0.10293 0.10498-0.10293 0.26675 0 0.15682 0.10293 0.26034 0.10296 0.10352 0.26137 0.10352z" stroke-width=".22274"/>
</svg>
<h4>System Info</h4>
<p>Useful system information, including general CPU/RAM usage, free disk space, and other statistics on file systems or running processes with corresponding details.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m8.4615 16.404q1.6417 0 3.0739-0.61578 1.4322-0.61578 2.53-1.7154 1.0977-1.0996 1.7182-2.5328 0.6205-1.4332 0.6205-3.0736 0-1.6404-0.6205-3.0736-0.62052-1.4332-1.7194-2.5328-1.0989-1.0996-2.5311-1.7154-1.4322-0.61579-3.0739-0.61579-1.6314 0-3.0676 0.61579-1.4362 0.61577-2.5288 1.7154-1.0926 1.0996-1.7131 2.5328-0.62052 1.4332-0.62052 3.0736 0 1.6404 0.62052 3.0736 0.62052 1.4332 1.7143 2.5328 1.0937 1.0996 2.53 1.7154t3.0676 0.61578zm0-0.71891q-1.4925 0-2.8014-0.55891-1.3088-0.55891-2.2998-1.5517-0.991-0.9928-1.5535-2.3036-0.56252-1.3108-0.56252-2.8043 0-1.4935 0.56136-2.8043 0.56136-1.3108 1.5524-2.3036 0.991-0.9928 2.2998-1.5517 1.3088-0.55893 2.8014-0.55893 1.4949 0 2.8077 0.55893 1.3128 0.5589 2.301 1.5517 0.98818 0.99282 1.5519 2.3036 0.56368 1.3108 0.56368 2.8043 0 1.4935-0.55854 2.8043-0.55856 1.3108-1.5496 2.3036-0.991 0.99282-2.301 1.5517-1.31 0.55891-2.8128 0.55891zm-1.4664-2.863h3.3145q0.15011 0 0.24075-0.1003 0.09063-0.10032 0.09063-0.22665 0-0.13198-0.09063-0.22947-0.09064-0.09749-0.24075-0.09749h-1.3096v-4.9428q0-0.15752-0.093455-0.26429-0.093455-0.10676-0.2575-0.10676h-1.5794q-0.15011 0-0.24191 0.097473-0.091793 0.097495-0.091793 0.22947 0 0.13429 0.091793 0.23179 0.091793 0.097495 0.24191 0.097495h1.2351v4.6576h-1.3096q-0.14216 0-0.23793 0.09749-0.09577 0.0975-0.09577 0.22947 0 0.12634 0.09577 0.22665 0.095769 0.1003 0.23793 0.1003zm1.4478-7.5721q0.29991 0 0.50933-0.20394 0.20944-0.20394 0.20944-0.50402 0-0.3001-0.20944-0.512-0.20942-0.21189-0.50933-0.21189-0.29989 0-0.50651 0.21189t-0.20662 0.512q0 0.30008 0.20662 0.50402t0.50651 0.20394z" stroke-width=".21046"/>
</svg>
<h4>Attributes Editing</h4>
<p>Customize UNIX & BSD flags, file times, and the ownership of multiple items. You can also access the extended file attributes of a selected item and handle them like regular files.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m1.7885 7.2896q0.42012 0 0.76519-0.20688 0.34506-0.20688 0.55068-0.55194t0.20562-0.76506q0-0.41386-0.20562-0.76205-0.20562-0.3482-0.55068-0.55508-0.34506-0.20688-0.76519-0.20688-0.42251 0-0.76752 0.20567-0.34501 0.20567-0.55068 0.55388-0.20567 0.34819-0.20567 0.76445 0 0.42 0.20687 0.76506 0.20688 0.34506 0.55194 0.55194 0.34506 0.20688 0.76506 0.20688zm0-0.58348q-0.38666 0-0.66472-0.27682-0.27806-0.2768-0.27806-0.66357 0-0.3917 0.27806-0.6661 0.27806-0.2744 0.66472-0.2744 0.38679 0 0.66364 0.27686 0.27686 0.27686 0.27686 0.66364 0 0.38677-0.2756 0.66357-0.2756 0.27682-0.6649 0.27682zm6.6814-1.8087q0.42011 0 0.76512-0.20567t0.55068-0.55194q0.20567-0.34627 0.20567-0.76626 0-0.41386-0.20567-0.76205-0.20567-0.3482-0.55068-0.55381-0.34501-0.20562-0.76512-0.20562-0.41375 0-0.76321 0.20562-0.34944 0.2056-0.55506 0.55381-0.20562 0.34819-0.20562 0.76205 0 0.42 0.20688 0.76626 0.20688 0.34626 0.55506 0.55194 0.3482 0.20567 0.76196 0.20567zm0-0.58348q-0.38679 0-0.66359-0.27686-0.2768-0.27688-0.2768-0.66354 0-0.39169 0.2768-0.6661 0.2768-0.2744 0.66359-0.2744 0.38677 0 0.66363 0.27686 0.27686 0.27686 0.27686 0.66364 0 0.38666-0.2744 0.66354-0.2744 0.27686-0.66608 0.27686zm6.675 2.9756q0.41375 0 0.7632-0.20688 0.34944-0.20688 0.55512-0.55194 0.20567-0.34506 0.20567-0.76506 0-0.41626-0.20885-0.76445-0.20885-0.3482-0.55386-0.55388-0.34501-0.20567-0.76127-0.20567-0.42011 0-0.76512 0.20688-0.34501 0.20688-0.55068 0.55508-0.20567 0.34819-0.20567 0.76205 0 0.42 0.20567 0.76506t0.55068 0.55194q0.34501 0.20688 0.76512 0.20688zm0-0.58348q-0.38917 0-0.66359-0.27682-0.2744-0.2768-0.2744-0.66357 0-0.38679 0.2756-0.66364 0.27562-0.27686 0.66239-0.27686 0.38928 0 0.6661 0.2744 0.2768 0.2744 0.2768 0.6661 0 0.38677-0.2768 0.66357-0.27682 0.27682-0.6661 0.27682zm-12.732 0.28582 2.1638 1.3286q0.37242 0.23072 0.77301 0.17671 0.40059-0.053986 0.69066-0.42881l2.4909-3.1955-0.53898-0.22725-2.4048 3.0823q-0.14583 0.18968-0.32627 0.2116-0.18043 0.021903-0.38235-0.10601l-2.1657-1.3234zm12.108-0.031598-0.30057-0.48811-2.1 1.2894q-0.25488 0.15567-0.46056 0.11989-0.20567-0.035799-0.37291-0.26093l-2.3304-3.0089-0.53898 0.22975 2.5226 3.2585q0.2497 0.32436 0.61562 0.38784 0.36591 0.063483 0.63477-0.10174zm-11.095 5.0735h10.096v-0.56874h-10.096zm-1.4878-4.9865 1.4191 5.7612q0.18515 0.75457 0.58907 1.0977 0.40393 0.34314 1.1505 0.34314h6.7545q0.74407 0 1.1492-0.34314 0.40517-0.34314 0.58792-1.0977l1.4191-5.7612-0.53407-0.23842-1.4601 5.9782q-0.2209 0.89098-1.1533 0.89098h-6.7721q-0.94117 0-1.1558-0.89098l-1.4601-5.9782z" stroke-width=".17953"/>
</svg>
<h4>Admin mode</h4>
<p>No need in “sudo” or in restarting an app under another user. Just toggle the admin mode and gain an unrestricted root access within the same file panels. Of course, Nimble Commander will ask you for administrators credentials first.</p>
</div>
</div>
<hr>
<div class="features_row">
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<g stroke-width=".73779">
<path d="m1.993 6.5122h-0.67006v-5.983h3.6616v0.67006h-2.9915zm0.67006 0v-4.6429h2.3214v0.67006h-1.6514v3.9728z"/>
<path d="m4.9845 1.8693h5.3129v0.67006h-5.3129zm0-0.67006v-0.67006h5.3129v0.67006z"/>
<path d="m10.297 1.8693h5.3129v0.67006h-2.3214v3.9728h-0.67006v-3.9728h-2.3214zm0-0.67006v-0.67006h5.3129v0.67006z"/>
<path d="m1.993 16.414h-0.67006v-9.9602h0.67006zm0.67006-9.9602h0.67006v9.9602h-0.67006z"/>
<path d="m5.2942 4.7625q0.22912 0 0.38475 0.15563t0.15563 0.38475q0 0.23344-0.15995 0.40204-0.15563 0.16427-0.38042 0.16427-0.22047 0-0.3761-0.16427-0.15563-0.1686-0.15563-0.40204t0.1513-0.38475q0.15563-0.15563 0.38042-0.15563z"/>
<path d="m6.8817 4.7625q0.22912 0 0.38475 0.15563t0.15563 0.38475q0 0.23344-0.15995 0.40204-0.15563 0.16427-0.38042 0.16427-0.22047 0-0.3761-0.16427-0.15563-0.1686-0.15563-0.40204t0.1513-0.38475q0.15563-0.15563 0.38042-0.15563z"/>
<path d="m12.612 16.412v-9.9602h0.67006v9.9602z"/>
</g>
</svg>
<h4>Classic Mode</h4>
<p>Are you missing UI with monospaced font? Here is the Classic Presentation, which allows you to use the traditional layout without sacrificing the modern integration level.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="M 8.6766831,16.241708 16.43805,8.4415787 C 16.890267,7.9887918 16.948811,7.8140002 16.948811,6.9750375 V 3.9937233 c 0,-0.6291758 -0.06256,-0.8062619 -0.662018,-1.4058113 L 14.415402,0.71337329 C 13.816631,0.11382396 13.639087,0.05118918 13.011423,0.05118918 h -2.977419 c -0.8378675,0 -1.0124108,0.05792419 -1.4553308,0.51072942 L 0.76087269,8.3155302 c -0.95458541,0.9558112 -0.93809704,1.9516588 6.9603e-4,2.8995618 l 5.01934018,5.025915 c 0.9573696,0.948619 1.9597962,0.938614 2.8957742,7.01e-4 z M 8.3672555,15.905553 c -0.7511491,0.75283 -1.515082,0.762834 -2.2776072,-7e-4 L 1.0965719,10.905257 c -0.75254099,-0.753523 -0.74254897,-1.5370633 0,-2.280589 L 8.8916042,0.87525664 C 9.1429823,0.62424595 9.4215522,0.50559431 9.7642505,0.50559431 h 3.2971245 c 0.332019,0 0.601285,0.11795546 0.862663,0.36966233 l 2.201777,2.21397986 c 0.251378,0.2517076 0.368491,0.5220192 0.368491,0.8544738 V 7.245164 c 0,0.3517345 -0.117801,0.6220666 -0.368491,0.8737737 z M 12.175156,5.5722169 c 0.417144,0 0.739464,-0.3148342 0.739464,-0.7411283 0,-0.416275 -0.32232,-0.7404313 -0.739464,-0.7404313 -0.417839,0 -0.740159,0.3241563 -0.740159,0.7404313 0,0.4262941 0.32232,0.7411283 0.740159,0.7411283 z" stroke-width=".21846"/>
</svg>
<h4>Tags Management</h4>
<p>Create and modify file tags, and easily search for items with specific tags.</p>
</div>
<div class="feature">
<svg class="features_icons" width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xmlns="http://www.w3.org/2000/svg">
<path d="m7.6783 5.3973-0.60559 0.60395q1.0007-0.058508 1.695 0.19462 0.69425 0.25311 1.2157 0.77727 0.72969 0.72959 0.96976 1.627 0.24005 0.89745-0.01306 1.7935-0.25311 0.8961-0.99438 1.6373l-2.5526 2.5525q-0.744 0.73685-1.64 0.98633-0.89601 0.24947-1.7899 0.014435t-1.6234-0.95734q-0.72957-0.73972-0.96964-1.6335-0.24005-0.89382 0.0094261-1.7899 0.24947-0.89608 0.99348-1.6372l2.1479-2.1407q-0.082206-0.17411-0.099826-0.41795-0.017641-0.24387 0.054092-0.49895l-2.6363 2.6436q-0.86447 0.8616-1.1601 1.9142-0.29559 1.0527-0.007218 2.1126 0.28837 1.0599 1.17 1.9387 0.88605 0.88605 1.9424 1.1722t2.109-0.0072q1.0527-0.29338 1.9142-1.155l2.6801-2.6829q0.8616-0.86157 1.1586-1.9129 0.29704-1.0513 0.0072-2.1125-0.28978-1.0613-1.1686-1.9402-0.51139-0.51139-1.1662-0.79095t-1.6399-0.29112zm1.5755 6.1636 0.60286-0.6012q-0.99789 0.058508-1.6886-0.19456-0.69067-0.25305-1.2121-0.77734-0.72957-0.72959-0.96962-1.627-0.24005-0.89745 0.0094261-1.7935 0.24947-0.89603 0.9906-1.6373l2.5599-2.5526q0.74125-0.73686 1.6387-0.98633 0.89745-0.24947 1.7913-0.014437t1.6162 0.95746q0.73674 0.73244 0.97321 1.6299 0.23647 0.89745-0.01444 1.7935-0.25091 0.89601-0.99204 1.6373l-2.1407 2.1406q0.07504 0.17411 0.09625 0.41795 0.02119 0.24387-0.05781 0.49895l2.6437-2.6436q0.86147-0.86147 1.1549-1.9142 0.29344-1.0527 0.007208-2.1126-0.28621-1.0599-1.165-1.9388-0.88605-0.88881-1.9459-1.1736-1.0599-0.2848-2.1125 0.0086457-1.0526 0.29344-1.9071 1.1549l-2.6801 2.6829q-0.86874 0.86159-1.1622 1.9129-0.29344 1.0513-0.00723 2.1126 0.28623 1.0613 1.1722 1.9401 0.50424 0.51139 1.1612 0.79095 0.65697 0.27956 1.6377 0.28837z" stroke-width=".20536"/>
</svg>
<h4>Links Handling</h4>
<p>You can use the handy user interface to make hard links, or to edit existing or create new symbolic links. No terminal is required.</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div id="versions_comparison">
<div class="container">
<h2 class="section_header">Versions Comparison</h2>
<table id="versions_features_table">
<tr>
<th></th>
<th><b>MAS</b></th>
<th><b>Standalone</b></th>
</tr>
<tr>
<td></td>
<td>Get via<br>Mac App Store</td>
<td>Download from<br>this website</td>
</tr>
<tr>
<td>Background file operations</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Presentation modes</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Tabbed interface</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Drag&drop support</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Sorting by criterion</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Quick Look</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Navigation by typing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Filtering by typing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>History navigation</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Selection by mask</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Navigation quick lists</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Sharing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Quick selection by extension</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>File search</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>External editors</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Copied files verification</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Search results panelizing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Search with Spotlight</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Files compression</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Archives browsing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>External Tools support</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Built-in viewer</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Batch renaming</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>FTP client</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>SFTP client</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>WebDAV client</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Remote files editing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>UNIX&BSD flags editing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Tags editing</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Brief system overview</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Ext. attributes modification</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Volume information</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Links manipulation</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Processes info</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Custom themes</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>Sandboxed</td>
<td>✔</td>
<td></td>
</tr>
<tr>
<td>Admin mode</td>
<td></td>
<td>✔</td>
</tr>
<tr>
<td>Built-in terminal</td>
<td></td>
<td>✔</td>
</tr>
<tr>
<td>Network shares mounting</td>
<td></td>
<td>✔</td>
</tr>
<tr>
<td>F1..F19 without Fn key</td>
<td></td>
<td>✔</td>
</tr>
<tr id="versions_comparison_downloads_row_primary">
<td></td>
<td> <a href="https://itunes.apple.com/app/files-lite/id905202937?ls=1&mt=12"
class="download_versions hrefbutton_common">APP STORE</a></td>
<td><a href="downloads/releases/nimble-commander.dmg"
class="download_versions hrefbutton_common">DOWNLOAD</a></td>
</tr>
</table>
</div>
</div>
</section>
<section>
<div id="get_it_now">
<div class="container">
<h2 class="section_header">Get It Now!</h2>
<a href="downloads/releases/nimble-commander.dmg"
class="download_gta_try hrefbutton_common">DOWNLOAD NOW</a>
<p>
Version 1.8.0, Build 4282, .dmg size: 15Mb<br>
Requires macOS 11 or later
</p>
</div>
</div>
</section>
<footer>
<div class="container">
<p>Copyright © 2026 Michael Kazakov</p>
</div>
</footer>
<script>
var galleryImageIndex = 0;
showGalleryImage(galleryImageIndex);
function showPrevGalleryImage() {
showGalleryImage(galleryImageIndex - 1);
}
function showNextGalleryImage() {
showGalleryImage(galleryImageIndex + 1);
}
function showGalleryImage(n) {
var images = document.getElementsByClassName("showcase_image");
galleryImageIndex = (images.length + n) % images.length;
var target = images[galleryImageIndex];
if (target.src.endsWith(".png")) {
for (var i = 0; i < images.length; i++)
images[i].style.display = (i == galleryImageIndex) ? "block" : "none";
}
else {
function loaded() {
showGalleryImage(galleryImageIndex);
}
target.addEventListener('load', loaded);
target.src = target.getAttribute('data-src');
}
}
</script>
</body>
</html>