NNB/shell_on_ruby
Archived
2
1
Fork
You've already forked shell_on_ruby
0
Convenient subprocess interface https://rubygems.org/gems/shell_on_ruby
This repository has been archived on 2026年02月11日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Ruby 100%
2026年02月11日 07:58:52 +01:00
lib I'm too tired 2024年02月16日 13:57:22 +07:00
.gitignore Restructured files 2024年02月11日 20:35:14 +07:00
.rubocop.yml Restructured files 2024年02月11日 20:35:14 +07:00
CHANGELOG.md Restructured files 2024年02月11日 20:35:14 +07:00
CODE_OF_CONDUCT.md Restructured files 2024年02月11日 20:35:14 +07:00
Gemfile Restructured files 2024年02月11日 20:35:14 +07:00
LICENSE.txt Restructured files 2024年02月11日 20:35:14 +07:00
Rakefile Restructured files 2024年02月11日 20:35:14 +07:00
README.md Update README.md 2026年02月11日 07:58:52 +01:00
shell_on_ruby.gemspec Updated command.rb 2024年02月11日 21:54:01 +07:00

Warning

This project is no longer maintain.
Please use the superior project: Rubyshell
Which have the same Idea but execute way better, and have proper document.

💡 About

Shell on Ruby is a convenient subprocess interface that allows you to call any program as if it were a method.

📥 Installation

Install the gem and add to the application's Gemfile by executing:

bundle add shell_on_ruby

If bundler is not being used to manage dependencies, install the gem by executing:

gem install shell_on_ruby

💌 Credits

Made with <3 by NNB