A search engine capable of locating, indexing and searching from within the contents of plain text files inside a Unix-like operating system.
|
%!s(int64=9) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
crawl.py | %!s(int64=9) %!d(string=hai) anos | |
interface.py | %!s(int64=9) %!d(string=hai) anos | |
query.py | %!s(int64=9) %!d(string=hai) anos |
unixsearch is a Windows-like search engine capable of locating, indexing and searching from within the contents of plain text files inside a Unix-like operating system.
Unix and Linux have long been criticised by desktop users for not having a readily available and robust file searching funcionality.
Although some simple command-line utilities (find, locate) and even mature GUI applications such as catfish have been developed, they lack the capability of searching within a file.
This has led me to feel that a better search engine had to be developed.