GithubHelp home page GithubHelp logo

timeout's Introduction

timeout

Build Status Coverage Status MIT License GoDoc

Timeout invocation. Go porting of GNU timeout

Description

Run a given command with a time limit.

Synopsis

tio := &timeout.Timeout{
	Cmd:            exec.Command("perl", "-E", "say 'Hello'"),
	Duration:       10 * time.Second,
	KillAfter:      5 * time.Second,
}
exitStatus, stdout, stderr, err := tio.Run()

Author

Songmu

timeout's People

Contributors

songmu avatar mattn avatar syohex avatar

Stargazers

Masaya Watanabe avatar Ryusei Ishikawa avatar  avatar sheepla avatar  avatar ariesike avatar ginokent avatar GOZU Kenichiro avatar Takayuki Kasai avatar Joohun, Maeng avatar namihey avatar OllyCat avatar thinkpoet avatar  avatar Chance Zibolski avatar Roman Hossain Shaon avatar ik5 avatar Hajime Hoshi avatar SHIMIZU Taku avatar Adam Stokes avatar Hiroto Funakoshi avatar  avatar Matt Murahashi Kenichi avatar vulcangz avatar Masayuki Izumi avatar Tanabe Ken-ichi avatar bon avatar Shunsuke Suzuki avatar Shuya Motouchi avatar Ken’ichiro Oyama avatar Lucas Alexander Floriani avatar micnncim avatar Toan Tran avatar args avatar nnao45 avatar Shunsuke Maeda avatar Akihiro Suda avatar sawadashota avatar Kazuki Higashiguchi avatar Linda_pp avatar Ryo Nakao avatar akira-kuriyama avatar メタ構文変数 avatar ktr avatar Scott Ivey avatar k-kurikuri avatar TONy.W avatar  avatar  avatar Kohki Makimoto avatar Yoshiaki Sugimoto avatar abnoumaru avatar voilet avatar karupanerura avatar  avatar ICHINOSE Shogo avatar Serge Simard avatar sinmetal avatar huydx avatar Talos avatar Hiroaki Nakamura avatar Kazuhiro Homma avatar Asuka Suzuki avatar Ryuzo Yamamoto avatar Ryota Yoshikawa avatar tom--bo avatar chikamim avatar Masaki ISHIYAMA avatar mathhun avatar Taichi Nakashima avatar Yuuki TSUBOUCHI avatar Benjamin Ruston avatar Lubomir Anastasov avatar OKAMURA Naoki aka nyarla / kalaclista avatar

Watchers

 avatar karupanerura avatar James Cloos avatar Akihiro Suda avatar  avatar

timeout's Issues

Add the installation guide with aqua to the document

Hi, thank you for your great project!

We suggest to add the installation guide with aqua to the document.
aqua is a declarative CLI Version Manager.
You can install this tool with aqua.

aqua init # Create aqua.yaml
aqua g -i Songmu/timeout # Add this tool to aqua.yaml
aqua i # Install tools

For the detail of aqua, please see the official document.

We expect you can just copy and paste the following guide to your document.


Install with aqua

You can install this tool with aqua.

aqua g -i Songmu/timeout # Add Songmu/timeout to aqua.yaml

Thank you.

This issue was created automatically by script. For the detail, please see here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.