Skip to content

Commit 3d3a9a3

Browse files
committed
Add justfile for YouTube upload shortcuts
1 parent 7d44013 commit 3d3a9a3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)