From 8feeec253671eb3b00a06b9cdf017a013d660e4d Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Mon, 29 Aug 2022 02:52:47 +0530 Subject: [PATCH] Add ZLocation import instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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