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
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -290,11 +290,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731415065,
|
"lastModified": 1731435944,
|
||||||
"narHash": "sha256-gRm4XrCOkpliULP+/5OvIK5yMTXfE0QRnlDOrpvuKbo=",
|
"narHash": "sha256-4pxvlMcGGjW1ZcaoOFuwPJsu3lxYZLcUaOIik5x6LeM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixpkgs-wayland",
|
"repo": "nixpkgs-wayland",
|
||||||
"rev": "adb2b5fca44f59f2413756ac90907289fb1f41fe",
|
"rev": "c7648f36d9ae0d5e38aa0f7417b05e317eb162ba",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue