mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-03 05:27:22 +00:00
4 lines
163 B
Bash
4 lines
163 B
Bash
#!/bin/bash
|
|
gdbus call --session --dest io.appflowy.AppFlowy \
|
|
--object-path /io/appflowy/AppFlowy/Object \
|
|
--method io.appflowy.AppFlowy.Open "['$1']" {}
|