Connect to Pry remotely using EventMachine with tab-completion, paging, user authentication and SSL support.
Archive for January 2012
Making GNU Screen Remember Splits
GNU Screen is a great terminal multiplexer or simple window manager for CLI interfaces. Newer versions support spliting a single terminal window both horizontally and vertically. Whenever you detach from a Screen session, any split windows you setup in that session will be lost unless you run nested Screen sessions.
Ssh Adapter for EventMachine
Use net-ssh within EventMachine without blocking the reactor.