8000 GitHub - miksen/system: A pub.dev package wrapping system commands using dart:ffi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

miksen/system

Repository files navigation

Language pub package pub points CI status

Launch system operating system commands. Supported on Linux and macOS.

This is a wrapper around system.3: https://man.openbsd.org/system.3

Example uses

For a runable example, see example/main.dart.

Possible uses include:

  • System.invoke('open <Url>');: Open <Url> in the system default web browser.

Notes

For calling regular shell commands, it's recommended to use dart:io's Process.run() method. This allows you to get the standard output and supply standard input.

About

A pub.dev package wrapping system commands using dart:ffi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0