Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
日用コマンド
Search
Kota Hashihama
August 28, 2020
Programming
0
40
日用コマンド
登壇:
TGIF LT at 株式会社ベーシック
Kota Hashihama
August 28, 2020
Tweet
Share
More Decks by Kota Hashihama
See All by Kota Hashihama
Facade パターンを図で理解する
kotahashihama
0
180
Usage of PHP Type Hinting
kotahashihama
0
38
エンジニアの2ヶ月を振り返る
kotahashihama
0
140
エンジニア転向を目指すデザイナーがNuxt.jsでアプリを開発した話
kotahashihama
0
72
Other Decks in Programming
See All in Programming
Develop Faster With FrankenPHP
dunglas
2
3.2k
「影響が少ない」を自分の目でみてみる
o0h
PRO
2
960
List とは何か? / PHPerKaigi 2025
meihei3
0
670
リアクティブシステムの変遷から理解するalien-signals / Learning alien-signals from the evolution of reactive systems
yamanoku
3
1.2k
プロダクト横断分析に役立つ、事前集計しないサマリーテーブル設計
hanon52_
2
360
php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests
shin1x1
5
2.9k
Chrome Extension Techniques from Hell
moznion
1
160
PHP で学ぶ OAuth 入門
azuki
1
120
Rollupのビルド時間高速化によるプレビュー表示速度改善とバンドラとASTを駆使したプロダクト開発の難しさ
plaidtech
PRO
1
160
アーキテクトと美学 / Architecture and Aesthetics
nrslib
12
3.3k
AIコーディングワークフローの試行 〜AIエージェント×ワークフローでの自動化を目指して〜
rkaga
2
3.3k
リアルタイムレイトレーシング + ニューラルレンダリング簡単紹介 / Real-Time Ray Tracing & Neural Rendering: A Quick Introduction (2025)
shocker_0x15
1
290
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Gamification - CAS2011
davidbonilla
81
5.2k
A better future with KSS
kneath
239
17k
Building Adaptive Systems
keathley
41
2.5k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
178
52k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
BBQ
matthewcrist
88
9.6k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
Transcript
$ 日用 コマンド @hashihama
ディレクトリ構成 ~/.config/fish/ 以下の エイリアス シェル関数
月曜から使える! 便利コマンド
月曜から使える! 便利コマンド scutil --nc start $VPN_SERVICE_NAME --secret $VPN_SECRET scutil --nc
stop $VPN_SERVICE_NAME scutil で VPN に接続・接続解除 function mkdircd mkdir -p $argv[1] && cd $argv[1] end mkdir でディレクトリを作って cd で移動
月曜から使える! 便利コマンド git checkout (git branch | sed "s/*//g" |
sed "s/ //g" | peco) # gcop インクリメンタルサーチでブランチを移動する peco hub hub open-issue \ (git rev-parse --abbrev-ref HEAD | sed -E "s/^.+#([0-9]+).+\$/\1/") # gisoc ブランチ名に付けた番号を参照に issue へ飛ぶ
おしまい