mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-03-19 07:30:25 +00:00
Add ZLocation import instructions
This commit is contained in:
parent
b38b89eb3b
commit
8feeec2536
1 changed files with 11 additions and 0 deletions
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 a new issue