Files
spacedrive/apps/desktop/crates/linux
Ericson "Fogo" Soares 774e5b7839 [ENG-1124 | ENG-1154] Ephemeral location bug: Opening files | Path should always be in present in Inspector (#1401)
* New functions to open ephemeral files

* Review items for ephemeral files

* Open and OpenWith context menu for ephemeral paths

* Some warnings

* Fixing inspector

* Fixing windows

* Format

* Messy rebase

* Fix macos

* Cargo fmt

* Removing devtools as it can be opened with keybind

* Fix macos

* Separating ext for ephemeral files on inspector

* Fixing bad rebase

* Removing rename button from quickpreview for ephemeral files

* Quick Preview for ephemeral files

* Requested changes
2023-10-05 07:21:37 +00:00
..
2023-09-12 14:03:25 +00:00

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