beets script)'
This commit is contained in:
parent
a268522f70
commit
595281ba32
2 changed files with 8 additions and 3 deletions
5
dotfiles/dot_config/fish/functions/beet-import.fish
Normal file
5
dotfiles/dot_config/fish/functions/beet-import.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function beet-import --description 'import new music on media server from the import dir'
|
||||
ssh media@media-server -x "beet import -amw ~/import/"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue