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
43
日用コマンド
登壇:
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
44
エンジニアの2ヶ月を振り返る
kotahashihama
0
150
エンジニア転向を目指すデザイナーがNuxt.jsでアプリを開発した話
kotahashihama
0
79
Other Decks in Programming
See All in Programming
ドメイン駆動設計のエッセンス
masuda220
PRO
15
7.7k
CSC509 Lecture 11
javiergs
PRO
0
300
Private APIの呼び出し方
kishikawakatsumi
2
830
Swift Concurrency 年表クイズ
omochi
3
220
AI駆動開発カンファレンスAutumn2025 _AI駆動開発にはAI駆動品質保証
autifyhq
0
150
Blazing Fast UI Development with Compose Hot Reload (droidcon London 2025)
zsmb
0
500
開発生産性が組織文化になるまでの軌跡
tonegawa07
0
140
Agentに至る道 〜なぜLLMは自動でコードを書けるようになったのか〜
mackee
4
510
PHPライセンス変更の議論を通じて学ぶOSSライセンスの基礎
matsuo_atsushi
0
140
ボトムアップの生成AI活用を推進する社内AIエージェント開発
aku11i
0
1.6k
Kotlin 2.2が切り拓く: コンテキストパラメータで書く関数型DSLと新しい依存管理のかたち
knih
0
400
SUZURIの規約違反チェックにおけるクリエイタフィードバックの試⾏錯誤/Trial and Error in Creator Feedback for SUZURI's Terms of Service Violation Checks
ae14watanabe
1
140
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Embracing the Ebb and Flow
colly
88
4.9k
Context Engineering - Making Every Token Count
addyosmani
9
380
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
33
1.8k
Building Adaptive Systems
keathley
44
2.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Designing for humans not robots
tammielis
254
26k
Bash Introduction
62gerente
615
210k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
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 へ飛ぶ
おしまい