1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 19:21:00 +00:00
serenity/Userland/Applications/FileManager
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
..
CMakeLists.txt Base: Add new icons for fonts and File Manager 2021-02-25 08:08:26 +01:00
DesktopWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DesktopWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DirectoryView.cpp FileManager: Add launch handler actions to desktop context menu 2021-03-03 21:53:01 +01:00
DirectoryView.h FileManager: Add launch handler actions to desktop context menu 2021-03-03 21:53:01 +01:00
FileManagerWindow.gml FileManager: Add layout options to View menu 2021-02-13 11:01:59 +01:00
FileUtils.cpp FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
FileUtils.h FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
main.cpp FileManager: Use ArgsParser, handle more options 2021-03-07 11:00:36 +01:00
PropertiesWindow.cpp Applications: Open folder with pre-selected file where appropriate :^) 2021-03-07 11:00:36 +01:00
PropertiesWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00