summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-19 14:30:58 +0300
committerPaul Buetow <paul@buetow.org>2026-07-19 14:30:58 +0300
commit2ee898ebd1b59557270af13925e484d9b0dd0b3f (patch)
tree97cb45ede0fecdc011e30d923cc99118d104391b /README.md
parent4c057d02a11a81579836e451e74c0e7ebb1649ea (diff)
Default YouTube links to chromium
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35f5992..ffd14b6 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ tasksamurai -- -excludetag +includetag
### Flags
- `--browser-cmd <command>`: command used to open URLs (default: firefox on Linux, open on macOS)
-- `--youtube-browser-cmd <command>`: command used to open `youtube.com` / `youtu.be` links with the `o` key (default: unset, so YouTube links use `--browser-cmd`). Set it to, e.g., `chromium` to play YouTube videos in a different browser than your default.
+- `--youtube-browser-cmd <command>`: command used to open `youtube.com` / `youtu.be` links with the `o` key (default: `chromium`, so YouTube videos play in a browser better suited for them than the general `--browser-cmd` default). Set it to `""` to route YouTube links through `--browser-cmd` like any other URL.
- `--agent-hotkey <key>`: hotkey used to toggle the `+agent` / `-agent` filter (default: `3`)
- `--debug-log <path>`: path to debug log file for Taskwarrior commands
- `--debug-dir <directory>`: directory for runtime debug output (goroutine dumps, profiles)