https://github.com/cldwalker/ripl-hijack
hijack a ruby process a la ripl
https://github.com/cldwalker/ripl-hijack
Last synced: about 1 year ago
JSON representation
hijack a ruby process a la ripl
- Host: GitHub
- URL: https://github.com/cldwalker/ripl-hijack
- Owner: cldwalker
- License: mit
- Created: 2010-12-15T06:12:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-15T06:15:41.000Z (over 15 years ago)
- Last Synced: 2025-04-06T18:53:03.214Z (about 1 year ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: CHANGELOG.rdoc
- License: LICENSE.txt
Awesome Lists containing this project
README
== Description
This ripl plugin gives you a ripl console to any ruby process using
{hijack}[https://github.com/ileitch/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