mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Pimp kobo save hl script
This commit is contained in:
parent
60b2891ab1
commit
2e10f7e1fb
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue