Giter Club home page Giter Club logo

ctree-cli's Introduction

The solution to list the contents of directories in a tree-like format. like this:

创建树形目录结构,类似这样子:

.
└── test
    ├── css
    │   ├── jquery-ui.css
    │   └── main.css
    ├── hide.txt
    ├── img
    │   ├── a.png
    │   └── head
    │       └── b.png
    ├── index.html
    ├── js
    │   └── index.js
    └── 说明.txt

Installation

  $ npm install ctree-cli -g

Options

English:

  • -a All files are printed. include the files those beginning with a dot `.'.
  • -d List directories only.
  • -D Print the date of the last modification time for the file listed.
  • -f Prints the full path prefix for each file.
  • -s Print the size of each file along with the name.
  • -t Sort the output by last modification time instead of alphabetically.
  • -m print "node_modules" dirctory.be default it is not print
  • -I pattern Do not list dir that match the given pattern

中文:

  • -a 显示所有文件和目录,包括以'.'开头的文件
  • -d 显示目录名称而非内容
  • -D 列出文件或目录的更改时间
  • -f 在每个文件或目录之前,显示完整的相对路径名称
  • -s 列出文件或目录大小
  • -t 用文件和目录的更改时间排序
  • -m 显示 node_modules 目录树,默认不显示。显示 node_modules 会消耗非常多的时间
  • -I 需要忽略的文件夹,参数为正则表达式

example

cd test
ctree-cli -a

result:

.
|-test
  |-.babelrc
  |-css
  |  |-jquery-ui.css
  |  |-main.css
  |-hide.txt
  |-img
  |  |-a.png
  |  |-head
  |  |  |-b.png
  |-index.html
  |-js
  |  |-index.js
  |-show.txt
  |-说明.txt

ctree-cli's People

Contributors

ggwork avatar wangxinxuan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.