yuuan
Follow
Pinned Loading
-
Zsh で Laravel の artisan コマンドを補完
Zsh で Laravel の artisan コマンドを補完 1#compdef artisan
23function __older_than_laravel54() {
4local version=$(cat composer.lock | jq '.packages[] | select(.name == "laravel/framework").version')
5echo $version | grep -e 'v5\.[0-3]\.' &> /dev/null
-
userChrome.css
userChrome.css 1@charset "utf-8";
2/*
3* このファイルを編集して、profile-directory/chrome/userChrome.css
4* としてコピーしてください。
5*/
-
Firefox で `ページのソースを表示` したときのデザインを上書き...
Firefox で `ページのソースを表示` したときのデザインを上書きするためのスタイルシート 1@-moz-document url-prefix(view-source) {
2body {
3margin: 0;
4}
5#viewsource {
-
notify-send
notify-send 1#!/usr/bin/perl
23use common::sense;
4use IPC::System::Simple qw(systemx);
5 -
tmux-ssh-host
tmux-ssh-host PublicThis plugin displays the hostname connect by ssh command.
-
Zsh で composer コマンドを補完
Zsh で composer コマンドを補完 1#compdef composer
23function __composer_get_command_list() {
4if which composer &> /dev/null && which perl &> /dev/null; then
5composer list --raw | perl -pe 's/:/\\:/g;s/([a-z\\:-]+)(?:\s+(.*))?/$1:$2/ig;'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.