mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 11:15:48 +02:00
autojump: add 'jo' command to open directory in OS file manager (#2286)
This commit is contained in:
parent
9875efb920
commit
9f74426458
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`jc {{pattern}}`
|
||||
|
||||
- Open a directory that contains the given pattern in the operating system file manager:
|
||||
|
||||
`jo {{pattern}}`
|
||||
|
||||
- Remove non-existing directories from the autojump database:
|
||||
|
||||
`j --purge`
|
||||
|
|
Loading…
Add table
Reference in a new issue