.editorconfig | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/BUG_REPORT.md | |
|
|
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
appveyor.yml | |
|
|
benchmarks/memory.rb | 7 | A 0 mins |
|
bin/console | |
|
|
bin/setup | |
|
|
examples/bash.rb | 8 | A 0 mins |
|
examples/basic.rb | 4 | A 0 mins |
|
examples/buffer.rb | 3 | A 0 mins |
|
examples/cli | |
|
|
examples/env.rb | 4 | A 0 mins |
|
examples/logger.rb | 7 | A 0 mins |
|
examples/output.rb | 7 | A 0 mins |
|
examples/pty.rb | 4 | A 0 mins |
|
examples/redirect_stderr.rb | 5 | A 0 mins |
|
examples/redirect_stdin.rb | 10 | A 0 mins |
|
examples/redirect_stdout.rb | 5 | A 0 mins |
|
examples/stdin_input.rb | 6 | A 0 mins |
|
examples/threaded.rb | 10 | A 0 mins |
|
examples/timeout.rb | 7 | A 0 mins |
|
examples/timeout_input.rb | 6 | A 0 mins |
|
examples/wait.rb | 15 | A 0 mins |
|
lib/tty-command.rb | 1 | A 0 mins |
|
lib/tty/command.rb | 115 | A 35 mins |
|
lib/tty/command/child_process.rb | 151 | A 3 hrs |
|
lib/tty/command/cmd.rb | 95 | A 3 hrs |
|
lib/tty/command/dry_runner.rb | 19 | A 0 mins |
|
lib/tty/command/exit_error.rb | 18 | A 0 mins |
|
lib/tty/command/printers/abstract.rb | 36 | A 0 mins |
|
lib/tty/command/printers/null.rb | 11 | A 0 mins |
|
lib/tty/command/printers/pretty.rb | 60 | A 55 mins |
|
lib/tty/command/printers/progress.rb | 22 | A 0 mins |
|
lib/tty/command/printers/quiet.rb | 27 | A 0 mins |
|
lib/tty/command/process_runner.rb | 125 | A 2 hrs |
|
lib/tty/command/result.rb | 57 | A 0 mins |
|
lib/tty/command/truncator.rb | 54 | A 0 mins |
|