0.0.4 • Published 9 years ago

gardener-cli v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

gardener-cli

Puts windows back in place after unplugging external display.

When I have meetings I unplug the screen from my laptop to take the laptop to the meeting room, so all the windows are re-positioned to fit in one screen only. After the meeting, when I plug it back to the external screen, I need to manually move all the windows back in place.

Feel my pain? Look no further!

gardener is a tool to save and resore windows postion with ease.

Install

$ npm install --global gardener-cli

Examples

Save default preset:

$ gardener --save

Save preset with custom name:

$ gardener --save external-display

restoring presets goes the same way:

$ gardener --restore
$ gardener --restore external-display

You can chose which preset to restore:

$ node index.js
? Choose a preset to restore (Use arrow keys)
❯ external-display
  laptop-screen

... or to delete:

$ node index.js --del
? Choose a preset to delete (Use arrow keys)
❯ external-display
  laptop-screen

License

MIT © Roman Paradeev