glean icon indicating copy to clipboard operation
glean copied to clipboard

Non-text file indexing support

Open silentbicycle opened this issue 14 years ago • 0 comments

Set up configuration hooks* for non-text files that nonetheless can be meaningfully indexed: Pass .mp3s through id3tag, PDFs through ps2ascii, .docs through antiword, etc., and index the output. (Optionally, cache it.)

  • Idea: Call a script that reads a filename, returns "IGNORE", "OK", or a command line to pass it through. Include an example awk script with reasonable defaults.

silentbicycle avatar May 24 '11 02:05 silentbicycle