Skip to content

ウィンドウ名を指定してウィンドウの大きさを変更するコマンドラインツール

Notifications You must be signed in to change notification settings

lmdslyngl/wndsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wndsize

ウィンドウ名を指定してウィンドウの大きさを変更するコマンドラインツール

使い方

例: ウィンドウのタイトルにfirefoxを含むウィンドウの大きさを1280x840に変更する

$ wndsize \
    --resize-window \
    --title "$(wndsize --list-windows | grep -i firefox)" \
    --width 1280 \
    --height 840

オプション

  • --resize-window
    • ウィンドウの大きさを変更する
  • --title
    • 大きさを変更するウィンドウのタイトル
  • --width
    • 変更後のウィンドウの幅
  • --height
    • 変更後のウィンドウの高さ
  • --list-windows
    • ウィンドウのタイトル一覧を表示する

About

ウィンドウ名を指定してウィンドウの大きさを変更するコマンドラインツール

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages