ghostty_vte 0.0.3+1 copy "ghostty_vte: ^0.0.3+1" to clipboard
ghostty_vte: ^0.0.3+1 copied to clipboard

Dart FFI bindings for Ghostty's virtual-terminal engine (libghostty-vt). Paste-safety checks, OSC parsing, SGR attribute parsing, and keyboard event encoding — on native platforms and on the web via W [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ghostty_vte

Use it

The package has the following executables:

$ setup

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ghostty_vte

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ghostty_vte: ^0.0.3+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ghostty_vte/ghostty_vte.dart';
0
likes
0
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

Dart FFI bindings for Ghostty's virtual-terminal engine (libghostty-vt). Paste-safety checks, OSC parsing, SGR attribute parsing, and keyboard event encoding — on native platforms and on the web via WebAssembly.

Homepage
Repository (GitHub)
View/report issues

Topics

#terminal #vte #ffi #ghostty #ansi

License

unknown (license)

Dependencies

code_assets, crypto, ffi, hooks, path

More

Packages that depend on ghostty_vte