UNPKG

thevider

Version:

Split sceen your apps in Mac OSX using terminal

65 lines (45 loc) 1.61 kB
# thevider [![npm](https://img.shields.io/badge/npm-v2.0.0-green.svg)]() [![license](https://img.shields.io/npm/l/express.svg)]() 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: ```shell npm i -g thevider ``` You could also install this application by cloning or downloading the repository and running the following shell commands. ```shell sudo chmod +x install.sh ./install.sh # needs terminal restart to start working ``` ## Usage ```shell thevider [option] [program_name] #for example thevider f chrome ``` ### Options 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 <acesmndr@gmail.com> http://github.com/acesmndr ## License - **MIT** : http://opensource.org/licenses/MIT [![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)