mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +02:00
xplr: add more options to open paths (#7405)
This commit is contained in:
parent
0b6d4b21bc
commit
716baabf3b
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# xplr
|
# xplr
|
||||||
|
|
||||||
> Terminal-based file system explorer.
|
> Terminal-based file system explorer.
|
||||||
> More information: <https://github.com/sayanarijit/xplr>.
|
> More information: <https://xplr.dev>.
|
||||||
|
|
||||||
- Open a directory:
|
- Open a directory:
|
||||||
|
|
||||||
|
@ -10,3 +10,11 @@
|
||||||
- Focus on a file:
|
- Focus on a file:
|
||||||
|
|
||||||
`xplr {{path/to/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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue