feat: gracefully fallback when integration dependencies are not met

If a dependency for an integration is missing, fallback gracefully so as
not to interrupt user experience
This commit is contained in:
2026-04-30 20:11:50 -04:00
parent 7e1c727b69
commit 8d1ab2eeb9
5 changed files with 14 additions and 2 deletions
+2
View File
@@ -103,6 +103,8 @@ See [FZF Bindings](#fzf-bindings) under Key Bindings for the default FZF shortcu
## Integrations
> **Note:** All integrations listed below are designed to elegantly fallback to basic commands or safely ignore their configuration if their required external dependencies are not installed on the system.
### Zoxide
Smart `cd` replacement. `cd` (or `z`) `<keyword>` jumps to the best frecency match; `cdi` (or `zi`) opens an interactive selector.