Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owlinux1000/vagrant-ttl
Generate a TeraTerm macro from `vagrant ssh-config`
https://github.com/owlinux1000/vagrant-ttl
mit teraterm utils vagrant
Last synced: about 1 month ago
JSON representation
Generate a TeraTerm macro from `vagrant ssh-config`
- Host: GitHub
- URL: https://github.com/owlinux1000/vagrant-ttl
- Owner: owlinux1000
- License: mit
- Created: 2018-07-27T14:02:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T03:48:30.000Z (over 6 years ago)
- Last Synced: 2024-10-02T07:02:42.207Z (about 2 months ago)
- Topics: mit, teraterm, utils, vagrant
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vagrant TTL(TeraTermLanguage)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.txt)
## Install
```
$ git clone https://github.com/owlinux1000/vagrant-ttl
$ cd vagrant-ttl
$ bundle install
$ rake build
$ vagrant plugin install pkg/vagrant-ttl-X.X.X.gem
```## Usage
You can only use this command in ```VAGRANT_CWD``` and while the virtual machine is running up.
After you executed ```vagrant ttl```, can find the file named as *.ttl.```
$ vagrant status
Current machine states:default running (virtualbox)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down forcefully, or you can run `vagrant suspend` to simply
suspend the virtual machine. In either case, to restart it again,
simply run `vagrant up`.
$ vagrant ttl
[ INFO ] Generating default.ttl
```