• फ़ाइल के नाम और सामग्री के आधार पर खोज करने वाला लोकल डेस्कटॉप टूल
  • Linux/Windows/Mac सपोर्ट
  • अधिकांश डॉक्यूमेंट फ़ॉर्मैट्स को सपोर्ट करता है, और कुछ डॉक्यूमेंट्स के लिए बाहरी application/library का उपयोग करता है (उदा: .hwp के लिए pyhwp module)
  • सामान्य फ़ाइलों, compressed files, email attachments आदि के अंदर मौजूद फ़ाइलों को भी अपने-आप अंदर से (transparent) decompress करके दिखाता है
  • क्लिक करने पर native editor में दिखाता है, या तेज़ text preview window में दिखाता है
  • QtGUI, कमांड लाइन से उपयोग किया जा सकता है और web frontend भी दिया गया है, इसलिए remote से भी इस्तेमाल संभव है
  • शक्तिशाली query सुविधाएँ: logical search, phrase search, proximity search, wildcard का उपयोग, file format और directory tree filtering, GUI-आधारित query builder उपलब्ध

डिफ़ॉल्ट रूप से index की जाने वाली फ़ाइल फ़ॉर्मैट्स

  • टेक्स्ट/HTML
  • ईमेल: Maildir, MH, Mailbox (Mozilla, Thunderbird, Evolution सपोर्ट)
  • चैट लॉग: Gaim, Purple
  • Scribus फ़ाइलें
  • Man pages: groff आवश्यक
  • Mimehtml web archive

वे फ़ाइल फ़ॉर्मैट्स जिनके लिए Python3 आवश्यक है

  • Excel और PowerPoint (पुराना OpenXML फ़ॉर्मैट)
  • Zip compressed files
  • Joplin notes
  • Dia diagrams
  • Tar compressed files: डिफ़ॉल्ट रूप से disabled, config file में enable करना होगा
  • Konqueror web archive
  • Midi Karaoke files: Python3 'six' और 'chardet' modules आवश्यक

वे फ़ाइल फ़ॉर्मैट्स जिनके लिए बाहरी tools आवश्यक हैं

  • XML-आधारित फ़ाइल फ़ॉर्मैट्स :libxml2 और libxslt C++ libraries का उपयोग
    • OpenOffice, MS Office OpenXML, Abiword, Kword, Fb2 e-book, SVG, Gnumeric, Okular annotation files
  • PDF: pdftotext (poppler-utils package आवश्यक)
  • Microsoft Word: antiword और wvWare
  • RTF: unrtf (नवीनतम version अनुशंसित)
  • CHM: pychm और chmlib
  • EPUB: Python और epub module आवश्यक
  • Microsoft Outlook .pst/.ost: libpff का उपयोग
  • Hancom HWP: pyhwp
  • WordPerfect: wpd2html (libwpd-tools package)
  • djvu: DjVuLibre
  • audio tags: mutagen
  • image tags: exiftool
  • GNU info files: Python और info command आवश्यक
  • Lyx: Lyx install होना आवश्यक
  • Rar compressed files: unrar या rarfile package का उपयोग
  • 7zip compressed files: py7zr या pylzma का उपयोग
  • iCalendar (.ics): icalendar module आवश्यक
  • Mozilla calendar data
  • Postscript: ghostscript, ps2pdf, pdftotext
  • TeX: untex या detex का उपयोग
  • DVI: catdvi आवश्यक

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.