Overview
Integration with other shell history and productivity tools.
Problem
Users may want to migrate from other tools or export to monitoring systems.
Proposed Solution
Integrations:
- Export to atuin format
- Import from fish shell history
- Export stats to Prometheus/Grafana
- Integration with tmux, screen
- Export to Notion, Obsidian
Examples
# Export to atuin
$ sdbh export --format atuin > atuin_history.db
# Import from fish
$ sdbh import --from-fish ~/.local/share/fish/fish_history
# Prometheus metrics
$ sdbh metrics --prometheus > /var/lib/prometheus/sdbh.prom
# Export to Notion
$ sdbh export --format notion --api-key xxx --database yyy
Priority
Medium - Important for adoption
Overview
Integration with other shell history and productivity tools.
Problem
Users may want to migrate from other tools or export to monitoring systems.
Proposed Solution
Integrations:
Examples
Priority
Medium - Important for adoption