Skip to content

Commit

Permalink
Update README to show support for windows powershell (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalloway authored and mackwic committed Oct 30, 2018
1 parent ee141dc commit 20f5997
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ and add this to your `lib.rs` or `main.rs`:

- Safe rust, easy to use, minimal dependencies, complete test suite
- Respect the `CLICOLOR`/`CLICOLOR_FORCE` behavior (see [the specs](http://bixense.com/clicolors/))
- Works on Linux, MacOS, and Windows (Powershell)

#### Colors:

Expand Down Expand Up @@ -117,8 +118,6 @@ You can use have even finer control by using the

## Todo

- **Windows console support**: this works only with ANSI terminals. I plan to
support the windows console also.
- **More tests ?**: We always welcome more tests! Please contribute!

## Credits
Expand Down

0 comments on commit 20f5997

Please sign in to comment.