diff --git a/dot_config/fish/private_functions/private_kobosavehl.fish b/dot_config/fish/private_functions/private_kobosavehl.fish index 2e066a8..e8ec114 100644 --- a/dot_config/fish/private_functions/private_kobosavehl.fish +++ b/dot_config/fish/private_functions/private_kobosavehl.fish @@ -1,4 +1,7 @@ # Defined interactively function kobosavehl -cp -R /Volumes/KOBOeReader/.adds/koreader/clipboard/ "/Users/gaugendre/Nextcloud/Perso/50-59 - Divertissements & projets/51 - Mes lectures/51.02 - Book notes/" + pushd "/Users/gaugendre/Nextcloud/Perso/50-59 - Divertissements & projets/51 - Mes lectures/51.02 - Book notes" + cp -R /Volumes/KOBOeReader/.adds/koreader/clipboard/ ./ + python ./parse.py -f KOReaderClipping.json + diskutil eject KOBOeReader end