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
36
エンジニアの2ヶ月を振り返る
kotahashihama
0
130
エンジニア転向を目指すデザイナーがNuxt.jsでアプリを開発した話
kotahashihama
0
70
Other Decks in Programming
See All in Programming
return文におけるstd::moveについて
onihusube
1
1.4k
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
1.9k
functionalなアプローチで動的要素を排除する
ryopeko
1
210
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
7
1.4k
watsonx.ai Dojo #6 継続的なAIアプリ開発と展開
oniak3ibm
PRO
0
170
盆栽転じて家具となる / Bonsai and Furnitures
aereal
0
1.9k
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
140
PHPとAPI Platformで作る本格的なWeb APIアプリケーション(入門編) / phpcon 2024 Intro to API Platform
ttskch
0
390
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
180
QA環境で誰でも自由自在に現在時刻を操って検証できるようにした話
kalibora
1
140
Оптимизируем производительность блока Казначейство
lamodatech
0
950
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
570
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
51
7.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
19
2.3k
Docker and Python
trallard
43
3.2k
How to Ace a Technical Interview
jacobian
276
23k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
The Language of Interfaces
destraynor
155
24k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
jQuery: Nuts, Bolts and Bling
dougneiner
62
7.6k
Writing Fast Ruby
sferik
628
61k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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 へ飛ぶ
おしまい