Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sirgru authored Nov 6, 2019
1 parent 3aa86d5 commit e163c09
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ Command line options can be specified either Windows or UNIX style (slash '/' vs

### Switches: ###

-s Input contains status flags from hg/git status commands.\n" +
-c Color the output, which on Windows you must pipe to cmdcolor.exe," +
found here: https://github.com/jeremejevs/cmdcolor\n" +
-i Print tree with 'invisible branches', for 'light' view.\n" +
-l Print a line separator before and after the tree.\n";
-s Input contains status flags from hg/git status commands.
-c Color the output, which on Windows you must pipe to cmdcolor.exe,
found here: https://github.com/jeremejevs/cmdcolor
-i Print tree with 'invisible branches', for 'light' view.
-l Print a line separator before and after the tree.

### How do I use it? ###

Windows:
Windows:
* Download the archive from releases.
* Unpack the archive and add the containing folder to your system Path.
* Download `cmdcolor` and put it on your Path. Otherwise, remove the `/c` switch and edit the `.bat` file.
* Call it with `PathToTree2.bat`.
Expand Down Expand Up @@ -49,4 +50,4 @@ becomes:
└── asdasd
? ghfg.txt
──────────────────────────────────

0 comments on commit e163c09

Please sign in to comment.