Skip to content

A simple script to navigate between tmux and macOS windows

License

Notifications You must be signed in to change notification settings

sudoremo/navigate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

navigate

A simple script to navigate between tmux and macOS windows. To install, download the navigate script and save it somewhere in your $PATH.

Prerequisites

Installation example

mkdir -p ~/bin
cd ~/bin
wget https://raw.githubusercontent.com/sudoremo/navigate/master/navigate
chmod +x navigate

Then add the following line to your ~/.profile:

export PATH=~/bin:$PATH

Usage

Call navigate left|right|top|bottom to navigate to the left, right, top, bottom tmux pane and, if on the edge, to the respective macOS window.

About

A simple script to navigate between tmux and macOS windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages