resize-raccoon

所属分类:系统编程
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-11-20 12:39:19
上 传 者sh-1993
说明:  Windows窗口大小调整管理器。
(A Windows window resize manager.)

文件列表:
.vscode/ (0, 2023-11-21)
.vscode/extensions.json (80, 2023-11-21)
docs/ (0, 2023-11-21)
docs/CHANGELOG.md (2487, 2023-11-21)
docs/ROADMAP.md (916, 2023-11-21)
index.html (368, 2023-11-21)
latest_version.json (774, 2023-11-21)
package.json (1109, 2023-11-21)
postcss.config.js (80, 2023-11-21)
public/ (0, 2023-11-21)
public/fonts/ (0, 2023-11-21)
public/fonts/noto-sans-javanese-v23-latin-500.woff2 (10428, 2023-11-21)
public/fonts/noto-sans-javanese-v23-latin-600.woff2 (10340, 2023-11-21)
public/fonts/noto-sans-javanese-v23-latin-700.woff2 (10292, 2023-11-21)
public/fonts/noto-sans-javanese-v23-latin-regular.woff2 (10308, 2023-11-21)
public/fonts/roboto-v30-latin-500.woff2 (15920, 2023-11-21)
public/fonts/roboto-v30-latin-700.woff2 (15860, 2023-11-21)
public/fonts/roboto-v30-latin-900.woff2 (15752, 2023-11-21)
public/fonts/roboto-v30-latin-regular.woff2 (15744, 2023-11-21)
public/home-screenshot-thumb.png (41507, 2023-11-21)
public/home-screenshot.png (134525, 2023-11-21)
public/profile-screenshot-thumb.png (33818, 2023-11-21)
public/profile-screenshot.png (62956, 2023-11-21)
public/resize-raccoon-512x512.png (238256, 2023-11-21)
public/resize-raccoon-logo.png (627221, 2023-11-21)
public/resize-raccoon-streamdeck.png (90719, 2023-11-21)
public/tauri.svg (2599, 2023-11-21)
public/vite.svg (1497, 2023-11-21)
src-tauri/ (0, 2023-11-21)
src-tauri/.env.example (11, 2023-11-21)
src-tauri/Cargo.lock (123042, 2023-11-21)
src-tauri/Cargo.toml (954, 2023-11-21)
src-tauri/build.rs (39, 2023-11-21)
src-tauri/icons/ (0, 2023-11-21)
src-tauri/icons/128x128.png (32265, 2023-11-21)
src-tauri/icons/128x128@2x.png (91727, 2023-11-21)
src-tauri/icons/32x32.png (3425, 2023-11-21)
... ...

Resize Raccoon Logo

# Resize Raccoon > A Windows window resize manager. ## Features - **Automatic Window Resizing**: Set your preferred window dimensions and let Resize Raccoon do the rest. - **Accessible Profiles**: Create profiles for different applications and scenarios. - **Match profile to process once**: After defining a profile you dont need to match it to the process again, manually trigger the preset with a single click as long as the target program is running - **Apply profiles from external applications/shortcuts**: Trigger your profiles from your stream deck or whatever [![Thumbnail description](https://github.com/mistenkt/resize-raccoon/blob/master/./public/home-screenshot-thumb.png)](https://github.com/mistenkt/resize-raccoon/blob/master/./public/home-screenshot.png) [![Thumbnail description](https://github.com/mistenkt/resize-raccoon/blob/master/./public/profile-screenshot-thumb.png)](https://github.com/mistenkt/resize-raccoon/blob/master/./public/profile-screenshot.png) Check the [ROADMAP.md](https://github.com/mistenkt/resize-raccoon/blob/master/./docs/ROADMAP.md) for upcoming planned features. ## Installing To install Resize Raccoon, head over to the [Releases](https://github.com/mistenkt/resize-raccoon/blob/master/https://github.com/mistenkt/resize-raccoon/releases) section and download the latest version for your operating system. ## Usage If you prefer a visual guide, Dan Suzuki has a [Youtube video](https://github.com/mistenkt/resize-raccoon/blob/master/https://www.youtube.com/watch?v=ei5UAPHBp7o) showing of the app. After installing Resize Raccoon, you can create custom profiles for your applications: 1. Open the Resize Raccoon interface. 2. Add a new profile by specifying the target application process, name, size and position and whatever else is there. 1. If you are unsure about the values you can use some of the presets created for different triple monitor setups. 2. You can test your profile before saving it to verify that it works. 3. Enable "Auto-Resize" to allow this profile to be automatically applied when your target process is launched. 4. You can add a custom delay if we need to wait a little before resizing. 3. Once a profile is saved you will see it on the main screen, clicking the little window square on the profile will manually trigger the resize. 4. For the automatic resize to work, you need to enable process watching on the home screen. 5. Minimize to system tray and dont worry about having to resize your applications manually everytime you launch them again. 6. Polling interval can be ajusted in the sidebar. It is set to 1000ms by deafult, in my testing it was very resource friendly so it shouldnt be problem. ### Triggering from StreamDeck As long as the application is running you can trigger profiles from a .bat file or just from cmd directly using `echo apply-profile {profileName} > \\.\pipe\resize-raccoon`. If your profile name contains spaces please wrap it in quites `echo apply-profile "my profile" > \\.\pipe\resize-raccoon` For triggering profiles with stream deck you can either create a .bat file containting the command, or install the streamdeck-commandline plugin found here [mikepowell/streamdeck-commandline](https://github.com/mistenkt/resize-raccoon/blob/master/https://github.com/mikepowell/streamdeck-commandline). [StreamDeck icon](https://github.com/mistenkt/resize-raccoon/blob/master/./public/resize-raccoon-streamdeck.png) NB. There could be cases where the process you are trying to resize wont allow you unless you run `ResizeRaccoon` as admin. ## Running Locally To run Resize Raccoon locally for development or personal use, follow these steps: 1. Clone the repository: ```sh git clone https://github.com/mistenkt/resize-raccoon.git``` 2. Navigate to the project directory ```sh cd resize-raccoon ``` 3. Install the necessary dependencies: ```sh cargo install tauri-cli ``` 4. Run the application in development mode: ```sh cargo tauri dev ``` ## Motivation and Inspiration I need a way to resize borderless windows to span across 3 monitors when playing certain Sim Racing games, and i hate Nvidia Surround. Inspired by [Simple Runtime Window Editor (SRWE)](https://github.com/mistenkt/resize-raccoon/blob/master/https://github.com/dtgDTGdtg/SRWE) which has a bunch more features, but didnt have a sollution for automatically applying profiles to processes. You also had to manually select the process every time which was a bit tedious. Great app tho, but hasnt received updats in many years. I also wanted to try coding with Rust. ## Why Raccoon? Idk, it sounded cute and im sure if they had access to the Windows API they would be great at managing your windows. ## Technologies and frameworks used - Rust - Tauri - Typescript - React - ChatGPT for some of the Rust/Tauri stuff. - Dall-E for the cute illustration. ## Contributing Feel free to open PRs, or suggest features!

近期下载者

相关文件


收藏者