-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Mousai from the command line #3
Comments
Nice idea, although, I'm currently busy with school. I'll try to implement it on weekends, together with new features Also, with flatpak it might be |
Any updates. BTW, thanks for do this. |
The codebase has been refactored to simplify the implementation for this. |
This can be simplified by either of the following: # Solution 1: Alias The Flatpak Command For That App
alias mousai='flatpak run io.github.seadve.Mousai'
mousai --args # Shortest and sweetest
# Solution 2: Add System & User Flatpak Apps to $PATH
PATH="/var/lib/flatpak/exports/bin:${XDG_DATA_HOME:-$HOME/.local/share}/flatpak/exports/bin:$PATH"
io.github.seadve.Mousai --args # Not likely to be confused for a non-flatpak app |
Does |
Hey,
it would be cool to use Mousai from the commandline like
and it would print the result without using the GUI.
Best regards
Jonas
The text was updated successfully, but these errors were encountered: