pho icon indicating copy to clipboard operation
pho copied to clipboard

The AppImage Manager that Linux always deserved.

Results 15 pho issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

type: enhancement

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...

type: bug
reason: needs more info

(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...

type: enhancement

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....

type: enhancement

env and the appimage aren't quoted causing it to fail to launch ![image](https://github.com/user-attachments/assets/256de611-056e-4941-afaf-7b3118975f91) ``` [parker@parker-framework ~]$ pho update Index Application ID Old Version New Version 1. android-studio v2024.1.1.12 v2024.1.1.13 ?...

type: bug

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...

type: bug

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...