Find file in gardesk/garshot@trunk
- .gitignore
- Cargo.lock
- Cargo.toml
- README.md
- garshot-ipc/Cargo.toml
- garshot-ipc/src/lib.rs
- garshot/Cargo.toml
- garshot/src/annotate/canvas.rs
- garshot/src/annotate/history.rs
- garshot/src/annotate/mod.rs
- garshot/src/annotate/overlay.rs
- garshot/src/annotate/state.rs
- garshot/src/annotate/tools/arrow.rs
- garshot/src/annotate/tools/blur.rs
- garshot/src/annotate/tools/brush.rs
- garshot/src/annotate/tools/ellipse.rs
- garshot/src/annotate/tools/highlight.rs
- garshot/src/annotate/tools/line.rs
- garshot/src/annotate/tools/mod.rs
- garshot/src/annotate/tools/rectangle.rs
- garshot/src/annotate/tools/text.rs
- garshot/src/annotate/ui/color_picker/eyedropper.rs
- garshot/src/annotate/ui/color_picker/hsv_tab.rs
- garshot/src/annotate/ui/color_picker/mod.rs
- garshot/src/annotate/ui/color_picker/palette_tab.rs
- garshot/src/annotate/ui/color_picker/rgb_tab.rs
- garshot/src/annotate/ui/color_picker/tabs.rs
- garshot/src/annotate/ui/mod.rs
- garshot/src/annotate/ui/toolbar.rs
- 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