mirror of
https://github.com/jasons-gh/the-chomsky-index.git
synced 2026-03-11 08:54:36 +00:00
🗂️ A minimalist program indexing the content of Noam Chomsky
| cnt | ||
| examples | ||
| base.py | ||
| convert.py | ||
| display.py | ||
| icon_black.icns | ||
| icon_black.ico | ||
| icon_white.png | ||
| README.md | ||
| search.py | ||
| sources.py | ||
The Chomsky Index
A minimalist program indexing the content of Noam Chomsky.
Download
Windows
Download The Chomsky Index.exe from releases.
Mac
Download The Chomsky Index.app from releases.
Install from source with pyinstaller
Windows
pyinstaller --icon=icon_black.ico --add-data cnt/*.cnt;cnt --add-data icon_white.png;png -w --onefile display.py
Mac/Linux
pyinstaller --icon=icon_black.icns --add-data cnt/*.cnt:cnt --add-data icon_white.png:png -w --onefile display.py
Usage
Normal search
Use math to search for results containing math, for example in math, maths, mathematics, metamathematics and aftermath.
Separate search
Use anarchism; communism; fascism to search for results with all of anarchism, communism and fascism. Useful in searching for multiple topics mentioned within the same result.
Nearby search
Use bertrand russell + rosa luxemburg to search for results with bertrand russell and rosa luxemburg nearby. Useful in searching for quotes.


