-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |