Skip to main content

t is for terminal. iTerm2 automated configuration

Project description

iterm2magic: t is for terminal

iTerm2 automated configuration. Stop configuring your terminals or setting up your environment.

iterm2magic is a very simple utility that allows you to define your terminal configurations and layout for a specific project and run specific commands in each properly named tabs. t keeps track of terminals and processes it creates and allows you to shut everything down gracefully or forcefully.

Be in control of your setup, trust it, forget about it and focus on your tasks.

Usage

Usage: iterm2magic [OPTIONS] COMMAND

iTerm2 automated configuration

Commands:
  start		Start commands in named tabs or named configuration
  stop		Stop commands and close opened tabs / windows
  help		display this page

Example

$ t start "docker-compose up@docker" "cd front;yarn start@front" "cd back;yarn start@back"

Will create a new iTerm window with 3 tabs:

  • The first tab will be named docker and will run docker-compose up
  • The second tab will be named front and will go to the front subdirectory and run yarn start
  • The third tab will be named back and will go to the back subdirectory and run yarn start

Say Thanks!

Say Thanks!

Simply click on the icon above to let me know you like it. Takes less than a minute.
This is simple and keeps me motivated to make improvements

System Dependencies

iterm2magic relies on the iterm2 python package
iterm2 relies on iTerm 3.3.10 or higher
iTerm python scripting API must be enabled
Follow the tutorial here that will guide you to enable it

Installation

t can be installed with pip:

$ pip install iterm2magic

Alternatively, you can grab the latest source code from GitHub:

$ git clone git://github.com/michakfromparis/iterm2magic.git
$ cd iterm2magic
$ python setup.py install

Documentation

Documentation Status

iterm2magic has usage and reference documentation at iterm2magic.readthedocs.io.
Say Thanks! This is simple and keeps me motivated to make improvements

Contributing

iterm2magic happily accepts contributions. Please see our contributing documentation for some tips on getting started.

Security Disclosures

To report a security vulnerability, please use the Tidelift security contact.
Tidelift will coordinate the fix and disclosure with maintainers.

Maintainers

Credits

Infinite thanks to George Nachman (@gnachman) for brewing OSX's favorite terminal for so many years and opening the scripting API to python after years of solid AppleScripting (not sure solid was the right word).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iterm2magic-0.1.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

iterm2magic-0.1.0-py2-none-any.whl (15.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page