open_in_editor

Crates.ioopen_in_editor
lib.rsopen_in_editor
version0.2.1
sourcesrc
created_at2020-05-13 09:36:50.633279
updated_at2024-08-13 15:19:00.704136
descriptionOpen files or directories in the system-default programmer's editor. Reveal files in file explorer/Finder
homepagehttps://lib.rs/open_in_editor
repositoryhttps://gitlab.com/kornelski/open_in_editor
max_upload_size
id241047
size18,648
Kornel (kornelski)

documentation

README

Open files in the default editor

You can find what editor is assigned to a given file extension, and tell the editor to open files or folders.

Implementations for:

  • macOS: uses CoreServices.framework, and has special-case workarounds for quirks of Xcode and Sublime Text 3.

  • Unix: uses xdg-mime + gtk-launch and xdg-open as a fallback.

  • Windows: not supported yet.

Commit count: 3

cargo fmt