Ajam
Ajam
Hi, sorry for spamming. See: https://github.com/sharkdp/bat/issues/2863 https://github.com/sharkdp/hexyl/issues/217 For Hyperfine: https://github.com/Azathothas/Toolpacks/blob/main/.github/scripts/aarch64_Linux/bins/hyperfine.sh The same applies for the rest of your tools, if it's possible, please provide musl based (aarch64|arm64) Linux binaries.
```bash ps auxww --no-headers | awk '{$1=$2=$3=$4=$5=$6=$7=$8=$9=$10=""; sub(/^ */, ""); print}' ```
Hi, we have started to use `nix-appimage` to create portable AppImages over at: https://github.com/Azathothas/Toolpacks Unfortunately, currently we have to extract the AppImage (created by `nix-appimage` ) and then use some...
Currently, due to [shared vServer](https://github.com/Azathothas/Toolpacks/tree/main/Docs#how-to-contribute), the build fails/errors out: > - rClone Panics (very low ulimit) & Exits (Binaries aren't Synced) > - New procs fork fails and steps are...
Hi, this is a minor nitpick, but `--profile="release"` should also strip `BuildID` from final executables. Building a lot of binaries and doing `file $BINARY` spams the logs. No worries if...
Hi, currently the releases only include x86_64 Linux AppImage
Hi, a `--repo` flag would benefit this tool immensely, the api request would be similar. and the output (the default neofetch style) could be like this: ```bash $ ghfetch --repo="mullvad/mullvadvpn-app"...
Hi, the official Github Cli uses `GH_TOKEN`, `GITHUB_TOKEN` https://cli.github.com/manual/gh_help_environment as env variables. As well as other tools, do the same. Would be nice to use these if the user already...
Hi, awesome tool. Would you be interested to allow users to also print these infos as `JSON`, `YAML` & `Plain TexT`? I know, that's not the point of this tool,...
Hello, It would be immensely helpful if there was a switch or a cli option (-h | --human) This would enable human readable output (KiB,MiB,GiB...) for the hex values of...