piotrmurach/tty-command

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.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
bin/console
bin/setup
examples/cli
tasks/console.rake
tasks/coverage.rake
tasks/spec.rake
tty-command.gemspec
benchmarks/memory.rb7
examples/bash.rb8
examples/basic.rb4
examples/buffer.rb3
examples/env.rb4
examples/logger.rb7
examples/output.rb7
examples/pty.rb4
examples/redirect_stderr.rb5
examples/redirect_stdin.rb10
examples/redirect_stdout.rb5
examples/stdin_input.rb6
examples/threaded.rb10
examples/timeout.rb7
examples/timeout_input.rb6
examples/wait.rb15
lib/tty-command.rb1
lib/tty/command.rb115
A
35 mins
lib/tty/command/child_process.rb151
A
3 hrs
lib/tty/command/cmd.rb95
A
3 hrs
lib/tty/command/dry_runner.rb19
lib/tty/command/exit_error.rb18
lib/tty/command/printers/abstract.rb36
lib/tty/command/printers/null.rb11
lib/tty/command/printers/pretty.rb60
A
55 mins
lib/tty/command/printers/progress.rb22