mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-22 12:55:13 +00:00
Add ZLocation import instructions
This commit is contained in:
parent
b38b89eb3b
commit
8feeec2536
11
README.md
11
README.md
@ -313,6 +313,17 @@ zoxide import --from z path/to/db
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>ZLocation</summary>
|
||||
|
||||
```powershell
|
||||
$db = New-TemporaryFile
|
||||
(Get-ZLocation).GetEnumerator() | ForEach-Object { Write-Output ($_.Name+'|'+$_.Value+'|0') } | Out-File $db
|
||||
zoxide import --from z $db
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Configuration
|
||||
|
||||
### Flags
|
||||
|
Loading…
Reference in New Issue
Block a user