kimono-koans / httm

Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even Time Machine and Restic backups!)
https://crates.io/crates/httm
Mozilla Public License 2.0
1.37k stars 29 forks source link

FreeBSD: Interactive modes do not render properly #20

Closed kimono-koans closed 2 years ago

kimono-koans commented 2 years ago

Found while debugging: https://github.com/kimono-koans/httm/issues/18

After fresh install to VM, httm does not render the interactive modes properly. Looks as though it's linked to the following issue: https://github.com/lotabout/skim/issues/412

kimono-koans commented 2 years ago

Confirmed that the following comment provides the fix: https://github.com/lotabout/skim/issues/412#issuecomment-850925570

I found that installing misc/terminfo-db and exporting TERMINFO=/usr/local/share/terminfo resolves the issue for me.

I'll add a note to the README under caveats