You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<#1. Install Recycle (https://stackoverflow.com/a/41985972)2. Put into $profile (https://dev.to/seankilleen/how-to-create-a-powershell-alias-with-parameters-3g53)3. ???4. Profit#>functionbeets([string]$Path)
{
beet -vv import "$Path"# TODO implement checking for $LASTEXITCODE === 0 before continuingRemove-ItemSafely"$Path"
}
Like beetbox/beets#1663 but as a plugin for now.
The text was updated successfully, but these errors were encountered: