summaryrefslogtreecommitdiff
path: root/Userland/open.cpp
AgeCommit message (Expand)Author
2020-12-24open: Mention full URL in 'Failed to open' error messageLinus Groh
2020-12-24open: Handle file:// URLs properlyLinus Groh
2020-12-24open: Remove extraneous newline from error outputLinus Groh
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-10-20Userland: Use new format functions in some programsAndreas Kling
2020-08-08open: Resolve the realpath before passing it to URL()AnotherTest
2020-05-14open: Create a Core::EventLoop before using Desktop::LauncherAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-10Userland: Send absolute paths to LaunchServer and show what failedAnotherTest
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-04-19Userland: Add open(1)Sergey Bugaev