| Age | Commit message (Collapse) | Author |
|
Change the --youtube-browser-cmd default from unset to "chromium" so
youtube.com/youtu.be links open in a browser better suited for video,
while the general --browser-cmd default stays firefox (open on macOS).
Pass --youtube-browser-cmd "" to route YouTube links through
--browser-cmd like any other URL. README updated accordingly.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
The 'o' open key now routes youtube.com/youtu.be video links to an
optional alternative browser (e.g. chromium) via the new
--youtube-browser-cmd flag, while every other URL keeps using
--browser-cmd. When the flag is unset, YouTube links fall back to the
default browser as before.
- add youtubeBrowserCmd field and SetYouTubeBrowserCmd setter
- add youtubeHostRegex plus isYouTubeURL and browserForURL helpers
- wire --youtube-browser-cmd flag in main.go
- unit-test URL detection and browser selection
- document the flag in README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
|
|
|
|
Add --ultra boolean flag mirroring the --disco pattern. Add SetUltra()
method to Model so the flag sets showUltra=true before the TUI starts,
opening directly in ultra mode.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
|
|
- Add SIGUSR1 handler for goroutine stack dumps when app hangs
- Add SIGUSR2 handler for full profiling (heap, cpu, block)
- Add --debug-dir flag for configurable debug output location
- Convert build system from go-task to mage
- Update documentation with debugging workflow
- Bump version to 0.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|