We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hiedb -D .hiedb watch .hiefiles
.hie
.hiefiles
The text was updated successfully, but these errors were encountered:
Hi, you can get similar results with entr, then you can use something like fd .hie <some-dir> | entr hiedb -D .hiedb.
entr
fd .hie <some-dir> | entr hiedb -D .hiedb
Sorry, something went wrong.
Yeah, I'm using similar to do auto reindex. just feel nice to have native support.
Plugging for myself but you can use https://github.com/josephsumabat/hiedb-plugin to handle this automatically for you via ghc
No branches or pull requests
command
hiedb -D .hiedb watch .hiefiles
what it does
.hie
files under folder.hiefiles
, whenever a file Changed or New (rather Delete), will try to run indexThe text was updated successfully, but these errors were encountered: