Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catsdeservepets/terminal-to-iterm
https://github.com/catsdeservepets/terminal-to-iterm
colorscheme iterm2 macos python python3 terminal
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/catsdeservepets/terminal-to-iterm
- Owner: CatsDeservePets
- Created: 2024-01-01T16:08:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T22:35:19.000Z (about 1 year ago)
- Last Synced: 2024-12-22T10:16:52.041Z (19 days ago)
- Topics: colorscheme, iterm2, macos, python, python3, terminal
- Language: Python
- Homepage: https://iterm2.com
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal2iTerm
A Python script to convert Apple Terminal color themes into iTerm2 themes.
## Overview
This script provides a simple way to convert color themes from the native format used by the Apple Terminal *(.terminal)* into an iTerm2 compatible format *(.itermcolors)*. It is based on the [iterm2terminal](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/tools/iterm2terminal.py "iterm2terminal") script, providing the reverse functionality.
## Requirements
- Python 3
## Usage
```
usage: terminal2iterm.py [-h] source targetpositional arguments:
source Location of .terminal file to convert
target Directory in which to save iTerm2 color schemeoptions:
-h, --help show this help message and exit
```