Updated README to include information about importing data from txt file

This commit is contained in:
abdulfatah mohammed sheikh 2025-05-24 23:12:27 +03:00
parent ba11dba279
commit 2fb0e476a5
1 changed files with 15 additions and 0 deletions

View File

@ -396,6 +396,21 @@ zoxide can be installed in 4 easy steps:
</details>
<details>
<summary>txt file</summary>
> In case you want to backup from txt
>
> ```sh
> # create a back up
> zoxide list > x.txt
> # import the backup later
> zoxide import --from=txt x.txt
> ```
>
</details>
## Configuration
### Flags