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相关推荐

  1. kotlin重写构造方法编译报错:Primary constructor call expected

    在kotlin中使用construct关键字定义构造方法,如果类定义时已经有构造方法(类名后带括号),需要添加构造方法时,需要使用以下写法: class User(var name,var age){ ...

  2. key mysql_mysql中key 、primary key 、unique key 与index区别

    mysql中索引是非常重要的知识点,相比其他的知识点,索引更难掌握,并且mysql中的索引种类也有很多,比如primary key .unique key 与index等等,本文章向大家介绍mysql ...

  3. Database design best practice(1):关于primary key及其它

    1. The job of the primary key is to uniquely identify records, not to store business data ; any use ...

  4. PostgreSQL 9.3 beta2 stream replication primary standby switchover bug?

    [更新] 已有patch. 请参见. PostgreSQL 9.1,9.2,9.3 clean switchover Primary and Standby Patch. http://blog.16 ...

  5. Duplicate entry '0' for key 'PRIMARY'_Spring Batch

    2019独角兽企业重金招聘Python工程师标准>>> Duplicate entry '0' for key 'PRIMARY'_Spring Batch 在运行一个job成功后, ...

  6. 依赖注入@Autowired@Primary@Quelifier使用

    @Autowired 注入声明的SpringBean对象,根据一定的规则首先按照注入的类型去查找,如果没有找到安装注入的名称去匹配你要注入的属性名称,如果都没有找到启动项目时抛出异常,@Autowir ...

  7. [AlwaysOn Availability Groups]排查:Primary上的修改无法在Secondary体现

    排查:Primary上的修改无法在Secondary体现 客户端进程在primary上修改成功,但是在Secondary上却无法看到修改结果.这个case假设你的可用性组有同步的健康问题.很多情况下这 ...

  8. 验证mongodb副本集并实现自动切换primary~记录过程

    接 验证mongodb主从复制过程 1.创建数据目录 同 验证mongodb主从复制过程 的实验一样,本次实验也是采用直接指定启动参数来启动mongodb数据库,本次实验我们需要启动三个数据库,为了与 ...

  9. sqlservier2005转成sqlserver2000中出现的问题(WITH (IGNORE_DUP_KEY = OFF) ON [PRIMARY])

    公司的系统需要从sql2005转移到sql2000上,只需要表结构,主要的做法就是通过sqlserver提供的"任务\生成脚本"的向导将表结构导成脚本文件.问题是sql2005提供 ...

最新文章

  1. SpringBoot + Mybatis + Druid + PageHelper 实现多数据源分页
  2. Gnuplot使用x11终端自动注销问题
  3. 一文读懂 K8s 持久化存储流程
  4. 计算机IO系列(二)BIO/NIO/多路复用实现
  5. 图像灰度变换及图像数组操作
  6. cad画流程图的插件_盘一盘,那些提效/创意的 vscode 插件
  7. OA选择首先要清晰概念
  8. 二极管工作原理及应用
  9. docker insecure-registry
  10. 小白刷LeeCode(算法篇)7
  11. java 对接微信公众号(二)获取关注取关事件/用户回复消息
  12. matlab appdesigner制作UI
  13. G-sensor的两种使用方式
  14. 互信息建立基因网络(一)
  15. Bootstrap 组件 Button 按钮
  16. android app实现轮播的图片视频播放video,仿淘宝商品详情的视频播放(android)
  17. Python 判断生肖
  18. 静态分析工具综述:Roodi、Rufus、Reek和Flay
  19. 刘强东:我请你来,不是让你证明我错了!
  20. OpenWrt学习笔记之刷机、救砖

热门文章

  1. Leetcode考场就坐
  2. CUDA各版本之间的区别
  3. 怎么用ps提取图片颜色分析色彩搭配
  4. python中花括号什么作用_Python3中小括号()、中括号[]、花括号{}的区别详解
  5. C++ 学习笔记(3)命名空间using、字符串、string、vector、迭代器、数组
  6. OverTheWire:Bandit通关WriteUp(2019.01.17完)
  7. vs2013已阻止安装程序,需安装IE10
  8. 林志玲--决战刹马镇
  9. copyfile java_java – 使用FileUtils.copyFile复制文件
  10. Android - 蓝牙开发