my dotz
2
fork

Configure Feed

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

*

+4 -1
+1 -1
bin/fd
··· 1 1 #!/bin/sh 2 2 3 - find . -name "*$1*" 3 + find . -iname "*$1*"
+3
bin/hx
··· 1 + #!/bin/sh 2 + 3 + helix "$@"