initial dotfiles
This commit is contained in:
commit
45e5fe53d2
370 changed files with 25449 additions and 0 deletions
29
.config/yazi/plugins/audio-preview.yazi/README.md
Normal file
29
.config/yazi/plugins/audio-preview.yazi/README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# audio-preview.yazi
|
||||
|
||||
A plugin for [yazi](https://github.com/sxyazi/yazi) to preview soundfiles as spectrogram
|
||||
using sox
|
||||
|
||||
## Requirements
|
||||
|
||||
- `sox`
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
ya pack -a 'gesellkammer/audio-preview'
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Add this to your `yazi.toml`:
|
||||
|
||||
```toml
|
||||
[plugin]
|
||||
prepend_previewers = [
|
||||
{ mime = "audio/*", run = "audio-preview" },
|
||||
]
|
||||
|
||||
prepend_preloaders = [
|
||||
{ mime = "audio/*", run = "audio-preview" },
|
||||
]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue