如何使用 nerdtree 创建目录

我已经使用 NERDTree 有一段时间了。每次我需要创建一个新的目录,我需要去终端。是否有使用 NERDTree 创建目录的快速简单方法。

我读了 医生,但什么也没找到。

31776 次浏览

在 NERDTree 窗口中,按“ m”; 您应该会在底部看到一个菜单。键入“ a”以添加子节点。现在输入要创建的目录,确保在末尾添加“/”,否则脚本将创建一个文件。

AFAIK NERDTree 不能像“ mkdir-p”那样创建父目录。

m将打开下面的菜单,您可以从操作列表中进行选择。

NERDTree Menu. Use j/k/enter and the shortcuts indicated
==========================================================
> (a)dd a childnode
(m)ove the current node
(d)elete the current node
(r)eveal in Finder the current node
(o)pen the current node with system editor
(q)uicklook the current node
(c)opy the current node
Add a childnode
==========================================================
Enter the dir/file name to be created. Dirs end with a '/'
/Library/WebServer/Documents/new-teacher-center/app/Model/

a可以添加一个子节点。子节点可以是文件或文件夹,这取决于是否添加正斜杠(/)。

如果不像下面那样添加一个正斜杠,它将创建一个文件。

Add a childnode
==========================================================
Enter the dir/file name to be created. Dirs end with a '/'
/Library/WebServer/Documents/new-project/app/Model/file

如果像下面这样添加一个正斜杠,它将创建一个文件夹。

Add a childnode
==========================================================
Enter the dir/file name to be created. Dirs end with a '/'
/Library/WebServer/Documents/new-project/app/Model/folder/