Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonheecs/heroku-vim
A Heroku plugin that allows you to use vim in a dyno
https://github.com/jasonheecs/heroku-vim
dyno heroku heroku-cli-plugin vim
Last synced: about 2 months ago
JSON representation
A Heroku plugin that allows you to use vim in a dyno
- Host: GitHub
- URL: https://github.com/jasonheecs/heroku-vim
- Owner: jasonheecs
- License: mit
- Created: 2018-12-20T11:14:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T08:14:36.000Z (almost 6 years ago)
- Last Synced: 2024-09-27T12:06:51.478Z (3 months ago)
- Topics: dyno, heroku, heroku-cli-plugin, vim
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 21
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heroku-vim
[![Build Status][travis-badge]][travis-link] [![Coverage Status][coveralls-badge]][coveralls-link]A Heroku plugin that allows you to use vim in a dyno
## Installation
`heroku plugins:install @jasonheecs/heroku-vim`## Usage
`heroku vim -a `This will install vim on your dyno and start a bash shell with `vim` installed on your `$PATH`
You can then open any file in the dyno with vim like so:
```bash
vim /path/to/file
```
#### Running another command instead of bash
You can set a command other than `bash` to be run:
`heroku vim -c 'rails console' -a `
## License
MIT[coveralls-badge]: https://coveralls.io/repos/github/jasonheecs/heroku-vim/badge.svg?branch=master
[coveralls-link]: https://coveralls.io/github/jasonheecs/heroku-vim?branch=master
[travis-badge]: https://travis-ci.com/jasonheecs/heroku-vim.svg?branch=master
[travis-link]: https://travis-ci.com/jasonheecs/heroku-vim