0.0
No commit activity in last 3 years
No release in over 3 years
This ripl plugin gives you a ripl console to any ruby process using hijack.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0.1.9
>= 0.2.8
 Project Readme

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