https://github.com/sirgolem/windough
An easy-to-use command-line utility for saving and loading window arrangements on Windows.
https://github.com/sirgolem/windough
cli rust windows windows-desktop
Last synced: 2 months ago
JSON representation
An easy-to-use command-line utility for saving and loading window arrangements on Windows.
- Host: GitHub
- URL: https://github.com/sirgolem/windough
- Owner: SirGolem
- Created: 2024-02-29T18:43:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T18:32:45.000Z (11 months ago)
- Last Synced: 2025-01-24T08:43:38.768Z (4 months ago)
- Topics: cli, rust, windows, windows-desktop
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windough
An easy-to-use command-line utility for saving and loading window arrangements on Windows
## Features
- Save and load window arrangements
- Customisable application launch arguments
- Clear data format## Installation
- Download `windough.exe` from the [Releases tab on GitHub](https://github.com/SirGolem/windough/releases).
- Move `windough.exe` to wherever you want to on your drive
- [Optional] Add the path to the **directory** containing `windough.exe` to your system's `PATH` environment variable to allow it to be used from any terminal## Usage
- System-wide: `windough `
- From parent directory: `windough.exe ` or `./windough.exe `Run `windough help` for a list of commands and arguments
## Configuration
The Windough configuration file (`config.json`) can be found in the config directory opened by `windough open-dir --config`
### Values
- **retry_count** (usize) - A positive integer that determines how many times repositioning and resizing of windows will be attempted
- Default: `5`
- **retry_interval** (usize) - A positive integer that determines how long will be waited (in milliseconds) between each attempt to reposition and resize windows
- Default: `750`