ssh_config_to_iterm_profiles
ssh_config_to_iterm_profiles
This script reads the ssh_confg for host definitions and generates a dynamic iTerm profiles.json.
Profiles are assigned the default profile by default so that profile settings are inherited. Custom parent profiles can be defined in iTerm and associated with hosts by changing the profile_parents
hash with the approporate pattern.
Installation
git clone this repo.
build
crystal build ssh_config_to_iterm_profiles.cr
Usage
Usage: ssh_config_to_iterm_profiles [arguments]
-c SSH_CONFIG, --ssh-config=SSH_CONFIG
path to ssh config
-p DYNAMIC_PROFILE_DIR, --profile-dir=DYNAMIC_PROFILE_DIR
path to iTerm2 dynamic profiles dir
-n PROFILE_NAME, --outnameput=PROFILE_NAME
generated profile name
-v, --verbose verbose
-d, --defaults Show defaults
-h, --help Show this help
Running As Script
Crystal can be run via source code. Put command arguments after the --
crystal ssh_config_to_iterm_profiles.cr -- -h
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/foo/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Doug Everly - creator and maintainer
Repository
ssh_config_to_iterm_profiles
Owner
Statistic
- 1
- 0
- 0
- 0
- 0
- almost 6 years ago
- January 27, 2019
License
Other
Links
Synced at
Thu, 21 Nov 2024 11:23:31 GMT
Languages