colorls 1.0.7

A fast, production-ready Rust rewrite of colorls: a beautified ls with icons, colors, git status and tree view.
1
2
3
4
5
6
7
8
9
10
11
[target.aarch64-linux-android]
image = "ghcr.io/cross-rs/aarch64-linux-android:edge"

[target.armv7-linux-androideabi]
image = "ghcr.io/cross-rs/armv7-linux-androideabi:edge"

[target.i686-linux-android]
image = "ghcr.io/cross-rs/i686-linux-android:edge"

[target.x86_64-linux-android]
image = "ghcr.io/cross-rs/x86_64-linux-android:edge"