#git #prompt #gix #problem #askpass #prompting #version-control

git-prompt

Please use gix-<thiscrate> instead (‘git’ -> ‘gix’)

8 unstable releases (3 breaking)

0.3.3 Feb 17, 2023
0.3.2 Feb 9, 2023
0.3.1 Jan 10, 2023
0.3.0 Dec 19, 2022
0.0.0 Aug 29, 2022

#5 in #askpass

Download history 25/week @ 2023-11-20 37/week @ 2023-11-27 23/week @ 2023-12-04 49/week @ 2023-12-11 41/week @ 2023-12-18 38/week @ 2023-12-25 20/week @ 2024-01-01 53/week @ 2024-01-08 47/week @ 2024-01-15 8/week @ 2024-01-22 17/week @ 2024-01-29 50/week @ 2024-02-05 1/week @ 2024-02-12 26/week @ 2024-02-19 86/week @ 2024-02-26 48/week @ 2024-03-04

163 downloads per month
Used in 7 crates (2 directly)

MIT/Apache

53KB
988 lines

Acknowledgements

Portions of this crate are loosely based on rpassword.


lib.rs:

Git style prompting with support for GIT_ASKPASS and askpass program configuration.

Compatibility

This is a unix-only crate which will return with an error when trying to obtain any prompt on other platforms. On those platforms it is common to have helpers which perform this task so it shouldn't be a problem.

Dependencies

~2.9–10MB
~78K SLoC