Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 34 additions & 33 deletions doc/en/cmds.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,27 +309,23 @@ <h2><a name="catactivepanel">2.1. Active Panel</a></h2>
<tr>
<td class="innerdescparamcell" rowspan="5">column</td>
<td class="innerdescvaluecell">name</td>
<td class="innerdescdesccell">sorted columns will be the "name-ext"</td>
</tr>
<tr>
<td class="innerdescvaluecell">namenoext</td>
<td class="innerdescdesccell">sorted column will be the "name (no ext)"</td>
<td class="innerdescdesccell">sort by name and extension</td>
</tr>
<tr>
<td class="innerdescvaluecell">ext</td>
<td class="innerdescdesccell">sorted column will be the "ext"</td>
<td class="innerdescdesccell">sort by extension</td>
</tr>
<tr>
<td class="innerdescvaluecell">size</td>
<td class="innerdescdesccell">sorted column will be the "size"</td>
<td class="innerdescdesccell">sort by size</td>
</tr>
<tr>
<td class="innerdescvaluecell">datetime</td>
<td class="innerdescdesccell">sorted column will be the "datetime"</td>
<td class="innerdescdesccell">sort by modification date</td>
</tr>
<tr>
<td class="innerdescvaluecell"><i>(absent)</i></td>
<td class="innerdescdesccell">sorted column will be the "name"</td>
<td class="innerdescdesccell">sort by name and extension</td>
</tr>
<tr>
<td class="innerdescparamcell" rowspan="3">order</td>
Expand Down Expand Up @@ -606,15 +602,15 @@ <h2><a name="catfileoperations">2.4. File Operations</a></h2>
</tr>
</table>
<br>
If several files are selected, the first selected file will be opened (as in the <a href="#cm_View">viewer</a>): at the moment, the command's work with several selected files is not fully implemented, so you can deselect files, add "cursor=1" or use <a href="#cm_EditNew">cm_EditNew</a>.
If several files are selected, the first selected file will be opened (as in the <a href="#cm_View">viewer</a>): at the moment, the command's work with several selected files is not fully implemented, so we can deselect files, add "cursor=1" or use <a href="#cm_EditNew">cm_EditNew</a>.
</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_EditNew" alt="cm_EditNew" src="../../pixmaps/dctheme/32x32/actions/cm_editnew.png">
<div class="cmdname"><a name="cm_EditNew">cm_EditNew</a></div>
<div class="shrtctkey">Shift+F4</div></td>
<td class="cmdhintcell">Create a new text file in the current directory and open in the editor (see <a href="configuration.html#ConfigToolsEditor">Tools&nbsp;&gt; Editor</a>) or open existing file (if a file with the same name already exists).<br>
You can enter the full name of the file (with path) and it will be created in the specified directory.</td>
We can enter the full name of the file (with path) and it will be created in the specified directory. Keep in mind that the command does not create new folders in the path.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_Copy" alt="cm_Copy" src="../../pixmaps/dctheme/32x32/actions/cm_copy.png">
Expand Down Expand Up @@ -697,25 +693,7 @@ <h2><a name="catfileoperations">2.4. File Operations</a></h2>
<td class="cmdcell"><img class="IntCmdImage" title="cm_RenameOnly" alt="cm_RenameOnly" src="../../pixmaps/dctheme/32x32/actions/cm_renameonly.png">
<div class="cmdname"><a name="cm_RenameOnly">cm_RenameOnly</a></div>
<div class="shrtctkey">F2, Shift+F6</div></td>
<td class="cmdhintcell">Rename files in the same directory.<br>
<br>
<table class="innercmddesc">
<tr class="rowinnerdesc">
<th class="innerdescheader">Parameter</th>
<th class="innerdescheader">Value</th>
<th class="innerdescheader">Description</th>
</tr>
<tr>
<td class="innerdescparamcell" rowspan="2">extension</td>
<td class="innerdescvaluecell">1/true/on/yes</td>
<td class="innerdescdesccell">show extension (default)</td>
</tr>
<tr>
<td class="innerdescvaluecell">0/false/off/no</td>
<td class="innerdescdesccell">hide extension</td>
</tr>
</table>
</td>
<td class="cmdhintcell">Rename files in the same directory.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_MakeDir" alt="cm_MakeDir" src="../../pixmaps/dctheme/32x32/actions/cm_makedir.png">
Expand Down Expand Up @@ -1132,6 +1110,18 @@ <h2><a name="catnetwork">2.6. Network</a></h2>
<div class="cmdname"><a name="cm_CopyNetNamesToClip">cm_CopyNetNamesToClip</a></div></td>
<td class="cmdhintcell">Windows only: copy names with UNC path.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_MapNetworkDrive" alt="cm_MapNetworkDrive" src="../../pixmaps/dctheme/32x32/actions/cm_mapnetworkdrive.png">
<div class="cmdname"><a name="cm_MapNetworkDrive">cm_MapNetworkDrive</a></div>
<div class="shrtctkey">Ctrl+K</div></td>
<td class="cmdhintcell">This command allows to connect network devices, the behavior depends on the operating system:
<ul>
<li>Windows: will call the Windows system dialog to connect network drives.</li>
<li>macOS: similar to the "Connect to Server" command in Finder.</li>
<li>Linux and other Unix-like systems: Double Commander will prompt to specify the path, we can use GVfs paths (see <a href="faq.html#gvfs">FAQ</a> for more details) or specify a local directory. Thus, the result of this command is similar to the <a href="#cm_EditPath">cm_EditPath</a> command.</li>
</ul>
</td>
</tr>
</table>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>
Expand Down Expand Up @@ -1235,6 +1225,16 @@ <h2><a name="catmiscellaneous">2.7. Miscellaneous</a></h2>
</table>
</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_MainFontZoomOut" alt="cm_MainFontZoomOut" src="../../pixmaps/dctheme/32x32/actions/cm_mainfontzoomout.png">
<div class="cmdname"><a name="cm_MainFontZoomOut">cm_MainFontZoomOut</a></div></td>
<td class="cmdhintcell">Decrease the main font (for file panels) size.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_MainFontZoomIn" alt="cm_MainFontZoomIn" src="../../pixmaps/dctheme/32x32/actions/cm_mainfontzoomin.png">
<div class="cmdname"><a name="cm_MainFontZoomIn">cm_MainFontZoomIn</a></div></td>
<td class="cmdhintcell">Increase the main font (for file panels) size.</td>
</tr>
</table>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>
Expand Down Expand Up @@ -1507,7 +1507,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
<td class="cmdcell"><img class="IntCmdImage" title="cm_SaveSelectionToFile" alt="cm_SaveSelectionToFile" src="../../pixmaps/dctheme/32x32/actions/cm_saveselectiontofile.png">
<div class="cmdname"><a name="cm_SaveSelectionToFile">cm_SaveSelectionToFile</a></div></td>
<td class="cmdhintcell">Save the current selection to a file.<br>
You may specify the output filename into the first parameter.<br>
We may specify the output filename into the first parameter.<br>
If no parameter is supplied, Double Commander will prompt user to enter one.</td>
</tr>
<tr>
Expand All @@ -1526,7 +1526,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
<td class="cmdcell"><img class="IntCmdImage" title="cm_SaveFileDetailsToFile" alt="cm_SaveFileDetailsToFile" src="../../pixmaps/dctheme/32x32/actions/cm_savefiledetailstofile.png">
<div class="cmdname"><a name="cm_SaveFileDetailsToFile">cm_SaveFileDetailsToFile</a></div></td>
<td class="cmdhintcell">Save all shown columns of selected items to file.<br>
You may specify the output filename into the first parameter.<br>
We may specify the output filename into the first parameter.<br>
If no parameter is supplied, Double Commander will prompt user to enter one.</td>
</tr>
</table>
Expand Down Expand Up @@ -2609,7 +2609,8 @@ <h2><a name="cattabs">2.16. Tabs</a></h2>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_RenameTab" alt="cm_RenameTab" src="../../pixmaps/dctheme/32x32/actions/cm_renametab.png">
<div class="cmdname"><a name="cm_RenameTab">cm_RenameTab</a></div></td>
<td class="cmdhintcell">Prompt user to rename current tab of active panel.</td>
<td class="cmdhintcell">Prompt user to rename current tab of active panel.<br>
Also we can specify a new tab name as a parameter.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_CloseTab" alt="cm_CloseTab" src="../../pixmaps/dctheme/32x32/actions/cm_closetab.png">
Expand Down
Loading