kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.35k stars 151 forks source link

Track File Path History in Joshuto and Update Zoxide Database #459

Closed xj-m closed 3 months ago

xj-m commented 8 months ago

How to track file path visit history in Joshuto and update Zoxide database? For instance, when creating a new directory and then navigating to it in Joshuto, it appears that this action isn't reflected in Zoxide, as 'z ' results in an error: 'zoxide: no match found'.

Sonico98 commented 8 months ago

Related to #240