Find file in gardesk/garshot@2d34e6304e2a55746e76b891218a1db74a81ad49
- .gitignore
- Cargo.lock
- Cargo.toml
- garshot-ipc/Cargo.toml
- garshot-ipc/src/lib.rs
- garshot/Cargo.toml
- garshot/src/capture/cursor.rs
- garshot/src/capture/mod.rs
- garshot/src/capture/region.rs
- garshot/src/capture/screen.rs
- garshot/src/capture/window.rs
- garshot/src/config/mod.rs
- garshot/src/config/naming.rs
- garshot/src/config/toml_config.rs
- garshot/src/daemon/mod.rs
- garshot/src/daemon/server.rs
- garshot/src/daemon/state.rs
- garshot/src/encode/jpeg.rs
- garshot/src/encode/mod.rs
- garshot/src/encode/png.rs
- garshot/src/encode/ppm.rs
- garshot/src/encode/webp.rs
- garshot/src/error.rs
- garshot/src/lib.rs
- garshot/src/main.rs
- garshot/src/selection/blur.rs
- garshot/src/selection/events.rs
- garshot/src/selection/mod.rs
- garshot/src/selection/overlay.rs
- garshot/src/x11/connection.rs
- garshot/src/x11/mod.rs
- garshot/src/x11/monitors.rs
- garshot/src/x11/shm.rs
- garshotctl/Cargo.toml
- garshotctl/src/main.rs