The purpose of this application is to be a minimal, terminal-based tool for getting updates on Launchpad bugs of interest.
- Add a bug to follow with
add <bug #>
, and the application will poll LP for updates on that bug. - Bug title and message age are pulled and displayed, and updated every five minutes
- Drop a bug you no longer care about with
drop <bug #>
That's it.
$ sudo apt install direnv
- add the following line to your .bashrc:
eval "$(direnv hook bash)"
cd
to project directory$ echo 'layout go' > .envrc
This should prompt the following message:direnv: error .envrc is blocked. Run
direnv allow
to approve its content.direnv allow
go get main
go run main
- Adjust refresh rate
- Nicer display, something ncurses-y
- Show bug status, latest message, and/or bug page link