ladybird/Userland
speles 0071742a5a FileManager: Use ArgsParser, handle more options
This adds 2 more flags, that help with the "select on start" invocation.
-s - makes us open the parent directory of the entry, and select it.
-r - makes FileManager to skip real path resolution for cases when we
     want to select the symlink in parent directory.

Also, if the file path is passed as argument, not it will open parent
with the file selected.
2021-03-07 11:00:36 +01:00
..
Applications FileManager: Use ArgsParser, handle more options 2021-03-07 11:00:36 +01:00
Demos Cube: Add an argument for the "frameless cube" option 2021-03-03 11:03:34 +01:00
DevTools HackStudio: Restart LanguageServer if it crashes 2021-03-06 09:40:33 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibCore: Add String variant for ArgsParser::add_positional_argument 2021-03-07 11:00:36 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services WebServer: Serve X-Frame-Options and X-Content-Type-Options HTTP headers 2021-03-06 15:04:16 +01:00
Shell Shell: Add support for enumerating lists in for loops 2021-03-07 10:59:51 +01:00
Tests AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE 2021-03-03 20:19:24 +01:00
Utilities Userland: Gate OSC 9 usage in test-js behind an argument 2021-03-02 09:00:21 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00