Skip to content

Scripts to automate some of the window focusing tasks for your productivity

Notifications You must be signed in to change notification settings

ghoshi/macfocus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

macfocus

macfocus moves the current window focus to a specified application.

Usage:

macfocus <application_name>

Examples:

$ macfocus chrome
$ macfocus Emacs
$ macfocus 'Google Chrome'

macsendstring

sends a string to a specified application and bring the focus back to the calling application.

Usage:

macsendstring <application_name> <string_to_send>

Examples:

$ macsendstring chrome 'hello, world'
$ macsendstring iTerm 'echo "hello, world"'

macpasteto

pastes the clipboard content to a specified application.

Usage:

macpasteto <application_name>

Examples:

$ macpasteto chrome
$ macpasteto iTerm
$ macpasteto 'Google Chrome'

About

Scripts to automate some of the window focusing tasks for your productivity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published