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