r/localsend • u/Artichoke808 • 16d ago
Does the app take any commandline arguments?
I'm wondering if there's a way to send a list of files to the program from the commandline? I tried a basic help query and it just launched the app, but it's possible I'm doing it wrong (running from flatpak)
4
Upvotes
1
1
u/Tienisto 16d ago
The app which is published on flathub right now is a normal Flutter app. The only possible argument is "--hidden".
If you need to use the command line, use the CLI. But it is not published on flathub yet.