Skip to content

Xarrow/tan

Repository files navigation

tan


弹出一个世界。 开发者快速在 terminal 中打开当前目录,只需要输入 tan,提高开发效率。 此工具只支持 Python 3.6+。

快速安装

  1. pip 安装(推荐)
pip install tan_up
  1. pipenv 安装
pipenv install tan_up
  1. 源码安装
python setup.py install

快速使用

  1. 在终端中打开当前路径
$ tan
  1. 在终端中复制当前路径
$ tancp
  1. 列出当前目录下的文件(Beta 版本,主要用于 Windows)
$ tanls
  1. 其他 TODO

开源代码

LICENSE

MIT