Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.08 KB

Requirements

PuTTY or KiTTY

Usage

  1. Edit configuration file (putty-quake-console.ini)
  2. Open PuTTY session.
  3. Launch putty-quake-console.ahk
  4. Use configured keybinding to show/hide PuTTY

Configuration

  • putty_path : Absolute path to putty.exe (or kitty.exe)
  • putty_args : Putty arguments
  • putty_type : specify either "PuTTY" or "KiTTY", depending on which you're using
  • hotkey = key combination to show/hide putty
  • session_mode : unused at this time
  • session_path : unused at this time
  • start_hidden : show mintty.exe when script is started (0) or wait for hotkey (1)
  • initial_height : height (in pixels) of the mintty console
  • pinned_by_default : set to 0 to automatically hide mintty when it loses focus
  • animation_step : number of pixels to shift each step of the slide animation
  • animation_timeout : how long (in ms) to wait between each animation_step

TODO

  • Launch putty session from the script
  • GUI for settings