feat(terminal): Rewrite GJS plugin in Rust

This commit is contained in:
Michael Aaron Murphy 2021-08-23 20:04:10 +02:00
parent 3869e35a80
commit 2aa86e4ff7
8 changed files with 171 additions and 114 deletions

View file

@ -6,6 +6,6 @@
help: "run ",
isolate: true,
),
bin: (path: "terminal.js"),
bin: (path: "terminal"),
icon: Name("utilities-terminal"),
)