yudaishimanaka / hizuru

Simple Windows Terminal background image changer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hizuru icon

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

hizuru-demo.mp4

Requirement

All you need is a Windows Terminal.

Install

  1. Download from the release according to your computer architecture.
  2. Unzip and register the PATH of the command.
  3. Set the HIZURU_IMAGE_PATH environment variable.
    [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

Author

yudaishimanaka

About

Simple Windows Terminal background image changer

License:MIT License


Languages

Language:Go 100.0%