Daily Archives: 06.03.2013

Автодополнение в shell

Есть такая оболочка, Fish-shell (Fish’s fish) — http://ridiculousfish.com/shell/. Репозиторий — https://github.com/fish-shell/fish-shell/#building, установка под MacOs через homebrew — https://github.com/edc/homebrew-fishfish В конце установки надо (может привести к проблемам, о которых ниже) sudo su chsh -s /usr/local/bin/fish <имя пользователя> # только для MacOS nano /etc/shells # и добавить строку /usr/local/bin/fish Если в MacOS есть проблемы, значит, забыли добавить …

Read more

Все HTML5-типы input’ов одним списком

search email url tel number range date month week time datetime datetime-local color http://html5doctor.com/html5-forms-input-types/