silver icon indicating copy to clipboard operation
silver copied to clipboard

A cross-shell customizable powerline-like prompt with icons

Results 28 silver issues
Sort by recently updated
recently updated
newest added

In this function you use the unsafe keyword for some safe expressions. We need to mark unsafe operations more precisely using unsafe keyword. Keeping unsafe blocks small can bring many...

I got it to run perfectly in Ubuntu, but unable to run in Centos 7. This is what i made it to look like in Ubuntu, and I am extremely...

While setting up silver on macOS I've tripped up on skipping directly to macOS section without realizing it was just a prerequisite, so just wanted to make it more clear...

``` ❯ ldd `which silver` /spare/local/szafar/apps/bin//silver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /spare/local/szafar/apps/bin//silver) /spare/local/szafar/apps/bin//silver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /spare/local/szafar/apps/bin//silver) linux-vdso.so.1 (0x00007ffe95d73000) libgtk3-nocsd.so.0 => /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007fefb1619000) libgit2.so.1.1...

- The current config file layout cannot be serialized to TOML with serde, so switch to YAML. This necessitates updating to an unreleased version of confy. See: alexcrichton/toml-rs#145 and alexcrichton/toml-rs#407....

For new users and users migrating

A freshly compiled silver via cargo will not run on FreeBSD ``` [chris@shell ~]$ uname -a FreeBSD REDACTED_HOST 12.2-RELEASE-p7 FreeBSD 12.2-RELEASE-p7 GENERIC amd64 [chris@shell ~]$ silver init thread 'main' panicked...

Does silver support NuShell? If not can support be requested?

question
easy
shell issue

I have no clue how to work the color system, I've tried "#FF9000", "FF9000", and neither of those work. I also tried "orange" and apparently that isn't a color either,...

Change the program structure to make adding segments easier

enhancement
medium
hard