Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itisrazza authored Mar 14, 2021
1 parent 23897de commit b50239a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# SuperSize
<p align="center"><img src="Assets/Logo/Logo.svg" alt="SuperSize Logo" /></p>
<h1 align="center">SuperSize</h1>
<p align="center">Customisable, Multi-Display Resizer</p>
<p align="center">
<a href="https://github.com/thegreatrazz/SuperSize/actions/workflows/ci.yml">
<img src="https://github.com/thegreatrazz/SuperSize/actions/workflows/ci.yml/badge.svg"
alt="GitHub Actions Badge" />
</a>
</p>

[![Testing](https://github.com/thegreatrazz/SuperSize/actions/workflows/ci.yml/badge.svg)](https://github.com/thegreatrazz/SuperSize/actions/workflows/ci.yml)
**SuperSize** is a utility which maximises your window to multiple displays for maximum work (or play) efficiency. It includes a number of presets to maximise to and it's scriptable with [IronPython] for ultimate adaptability.

## Hacking
[IronPython]: https://ironpython.net/

Download the project and restore the package as with every other C# project.
## Download

I'm still getting a CI/CD pipeline going. Until that happens, I periodically manually upload a [release]. You can always download and build it from source. If you have VS2019 with .NET installed, you should be up and going fairly quickly.

[release]: https://github.com/thegreatrazz/SuperSize/releases

0 comments on commit b50239a

Please sign in to comment.