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:
parent
a0cb08fb0c
commit
7d21f5f67a
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user