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
39
日用コマンド
登壇:
TGIF LT at 株式会社ベーシック
Kota Hashihama
August 28, 2020
Tweet
Share
More Decks by Kota Hashihama
See All by Kota Hashihama
Facade パターンを図で理解する
kotahashihama
0
170
Usage of PHP Type Hinting
kotahashihama
0
33
エンジニアの2ヶ月を振り返る
kotahashihama
0
130
エンジニア転向を目指すデザイナーがNuxt.jsでアプリを開発した話
kotahashihama
0
69
Other Decks in Programming
See All in Programming
Vue SFCのtemplateでTypeScriptの型を活用しよう
tsukkee
3
1.5k
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
440
PLoP 2024: The evolution of the microservice architecture pattern language
cer
PRO
0
1.7k
PagerDuty を軸にした On-Call 構築と運用課題の解決 / PagerDuty Japan Community Meetup 4
horimislime
1
110
Content Security Policy入門 セキュリティ設定と 違反レポートのはじめ方 / Introduction to Content Security Policy Getting Started with Security Configuration and Violation Reporting
uskey512
1
440
Honoの来た道とこれから
yusukebe
19
3k
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism- An Example
philipschwarz
PRO
0
170
Macとオーディオ再生 2024/11/02
yusukeito
0
210
Synchronizationを支える技術
s_shimotori
1
150
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
0
160
デプロイを任されたので、教わった通りにデプロイしたら障害になった件 ~俺のやらかしを越えてゆけ~
techouse
52
32k
詳細解説! ArrayListの仕組みと実装
yujisoftware
0
480
Featured
See All Featured
Ruby is Unlike a Banana
tanoku
96
11k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
3
370
Build The Right Thing And Hit Your Dates
maggiecrowley
32
2.4k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Making Projects Easy
brettharned
115
5.9k
Building Your Own Lightsaber
phodgson
102
6.1k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
22k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Into the Great Unknown - MozCon
thekraken
31
1.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
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 へ飛ぶ
おしまい