Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ichverstehe-soma

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ichverstehe-soma

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Soma A shot at implementing a REPL-like feature for vim (and everything else able to write to text files).

== Use It! Add the following to your ~/.irbrc:

require 'soma' Soma.start

When you start IRB Soma will listen on a file named /tmp/username_somarepl_buffer and execute everything added there in your IRB session.

(And for the sake of God, use Wirble for a prettier IRB!)

== Vim plugin Copy plugins/soma.vim to ~/.vim/plugin/. The default mapping is Ctrl-c Ctrl-c, which sends the current paragraph or visual selection to IRB.

== Quirks & Annoyances

  • Commands are added to IRB history, but you have to go one item back in your history or invoke some command before it's updated.

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc