thevider
v2.0.0
Published
Split sceen your apps in Mac OSX using terminal
Readme
thevider
Divide the screen for your applications.
A npm package which consists of a script written for Mac OS X in applescript that will allow you to resize window size of applications with simple terminal command. It will allow you to align applications or programs to top, bottom, left, right and four corners of the screen for easy viewing thus replacing the manual method of resizing apps.
Features
- Replaces manual resizing of mac application windows
- No dependencies
- Light weight
Installation
For installing this application using node:
npm i -g theviderYou could also install this application by cloning or downloading the repository and running the following shell commands.
sudo chmod +x install.sh
./install.sh
# needs terminal restart to start workingUsage
thevider [option] [program_name]
#for example
thevider f chromeOptions
Option | Detail --- |:---:| f | Full screen t | Top half of screen b | Bottom half of screen l | Left half of screen r | Right half of screen 1 | Top Left Quarter 2 | Top Right Quarter 3 | Bottom Left Quarter 4 | Bottom Right Quarter
Author
Aashish Manandhar [email protected] http://github.com/acesmndr
License
- MIT : http://opensource.org/licenses/MIT
