GithubHelp home page GithubHelp logo

getguaka / process Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 1.0 26 KB

A POSIX compliant library to run external applications in Swift.

License: MIT License

Swift 100.00%
swift stdout posix-compliant-library carthage

process's People

Contributors

finestructure avatar nsomar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

finestructure

process's Issues

Cannot get live output

In some cases I want to parse the output from a long running Process and selectively output it to the terminal, but it seems that is not currently supported? Any suggestions on where to look if I wanted to add it?

Can't get output

I can't get the results of executing curl https://swift.org/download/

Here is my code:

import Process

let result = Process.exec("curl https://swift.org/download/") 

print(result.stdout)

Stray characters in stdout, stderr

When running commands with echo configuration I’m seeing stray characters in the console:

Stdout:
Login Succeeded
X�@Q��
Stderr:

I first noticed this also when reading from RunResults.stdout and trying to parse it. It looks like something is reading past EOF. I once got an entire extra line from another command in the output stream.

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.