Skip to content

issues Search Results · repo:Byron/open-rs language:Rust

Filter by

39 results
 (79 ms)

39 results

inByron/open-rs (press backspace or delete to remove)

This broke with 5.3.1, so #104 must be the culprit. On 5.3.1. opening a folder path that contains the \\?\ prefix on Windows with open::that_detached makes it open a File Explorer window on my Documents ...
bug
help wanted
  • Raicuparta
  • 5
  • Opened 
    on Jan 3
  • #106

Context: https://github.com/Myriad-Dreamin/tinymist/issues/837 I want to have a robust way to open files by system default application. I simply use open crate by: log::info!( open with system default ...
enhancement
help wanted
  • Myriad-Dreamin
  • 2
  • Opened 
    on Nov 17, 2024
  • #105

A small thing, after #98, when opening folders with the current implementation, the left panel of the file explorer will expand the folder to the current location, and I find it being quite annoying, the ...
enhancement
help wanted
  • Legend-Master
  • 2
  • Opened 
    on Nov 14, 2024
  • #103

Currently OsStr and OsString are not accepted as the app parameter of with, with_command, with_detached, and with_in_background. This does not make sense to me because OsStr should be suitable for interacting ...
enhancement
help wanted
  • ccyuen1
  • 1
  • Opened 
    on Aug 2, 2024
  • #102

Hi there, I m looking for a way to open a file in a blocking way. This is inside a cli that opens the file and immediately exits after it has succeeded/failed. I assume you are meant to do something ...
  • TobiasGrothmann
  • 1
  • Opened 
    on Apr 14, 2024
  • #97

Recently, open::that started failing often with the following error for me on Mac OS: Launcher /usr/bin/open http://127.0.0.1:17376 failed with ExitStatus(unix_wait_status(256)) Usually, it will ...
help wanted
  • ilyagr
  • 2
  • Opened 
    on Apr 12, 2024
  • #96

Since PowerShell has been the default shell in Windows since Windows 10, I wonder if open-rs ought to prefer it over cmd? I worked out an implementation of the command function in windows.rs that the returns ...
  • psobolik
  • 3
  • Opened 
    on Mar 22, 2024
  • #95

Microsoft maintains windows crate that should help with all of the linking issues you might encounter. In particular ShellExecuteW is defined here: https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/UI/Shell/fn.ShellExecuteW.html ...
question
  • nazar-pc
  • 4
  • Opened 
    on Mar 8, 2024
  • #94

When opening a file that is being used by a program, open will fail with ok result It s common to open a log file that is still being used by the program We currently spawn a cmd and run start command ...
question
  • Legend-Master
  • 5
  • Opened 
    on Feb 29, 2024
  • #90

Is there any API that does the same thing as the code below? // Windows Command::new( explorer ) .args([ /select, , \ path\\to\\file ]) // The comma after select is not a typo .spawn() ...
  • thep0y
  • Opened 
    on Jan 31, 2024
  • #87
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub