OnTopReplica/README.md

49 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2017-09-07 01:51:42 +12:00
# OnTopReplica
2017-09-07 01:51:42 +12:00
**A real-time always-on-top “replica” of a window of your choice, for Windows Vista, 7, 8, or 10.**
2017-09-07 01:51:42 +12:00
This simple utility application shows a blank always-on-top window by default.
2018-04-11 09:50:14 +12:00
Users can pick any other window of the system to have an always up-to-date clone of the target window shown always-on-top.
2017-09-07 01:51:42 +12:00
Very useful for monitoring background processes, wrangling with complex multi-window games or tools, watching Youtube videos while working, and so on.
2017-09-07 01:51:42 +12:00
**📢 Features:**
2017-09-07 01:51:42 +12:00
* Clone any of your windows and keep it *always-on-top* while working with other windows,
* Select a subregion of the cloned window, which:
* Can be stored for future use,
2018-04-11 09:50:14 +12:00
* Can use relative coordinates from the target windows borders.
* Auto-resizing (fit the original window, half, quarter and fullscreen mode),
2017-09-07 01:51:42 +12:00
* Position lock on any corner of your screen,
* Adjustable opacity,
2018-04-11 09:50:14 +12:00
* “Click forwarding”: allows to interact with the cloned window,
* “Click-through”: makes the replica ignore any mouse interaction (turns **OnTopReplica** into an overlay if set together with partial opacity),
* “Group switch”-mode automatically switches through a group of windows while you use them.
2017-09-07 01:51:42 +12:00
## Requirements
2018-04-11 09:50:14 +12:00
* Microsoft Windows Vista or greater (the application makes use of native DWM Thumbnails to create replicas),
* Microsoft .NET Framework 4.7.
2017-09-07 01:51:42 +12:00
* Desktop Composition (a.k.a. Windows *Aero*) enabled.
## Installation
2018-04-11 09:50:14 +12:00
Get the [latest version](https://github.com/LorenzCK/OnTopReplica/releases) from the releases section as an MSI installer.
2017-09-07 01:51:42 +12:00
## Contributions
…are very welcome. Fork away! 🍽️
2018-04-11 09:50:14 +12:00
Submitting [issues](https://github.com/LorenzCK/OnTopReplica/issues) and other feedback is also appreciated.
2017-09-07 01:51:42 +12:00
### Roadmap
2018-04-11 09:50:14 +12:00
1. Update to the newest [WindowsFormsAero](https://github.com/LorenzCK/WindowsFormsAero) version.
1. Migrate to .NET 4.7.
1. Improve/add **High DPI** support!
1. “Stored scenarios” that, just like stored regions, automatically clone a window (based on title or window class criteria), select a region, and set other options. Ideally to be used as Taskbar shortlinks.
2017-09-07 01:51:42 +12:00
1. Move to the Windows Store, via Centennial. 🤞
## License
**OnTopReplica** is licensed under the [MS-RL (Microsoft Reciprocal License)](https://github.com/LorenzCK/OnTopReplica/blob/master/LICENSE).