Skip to content

Scans text files in a given folder and maintains a flatfile index sensitive to updates. The results are displayed in decreasing order of relevance. JS based intuitive and helpful UI. Maintains history. Intelligent suggestions based on past events. The results shown contains specific lines extracted from the file so that user can check the contex…

MPOWER4RU/Python-Desktop-Search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Desktop indexing/search utility

MIT License - https://opensource.org/licenses/MIT , Apoorv Kumar, 2012

Written in Python

Scans text files in a given folder and maintains a flatfile index sensitive to updates. The results are displayed in decreasing order of relevance. JS based intuitive and helpful UI. Maintains history. Intelligent suggestions based on past events. The results shown contains specific lines extracted from the file so that user can check the context in which the keyword has been used.

Check out more here - http://eat-sleep-code.blogspot.in/p/my-coding-projects.html

###To install (on linux machine with say XAMPP server)

* copy pyth_srch_files folder to cgi-bin folder in your server (most probably at <xampp_directory/> )
* copy static_files to htdocs folder in the same directory.
* fire up your xampp server
* GOTO http://localhost/cgi-bin/pyth_srch_files/gui
* you might also want to access the location from remote location.
* files that are indexed and searched are stored in pyth_srch_files/files

About

Scans text files in a given folder and maintains a flatfile index sensitive to updates. The results are displayed in decreasing order of relevance. JS based intuitive and helpful UI. Maintains history. Intelligent suggestions based on past events. The results shown contains specific lines extracted from the file so that user can check the contex…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.2%
  • CSS 6.8%
  • JavaScript 4.0%