Ajam

Results 51 issues of Ajam

Hi, does the --ports flag accept a ports.txt file with one port on each line? I tried: ```bash --ports "$(cat /tmp/ports_20k.txt | grep -iv '^80$\|^443$\|^8080$\|^8443$' | sort -u | tr...

Hi, the current releases for arm64 Linux is based on gnu and not musl. As a result, the binary is dynamically linked: ```bash $ https://github.com/denisidoro/navi/releases/download/v2.23.0/navi-v2.23.0-aarch64-unknown-linux-gnu.tar.gz $ file navi && ldd...

new feature

Hi, the current releases for arm64 Linux is based on gnu and not musl. As a result, the binary is dynamically linked: ```bash $ https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep-14.1.0-aarch64-unknown-linux-gnu.tar.gz $ file rg && ldd...

An example action.yaml ```yaml - name: Build eget for arm64-v8a (Native) run: | #Presets set -x ; set +e #--------------# #Get Source pushd $(mktemp -d) && git clone "https://github.com/zyedidia/eget" &&...

Hi, thanks for this. It would be nice to implement a `unix/epoch TimeStamp` to `Human date` **encoder/decoder** An example: ```bash # You can ofc choose better cli args than `epoch-human`...

Hi, the current releases for arm64 Linux is based on gnu and not musl. As a result, the binary is dynamically linked: ```bash $ https://github.com/sharkdp/bat/releases/download/v0.24.0/bat-v0.24.0-aarch64-unknown-linux-gnu.tar.gz $ file bat && ldd...

feature-request

https://artifacthub.io/packages/search

Hi, is it possible to fix [`timeout (uu_timeout)`](https://github.com/uutils/coreutils/tree/main/src/uu/timeout) so that it can also build & work on Windows ? Currently, it fails: ```bash Compiling uu_timeout v0.0.26 (C:\Users\runneradmin\AppData\Local\Temp\toolpacks\toolpacks_jpzxhinoezg_AMD64-Windows_NT\coreutils\src\uu\timeout) error[E0433]: failed to...

P - Windows
U - timeout

1. Check if it's already included in [hysp-pkgs](https://github.com/metis-os/hysp-pkgs): ```bash hysp search -p "$PKG" #-----------------------------------------------------------------------------# ↣ x86_64 #Total Ported Packages --> metis-os/hysp-pkgs curl -qfsSL "https://raw.githubusercontent.com/metis-os/hysp-pkgs/main/data/metadata.json" | jq -r '.packages[] | select(.architecture...

Hi, thanks for all the work on this awesome framework. I had some ideas on how you could improve the initial installation step by using git filters & precompiled binaries...

feature