PythonSearch
An Overview
By Jean Machado and Aeneas Christodoulou
Motivation
Information collection: Entries
Data: Strings / Urls
"python search readme home manual entry": {
"url": "https://github.com/jeanCarloMachado/PythonSearch"
},
Entry = Key: str + Value: dict
Bash Code
"htop": { "cli_cmd": "htop"},
**{ f"get pods for {env}": {"cli_cmd": f"kubectl --context {env} get pods"} for env in ["production", "testing", "development"] },
Python Code
"transform text into a list": {
"callable": transform_clipboard(prepend_text(" - ")),
},
Collection UI Demo
LLM Prompts
'write unit tests with ChatGPT': {
'cmd': "prompt_editor 'write unit tests for the following code:\n'"
},
Information retrieval
Demo (which?)
Interesting data parts
Other features
Roadmap
How to get involved
Thank you for your attention!
Core contributors: Aeneas Christodoulou, Jean Machado
Check the project out!
Repo: https://github.com/jeanCarloMachado/PythonSearch
Open source tools
Agenda