Jetzt aktiv als @[email protected].

  • 0 Posts
  • 131 Comments
Joined 2 years ago
cake
Cake day: September 26th, 2022

help-circle




  • Please read the warning at the top of their page:

    ⚠️ The project is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos!

    If you don’t like these breaking changes, this might not be the right software for you (for now).














  • d_k_bo@feddit.detoLinux@lemmy.mlUbuntu Snap Hate
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    edit-2
    2 months ago

    You don’t even need to create aliases yourself. Flatpak creates wrapper scripts for every app that you install. Just symlink them into your PATH.

    ln -s /var/lib/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
    

    or if you are using a user remote

    ln -s ~/.local/share/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
    

    (Note: some lemmy clients render the the tilde in code blocks incorrectly)