https://github.com/yudaishimanaka/hizuru
Simple Windows Terminal background image changer
https://github.com/yudaishimanaka/hizuru
background-image windows-terminal
Last synced: 2 months ago
JSON representation
Simple Windows Terminal background image changer
- Host: GitHub
- URL: https://github.com/yudaishimanaka/hizuru
- Owner: yudaishimanaka
- License: mit
- Created: 2023-04-30T09:49:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T13:53:07.000Z (about 2 years ago)
- Last Synced: 2025-01-27T06:29:42.332Z (4 months ago)
- Topics: background-image, windows-terminal
- Language: Go
- Homepage:
- Size: 2.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# hizuru
Simple Windows Terminal background image changer.
With a few settings and a single command, you can switch to your favorite background image at any time.## Demo
https://github.com/yudaishimanaka/hizuru/assets/11958380/6dec801a-205e-4dbd-9a25-9bac4f15ac6f## Requirement
All you need is a [Windows Terminal](https://github.com/microsoft/terminal).## Install
1. Download from the [release](https://github.com/yudaishimanaka/hizuru/releases/tag/v1.0.0) according to your computer architecture.
2. Unzip and register the PATH of the command.
3. Set the `HIZURU_IMAGE_PATH` environment variable.
```powershell
[Environment]::SetENvironmentVariable("HIZURU_IMAGE_PATH", "C:\hoge\fuga", "User")
```## Usage
Place the background image directly under the `HIZURU_IMAGE_PATH` directory, then simply run the command.Only one subcommand and flag.
Change background image.
`hizuru change`If you are using the preview version of the Windows Terminal.
`hizuru --preview change`## Licence
[MIT](https://github.com/yudaishimanaka/hizuru/blob/master/LICENSE)## Author
[yudaishimanaka](https://github.com/yudaishimanaka)