summary refs log tree commit diff
path: root/home/.local/bin/git-password
blob: 41351e38b05f59021a3e4c7e907d1df13ac6a062 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

url=$1
echo "url=${url}" \
	| git credential fill \
	| sed -En 's/^password=(.*)/\1/p'
'/src/commit/txt/books.txt?id=c331ca928473b8eb84556096d03ea8fcc6bced19&follow=1'>Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe