Skip to content

Commit

Permalink
added download link to readme itself and cleared up some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jantari committed Mar 5, 2019
1 parent c7b9be5 commit 5b5e022
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# poshwal


Automatically generates and applies themes for the built-in Windows terminal (`conhost.exe`) based on the colors found in a picture.
Automatically generates and applies themes for the built-in Windows terminal (`conhost.exe`) based on the colors found in an image.

The name is a reference to [pywal](https://github.com/dylanaraps/pywal) and this script is supposed to provide a similar feature for the Windows platform. Albeit similar in name and function, it borrows no code or algorithms from pywal - I wanted to learn and create something of my own (this is also a good excuse for why it's not perfect I guess).
Although the name is a reference to [pywal](https://github.com/dylanaraps/pywal) and this script is supposed to provide a similar feature for the Windows platform it borrows no code or algorithms from pywal - I wanted to learn and create something of my own (this is also a good excuse for why it's not perfect I guess).

## Syntax

Expand All @@ -21,7 +21,9 @@ The name is a reference to [pywal](https://github.com/dylanaraps/pywal) and this
[<CommonParameters>]
```

## Examples
## Usage

Download the latest release from [here](https://github.com/jantari/poshwal/releases/latest) and run:

Simplest example:
```powershell
Expand Down

0 comments on commit 5b5e022

Please sign in to comment.