1.安装说明
①下载32+64位安装版,安装后上网找到一个“WINCMD.KEY”放在根目录即可激活成功教程。
②初始安装时wincmd.ini在%appdata%\GHISLER中,可在[Configuration]栏中加一行UseIniInProgramDir=7,然后就可将它移到安装目录下实现便携。
③文件说明 http://www.ghisler.ch/wiki/index.php/Files
2.Totalcmd文件不完全解释
①wincmd.ini,各种配置都在里面,为了好管理,可以用RedirectSection重定向一些项目。
②TOTALCMD.ini,内部命令列表,格式形如cm_GotoDriveE=2065;Switch to drive E,cm_GotoDriveE是命令名,可以随笔修改,2065是命令接口,己经设定好不能改。
作者为了控制这个文件的大小,有此命令被隐藏,如果想跳到G盘,就要手动加cm_GoToDriveG=2066(不过用TCFS2、TCMC直接调用Command Code更好)。
③为了让文件更简单,不考虑自定义menu和bar,因为用快捷键和命令行足己。
2.备份:http://www.ghisler.ch/wiki/index.php/Backup
- wincmd.ini In “About Total Commander”
- wincmd.key
- *.bar files These files store your button bar(s). No.bar is an exception, as this is an automatically generated empty button bar.
- usercmd.ini This file store user defined commands (em_commands).
- tcignore.txt This file store by default the ignore list. The file name is user configurable though.
- Plugins ini (pkplugin.ini,lsplugin.ini,
-
fsplugin.ini,
-
contplug.ini etc)
- usually located in the same directory as wincmd.ini. See each plugin’s documentation for details about where it stores its settings.
3.图标
http://www.totalcmd.net/directory/iconpack.html
4.Help,也可在chm中查看(F1)
WIKI http://www.ghisler.ch/wiki/index.php/Main_Page
Command line parameters http://www.ghisler.ch/wiki/index.php/Command_line_parameters
Wincmd.ini Settings http://www.ghisler.ch/wiki/index.php/Wincmd.ini#Configuration
Special parameters, %P %L etc. 在说明文档中operation-Menus-Menu Start-Change start menu
5.快捷键
A+R:在一栏和两栏间切换 用TCFS2作到。
CTRL+SHIFT+B Selected directory branch: Show selected files, and all in selected subdirs cm_DirBranchSel
CTRL+F2 File display ‘full’ (all file details) cm_SrcLong
CTRL+F1 File display ‘brief’ (only file names) cm_SrcShort
CTRL+F8 Display directory tree cm_SrcTree
6.配置修改
①[searches]分类文件,可在搜索中修改,[Colors]定义不同文件颜色,可在Option中修改,二者联合作用,对外观的影响很大,放在Appearance.ini中。
7.插件Plugins
插件可分“wlx 查看插件” “WFX 文件系统插件” “WDX 内容差件” “WCX 压缩差件”,安装插件前最好建四个文件夹来管理不同插件,同时可借助工具Plugman来管理。
8.工具Utilities
可新建文件夹Utilities,便于管理。
①TCFS2,这个工具可用来控制TC的布局(其实还是用的内部命令,不过用它可以让命令连续执行,而且可以通过向wincmd.ini中写入参数来toggle),不过还需要TCFS2Tools.dll提供函数,而要想打开TotalCMD时自动load TCFS2Tools.dll,又需一个WDX插件Autorun,详细配置可看说明文档,然后将文件夹en中的TCFS2.ini复制移到上级目录,最后编辑usercmd.ini,加入
[em_ToggleVertical]
cmd=%Commander_Path%\Utilities\TCFS2_2.1.0.394\TCFS2.exe
param=/ef "run_item(sp_set_active, sepPos == 50 ? 85 : 50) tcm(305)"
命令解释:/ef是运行后面的fuction,类似的还有/ei /ea(默认可省略),sp_set_active是在TCFS2.ini的Items部分中定义的函数名,要用Run_item来调用,sePos==50?85:50是分隔栏的位置,tcm(305)是运行TC的部命令,多条命令间用空格分开即可。
②TCMC (电脑会报毒然后自动删除,要手动允许) A quick and dirty tool to send TC multiple commands at one time
[em_SuperMatchSrc]
cmd=%Commander_Path%\Utilities\TCMC.exe
param=cdst "" "%Z%P"
- 对cdst的注解:
Additionally You can change directories: CDmodifiers left_path right_path Modifiers :
T causes the path to be opened in a new tab.
S causes the path to be seen as source and target instead of left and right
st 是 cd 命令的 option,但很奇怪这里并没有用空格分开,所以看起来不伦不类,更多请看“说明文档”。
用TCFS2也有类似的功能,不过它不支持%Z%P
%Commander_Path%\Utilities\TCFS2\TCFS2.exe /ef "tcd(``, `d:\`, ST)"
④F4MENU
这是一个很实用的工具,但不知为什么总不能后台,后来在Configuration -> Options -> Edit/View -> Editor for F4后加上”-b”参数就好了
9.aditional
①if you hold Ctrl or Shift, separator position may be set only with 25% step
②target=source除了可以用cm_MatchSrc,还能自定义
Command:%COMMANDER_EXE%
Param:/O /S /R="%Z%P"
其中用%Z是为了可以适用于压缩文件
③Q: Is there a simple way to make Total Commander display the disk space used by all directories in the current directory individually?
A: Yes! Simply press ALT+SHIFT+ENTER on a directory. Instead of <DIR> the size of this directory and all its subdirectories will be shown! This will only work in full view (i.e. all file details are shown).
④”Comand” “Parameters” “Start path”三者间的关系,以用notepad2打开usercmd.ini的button为例
Command:%Commander_Path%\Utilities\Notepad2\Notepad2.exe
Parameters:usercmd.ini
Start path:%Commander_Path%
③只复制文件目录
One way to do it is to press F5 and then use the ‘Only files of this type’-field: Enter a filename there that doesn’t exist, e.g. ‘definitely-non-existing-file.blobb’ and the directory tree will copied without files.
10.图标管理
①在安解压插件时会自定义图标,不知怎么自定义。
②在*.ICL中修改图标,可用ICLView 23.9.2013(wlx)插件,F3后右键进入编辑式,然后保存为ICL格式。
重新打开己关闭的标签 Undo closed tab:先打开一个新的标签(默认ctrl+t),再返回(默认alt+left).
转载于:https://www.cnblogs.com/cnsealine/p/3467698.html
今天的文章Totalcmd Primary分享到此就结束了,感谢您的阅读。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:http://bianchenghao.cn/75709.html