gitbutler/src-tauri
Scott Chacon 35f28cbc94
Add a Terminal (#49)
This implements a simple terminal frontend using Xterm and backend using portable_pty. It will not yet record, but it should keep a separate terminal per project, resize properly, change directories to the project, etc.

https://docs.rs/portable-pty/latest/portable_pty/
2023-04-05 10:10:07 +02:00
..
icons update all icons 2023-03-31 11:47:58 +02:00
src Add a Terminal (#49) 2023-04-05 10:10:07 +02:00
.gitignore simple tauri example 2023-01-31 15:55:57 +01:00
build.rs simple tauri example 2023-01-31 15:55:57 +01:00
Cargo.lock Add a Terminal (#49) 2023-04-05 10:10:07 +02:00
Cargo.toml Add a Terminal (#49) 2023-04-05 10:10:07 +02:00
tauri.conf.json allow production url in csp 2023-03-01 12:04:29 +01:00
tauri.conf.release.json show footer and link to cloud if the project is syncing 2023-02-23 12:21:21 +01:00