diff --git a/README.md b/README.md index 27be36b..5018ce8 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,17 @@ zoxide import --from z path/to/db +
+ZLocation + +```powershell +$db = New-TemporaryFile +(Get-ZLocation).GetEnumerator() | ForEach-Object { Write-Output ($_.Name+'|'+$_.Value+'|0') } | Out-File $db +zoxide import --from z $db +``` + +
+ ## Configuration ### Flags