my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

new pass, adjust jws to store in homedir

j3s a768c766 f57c9859

+2 -2
.password-store/b/default.gpg

This is a binary file and will not be displayed.

+1 -1
bin/MACC02VK5ECHTD7/jws-fetch
··· 4 4 for r in us-east-1 us-west-2; do 5 5 for p in browse cgraph; do 6 6 for e in test stage prod; do 7 - dir="/tmp/jws/${r}/${p}/${e}" 7 + dir="$HOME/.jws/${r}/${p}/${e}" 8 8 mkdir -p "$dir" 9 9 echo "Fetching ${r}/${p}/${e}" 10 10 aws ec2 describe-instances --profile "${p}_${e}" --region "$r" --output text --query "Reservations[*].Instances[*].{
+1 -1
bin/MACC02VK5ECHTD7/jws-grep
··· 1 1 #!/bin/sh 2 2 3 - stuff=$(cat /tmp/jws/*/*/*/current) 3 + stuff=$(cat ~/.jws/*/*/*/current) 4 4 5 5 for i in $@; do 6 6 stuff=$(echo "$stuff" | grep -i $i)