wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
64 stars 24 forks source link

Idea: a command for constantly re-index by watching hiefile #51

Open hw202207 opened 1 year ago

hw202207 commented 1 year ago

command

what it does

fendor commented 1 year ago

Hi, you can get similar results with entr, then you can use something like fd .hie <some-dir> | entr hiedb -D .hiedb.

hw202207 commented 1 year ago

Yeah, I'm using similar to do auto reindex. just feel nice to have native support.

josephsumabat commented 6 months ago

Plugging for myself but you can use https://github.com/josephsumabat/hiedb-plugin to handle this automatically for you via ghc