rush
rush copied to clipboard
Ruby replacement for bash
Would be nice if piping would be supported: ``` ls | grep foo ``` or provide some better interfaces for this: ``` ls.grep foo ```
Hey! Thanks for continuing this project. At this point the docs are kind of missing, and the only way to figure out how to make use of it on a...
``` $ rush /usr/local/share/gems/gems/rush2-0.8.0/lib/rush/string_ext.rb:1:in `require_relative': cannot load such file -- /usr/local/share/gems/gems/rush2-0.8.0/lib/rush/path (LoadError) from /usr/local/share/gems/gems/rush2-0.8.0/lib/rush/string_ext.rb:1:in `' from /usr/local/share/gems/gems/rush2-0.8.0/lib/rush.rb:83:in `require_relative' from /usr/local/share/gems/gems/rush2-0.8.0/lib/rush.rb:83:in `' from /usr/local/share/gems/gems/rush2-0.8.0/bin/rush:3:in `require_relative' from /usr/local/share/gems/gems/rush2-0.8.0/bin/rush:3:in `' from /usr/local/bin/rush:23:in `load'...
Would be better user experience if Ctrl-C wouldn't result in a backtrace.
Mongel is used for running web-server on remote machine and put requests there. At first, it's insane, we can just use ssh tunnels. And the worst: mongrel doesn't even works,...