OpenSearch TUI banner

OpenSearch TUI

2 devlogs
13h 31m 38s

A TUI which allows users to either: Search the internet (Powered by exa search) and view them using a html to markdown converter, search Wikipedia using their api and something which I am currently working on: JSON to page. It allows users to crea…

A TUI which allows users to either: Search the internet (Powered by exa search) and view them using a html to markdown converter, search Wikipedia using their api and something which I am currently working on: JSON to page. It allows users to create pages using only json.

This project uses AI

Opencode for debugging and implementation of click to view link and refactoring of results.ts

Demo Repository

Loading README...

ItsHotdogFred

Shipped this project!

I built a TUI which allows users to search the web using only their terminal and no web browser

ItsHotdogFred

I did a lot of things in this devlog so I will try to summarize it best that I can.

  • Updated UI to be more modern and professional. This included updating the search screen so pressing tab changes search modes.
  • Added native search which is like my own way of creating pages using JSON. It is still very experimental so there is nothing like java script yet but it is possible to make elements and style them very well.
  • Improved web search to be more modern and also include a description of the website.
  • MAJOR refactor of results.ts to be more modular and easier to add more search modes in the future
Attachment
0
ItsHotdogFred

This is the first devlog of the project, so there’s quite a bit to cover. I created a TUI using OpenTUI and added the ability to search the web and view pages by converting HTML to Markdown, as well as integrating Wikipedia. I’m also working on a feature—almost finished—that allows users to create pages using only JSON.

Attachment
0