We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d44013 commit 3d3a9a3Copy full SHA for 3d3a9a3
1 file changed
justfile
@@ -0,0 +1,6 @@
1
+# YouTube Uploader shortcuts
2
+
3
+# Upload a video with the given config file
4
+# Usage: just upload ../ups/2026/video_20260308.yaml
5
+upload file:
6
+ cargo run --release --bin yt-upload -- --file {{file}}
0 commit comments