1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 10:11:51 +02:00

Links go to clipboard

This commit is contained in:
Ryan Greenup 2020-07-16 10:53:56 +10:00
parent a0cb08fb0c
commit 7d21f5f67a

View File

@ -198,7 +198,7 @@ CadmusTools () {
;;
backlinks) shift; "${script_dir}/tools/List-Backlinks.sh" "${NOTES_DIR}" ${@:-} && exit 0
;;
link) shift; "${script_dir}/tools/LinkMarkdownNotes.sh" "${NOTES_DIR}" && exit 0
link) shift; "${script_dir}/tools/LinkMarkdownNotes.sh" | xclip -selection clipboard "${NOTES_DIR}" && exit 0
;;
fix) shift; "${script_dir}/tools/fixLink.sh" "${NOTES_DIR}" && exit 0
;;