pho
pho copied to clipboard
The AppImage Manager that Linux always deserved.
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0. Release notes Sourced from github.com/fatih/color's releases. v1.17.0 What's Changed Fix multi-parameter println spacing by @klauspost in fatih/color#228 ci: update Go and Staticcheck versions by...
Use case: I was hoping to be able to autofill `pho view str` with installed packages starting with that string. I'm unfamiliar with Go, but I plan to investigate making...
App image: https://github.com/srevinsaju/discord-appimage Command: `pho install github srevinsaju/discord-appimage` .local/share/applications/discord-appimage.desktop: ``` [Desktop Entry] Name=Discord StartupWMClass=discord Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop...
(I started using pho today and it's fantastic, extremely simple and powerful, the github integration in particular is something I love. there's some features I'd like to PR, making issues...
Use case: on investigating #13 and ways I could implement it without changing pho, I tried parsing `pho view streamlink-appimage`, but the output of that command is unfriendly to parsing....
env and the appimage aren't quoted causing it to fail to launch  ``` [parker@parker-framework ~]$ pho update Index Application ID Old Version New Version 1. android-studio v2024.1.1.12 v2024.1.1.13 ?...
Hi, Recently, *new* apps installed using `pho` are not showing up in the applications menu. I checked the cause. New apps are creating a desktop file with the `exec` field...
This tries to extract `.png` if `.DirIcon` doesn't exist in the appimage. I added this mainly because the appimage from [osu](https://github.com/ppy/osu) did not contain a `.DirIcon`, thus failing the installation...
Currently `pho init` fails when symlinking is disabled, because `utils.ResolvePath` always gets called even when the `appsLinkDir` string is empty. This fixes it by moving the check into the if...