Skip to content

golang で Windows の tree コマンドを拡張したかった。

License

Notifications You must be signed in to change notification settings

tAkihiko/tree.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tree

Windows の tree コマンドの拡張版(を目指したもの)

オプション

  • -top ディレクトリ
    • 表示するトップのディレクトリを指定
  • -xd ディレクトリ名
    • 無視したいディレクトリ名を指定
    • そのディレクトリは無かったものとして扱う
    • 例:.git, .svn
  • -f
    • ファイル名を出力する
  • -emd ディレクトリ名
    • 空ディレクトリとして扱いたいディレクトリ名

TODO

  • .gitignoreを認識するオプション追加
  • ホワイトリストを読み込み、そのファイルの構成のみを出力するオプション追加

About

golang で Windows の tree コマンドを拡張したかった。

Resources

License

Stars

Watchers

Forks

Packages

No packages published