district10 / blog

一点分享
https://github.com/district10/blog-publish
MIT License
22 stars 2 forks source link

Windows 上的命令行工具:Git Bash for Windows & ConEmu #6

Open district10 opened 8 years ago

district10 commented 8 years ago

Git Bash

Git Bash for windows 是必装的,参考我的博客:Git、GitHub 和 Windows#下载 Git for Windows

ConEmu

ConEmu 也是必须的,比起 XShell(我没用过),它不要钱而且 portable,还提供 x86 和 amd64 两个版本,总共才 2 MB 多点的样子。

首先,在 Settings -- Startup -- Tasks 里新建一个 task:

"%ProgramFiles%\Git\bin\sh.exe" --login -i -new_console:d:D:\tzx\git

这样就可以随时用 git bash 打开自己的 git 根目录。然后 cd blog 去写博客,cd notes 去写笔记。

然后,就当成一个支持 tab 功能的 git bash 把。

外,总结一下自己使用过程中发现的 pros and cons:

TODO:如何在 Explorer 里添加 ContextMenu 选项,使得能够在这个文件夹啊打开 ConEmu? 自己的笔记本上用 exe 安装包安装,而不是那个 portable 的版本。

district10 commented 8 years ago

吐槽: “最简单的方法: 菜单里选择New console...,然后在对话框里面输入程序名称即可,注意这里不仅仅可以输入cmd/powershell/vim/far这些console程序,你输入putty甚至notepad,都是可以的!”,我实在不知道这到底哪里牛逼了……不就是加个 %PATH% 的事情么?!