An open API service indexing awesome lists of open source software.

https://github.com/devidw/x


https://github.com/devidw/x

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

_shell rc_
[source,shell]
----
export D_X="$HOME/Desktop/code/x"

if [ -d $D_X ]; then
alias x="$D_X/entry.sh"
else
alias x='curl -s https://raw.githubusercontent.com/devidw/x/main/entry.sh | bash -s'
fi
----