feat(terminal): Rewrite GJS plugin in Rust
This commit is contained in:
parent
3869e35a80
commit
2aa86e4ff7
8 changed files with 171 additions and 114 deletions
|
|
@ -23,6 +23,7 @@ fn main() {
|
|||
"pop-shell" => block_on(plugins::pop_shell::main()),
|
||||
"pulse" => block_on(plugins::pulse::main()),
|
||||
"scripts" => block_on(plugins::scripts::main()),
|
||||
"terminal" => block_on(plugins::terminal::main()),
|
||||
"web" => block_on(plugins::web::main()),
|
||||
unknown => {
|
||||
eprintln!("unknown cmd: {}", unknown);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue