mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
* Implement `Open With` for Linux * Fix TS typechecker failing and Rust formatting * Take args by ref --------- Co-authored-by: Ericson Fogo Soares <ericson.ds999@gmail.com>
214 B
214 B
Linux crate
For some OS specific operations
The code for parsing Desktop Entries and finding which programs handle a certain mime-type is based on:
https://github.com/chmln/handlr (MIT)
thanks @chmln