LinuxCommandLibrary

xplr

Terminal-based file system explorer.

TLDR

Open a directory

$ xplr [path/to/directory]
copy


Focus on a file
$ xplr [path/to/file]
copy


Focus on a directory
$ xplr --force-focus [path/to/directory]
copy


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]
copy

Copied to clipboard