/
githubmirror
/
cheat.sh
Обзор
Документация
Войти
/
githubmirror
/
cheat.sh
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
share/fish.txt
11 строк
326 B
Igor Chubin
functions names changed: cheat.sh insted of ch
30 май 2017, 22:18
30 май 2017, 22:18
c0fd024
Код
Авторство
О чём код?
# add it to your ~/.config/fish/config.fish # retrieve command cheat sheets from cheat.sh # fish version by @tobiasreischmann function cheat.sh curl cheat.sh/$argv end # register completions (on-the-fly, non-cached, because the actual command won't be cached anyway complete -c cheat.sh -xa '(curl -s cheat.sh/:list)'