1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:26:04 +02:00

xplr: add more options to open paths (#7405)

This commit is contained in:
Arijit Basu 2021-11-11 14:10:30 +05:30 committed by GitHub
parent 0b6d4b21bc
commit 716baabf3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# xplr
> Terminal-based file system explorer.
> More information: <https://github.com/sayanarijit/xplr>.
> More information: <https://xplr.dev>.
- 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}}`