2021-04-25 05:40:12 +01:00
|
|
|
# xplr
|
|
|
|
|
|
|
|
> Terminal-based file system explorer.
|
2021-11-11 08:40:30 +00:00
|
|
|
> More information: <https://xplr.dev>.
|
2021-04-25 05:40:12 +01:00
|
|
|
|
|
|
|
- Open a directory:
|
|
|
|
|
|
|
|
`xplr {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Focus on a file:
|
|
|
|
|
|
|
|
`xplr {{path/to/file}}`
|
2021-11-11 08:40:30 +00:00
|
|
|
|
|
|
|
- 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}}`
|