replay
A beautiful offline video queue for macOS.
File Explorer
- ci.yml
- release.yml
- replay-chapters.png
- replay-player.png
- AppIcon-1024.png
- Info.plist
- build_app.sh
- package_release.sh
- prepare_runtime_tools.sh
- test.sh
- AppDelegate.swift
- AppUpdater.swift
- ChapterMetadata.swift
- ContentView.swift
- DownloadEngine.swift
- DownloadRetryPolicy.swift
- LocalVideoPlayer.swift
- NetworkMonitor.swift
- PowerModeMonitor.swift
- QueueStore.swift
- ReplayApp.swift
- ReplayMigration.swift
- UpdateVersion.swift
- URLIntake.swift
- VideoSubtitles.swift
- VisualStyle.swift
- WatchItem.swift
- main.swift
- activation_click_check.swift
- generate_app_icon.swift
- playback_command_check.swift
- power_mode_check.swift
- replay_migration_check.swift
- resume_model_check.swift
- retry_policy_check.swift
- subtitle_parser_check.swift
- update_version_check.swift
- updater_helper_check.swift
- updater_integration_check.swift
- url_intake_check.swift
- .gitignore
- CONTRIBUTING.md
- LICENSE
- Package.swift
- README.md
- SECURITY.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
