https://github.com/redxtech/zsh-media-sync
https://github.com/redxtech/zsh-media-sync
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redxtech/zsh-media-sync
- Owner: redxtech
- License: mit
- Created: 2021-07-20T07:04:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T07:59:33.000Z (over 4 years ago)
- Last Synced: 2025-03-05T03:43:16.525Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - media-sync - A plugin to facilitate copying media between two `rclone` locations. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - media-sync - A plugin to facilitate copying media between two `rclone` locations. (Plugins / ZSH on Windows)
README
# media-sync
> media-sync is a zsh plugin installs predefined "modules"
## Installing
### zinit
Add this to your zinit config (.zshrc):
```zsh
zinit light redxtech/zsh-media-sync
# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-media-sync
```
### oh-my-zsh
Install it with your favourite zsh package manager, or clone it directly to your
`$ZSH_CUSTOM/plugins` directory with git, and add `zsh-media-sync` to the plugins
array in your `.zshrc` file:
```zsh
plugins=(... zsh-media-sync)
```
## Usage
TODO: write usage section in readme
## Author
**media-sync** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.