Latest posts
Deploying a Django Site Via Docker
August 16
The Joys of Being a Linux Nerd
September 22
Projects
GPT Terminal
I like terminal apps, and since I know and enjoy using Python and APIs, I wrote ChatGPT for my terminal. I used the Rich library written for Python. It can provide a nice looking UI which outputs Markdown.
I used a Sqlite3 database for the context memory, and a .md file that I can send in as my prompt if I need more space to show code.