diff --git a/pages/common/xplr.md b/pages/common/xplr.md index 0e5db351e..eb56366cc 100644 --- a/pages/common/xplr.md +++ b/pages/common/xplr.md @@ -1,7 +1,7 @@ # xplr > Terminal-based file system explorer. -> More information: . +> More information: . - Open a directory: @@ -10,3 +10,11 @@ - Focus on a file: `xplr {{path/to/file}}` + +- Focus on a directory: + +`xplr --force-focus {{path/to/directory}}` + +- Open a directory with specific files or directories selected: + +`xplr {{path/to/directory}} {{path/to/selected_file_or_directory1}} {{path/to/selected_file_or_directory2}}`