All Projects → jasonheecs → heroku-vim

jasonheecs / heroku-vim

Licence: MIT license
A Heroku plugin that allows you to use vim in a dyno

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to heroku-vim

heroku-kafka-jsplugin
Heroku Kafka CLI Plugin
Stars: ✭ 15 (-31.82%)
Mutual labels:  heroku-cli-plugin
awake-action
Keep your free servers, clusters, dynos awaken (ex: heroku, mongodb, etc.)
Stars: ✭ 152 (+590.91%)
Mutual labels:  dyno
heroku-postico
Heroku Postgres connection tool for Postico
Stars: ✭ 37 (+68.18%)
Mutual labels:  heroku-cli-plugin
heroku-cli-deploy
No description or website provided.
Stars: ✭ 23 (+4.55%)
Mutual labels:  heroku-cli-plugin
heroku-slugs
CLI Plugin to manage downloading of slugs
Stars: ✭ 36 (+63.64%)
Mutual labels:  heroku-cli-plugin
heroku-local
this code is now in https://github.com/heroku/cli
Stars: ✭ 21 (-4.55%)
Mutual labels:  heroku-cli-plugin
heroku-cli-oauth
this code is now in https://github.com/heroku/cli
Stars: ✭ 40 (+81.82%)
Mutual labels:  heroku-cli-plugin

heroku-vim

Build Status Coverage Status

A Heroku plugin that allows you to use vim in a dyno

Installation

heroku plugins:install @jasonheecs/heroku-vim

Usage

heroku vim -a <app-name>

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:

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 <app-name>

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].