mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-28 16:19:51 +02:00
Open with Default App After Find
This commit is contained in:
@@ -102,7 +102,7 @@ arguments () {
|
|||||||
|
|
||||||
function NoteFind() {
|
function NoteFind() {
|
||||||
|
|
||||||
NoteFind.sh "${@:-}"
|
NoteFind.sh "${@:-}" | xargs xdg-open &> /dev/null
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user