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
41
日用コマンド
登壇:
TGIF LT at 株式会社ベーシック
Kota Hashihama
August 28, 2020
Tweet
Share
More Decks by Kota Hashihama
See All by Kota Hashihama
Facade パターンを図で理解する
kotahashihama
0
190
Usage of PHP Type Hinting
kotahashihama
0
41
エンジニアの2ヶ月を振り返る
kotahashihama
0
140
エンジニア転向を目指すデザイナーがNuxt.jsでアプリを開発した話
kotahashihama
0
75
Other Decks in Programming
See All in Programming
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
150
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
13
4.7k
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
780
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
210
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
600
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
120
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
400
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
780
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
300
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
920
Featured
See All Featured
Code Review Best Practice
trishagee
69
19k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Six Lessons from altMBA
skipperchong
28
3.9k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
690
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Writing Fast Ruby
sferik
628
62k
Site-Speed That Sticks
csswizardry
10
690
Building Applications with DynamoDB
mza
95
6.5k
Thoughts on Productivity
jonyablonski
69
4.7k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Git: the NoSQL Database
bkeepers
PRO
430
65k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
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 へ飛ぶ
おしまい