Show HN: buse – automate your browser from the terminal
rinvi Saturday, January 10, 2026I wanted to control the browser from the terminal so I made buse:
buse browser-1 # open chrome
buse browser-1 navigate "https://example.com"
buse browser-2 # open a second browser
buse browser-2 search "cat"
buse browser-1 observe # returns JSON about the page
buse browser-1 click 16 # clicks on the learn more link
I've been reading about agentic computer use and I tried to use MCPs and Browserbase, but there was just a lot of friction for me. So, I brought it to the CLI instead.
https://github.com/rinvii/buse
Summary
The article discusses the Buse, an open-source command-line tool that simplifies the process of working with GitHub and Git repositories. It provides a set of convenient commands to manage repositories, pull requests, and more, aiming to improve developer productivity and workflow.
2
0
Summary
github.com