Skip to content

cldwalker/ripl-hijack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This ripl plugin gives you a ripl console to any ruby process using hijack.

Install

Install the gem with:

sudo gem install ripl-hijack

Usage

Say on a server far away you have an evil process 666.

Use just like hijack:

$ ripl hijack 666 
=> Hijacked 666
>>

Supports same options as hijack:

$ ripl hijack 666 --mute

Can also take ripl options:

# Don't load irbrc and riplrc
$ ripl hijack 666 --mute -f -F

Limitations

  • Completion is partially working

  • _ isn’t working

About

hijack a ruby process a la ripl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages