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
Moreutils
Search
Bruno Sutic
May 07, 2015
Technology
0
45
Moreutils
Moreutils command line productivity tools
Bruno Sutic
May 07, 2015
Tweet
Share
More Decks by Bruno Sutic
See All by Bruno Sutic
Readline + irb/pry = <3
brunosutic
0
110
The venerable "expect"
brunosutic
0
56
Capistrano vs Mina: Capistrano demo talk
brunosutic
0
430
Configuring tmux
brunosutic
0
73
Introduction to Arel
brunosutic
1
210
Tmux osnove
brunosutic
0
170
Deploying Rails apps with Capistrano
brunosutic
0
80
Other Decks in Technology
See All in Technology
3/26 クラウド食堂LT #2 GenU案件を通して学んだ教訓 登壇資料
ymae
1
230
職種に名前が付く、ということ/The fact that a job title has a name
bitkey
1
270
開発現場とセキュリティ担当をつなぐ脅威モデリング
cloudace
0
130
お問い合わせ対応の改善取り組みとその進め方
masartz
1
560
ゆるくVPC Latticeについてまとめてみたら、意外と奥深い件
masakiokuda
2
180
Cline、めっちゃ便利、お金が飛ぶ💸
iwamot
20
19k
初めてのPostgreSQLメジャーバージョンアップ
kkato1
0
520
AI・LLM事業部のSREとタスクの自動運転
shinyorke
PRO
0
320
モンテカルロ木探索のパフォーマンスを予測する Kaggleコンペ解説 〜生成AIによる未知のゲーム生成〜
rist
4
1.2k
10分でわかるfreeeのQA
freee
1
11k
デザインシステムのレガシーコンポーネントを刷新した話/Design System Legacy Renewal
kaonavi
0
120
MCP Documentation Server @AI Coding Meetup #1
yyoshiki41
1
1.2k
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Become a Pro
speakerdeck
PRO
27
5.2k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
12
1.4k
It's Worth the Effort
3n
184
28k
Bash Introduction
62gerente
611
210k
The Language of Interfaces
destraynor
157
24k
4 Signs Your Business is Dying
shpigford
183
22k
GitHub's CSS Performance
jonrohan
1030
460k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7.1k
Designing Experiences People Love
moore
141
23k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
The Cult of Friendly URLs
andyhume
78
6.3k
Transcript
Moreutils command line productivity tools
Bruno Sutic Rails & Javascript developer Ideal Project Group,
Chicago github.com/bruno- @brunosutic
Moreutils? • a set of 14 general purpose CLI tools
• created “to stop these programs from falling through the cracks” • webpage: https://joeyh.name/code/moreutils/
‘ts’ command demo • prepends a timestamp to each output
line • great for logging
‘vidir’ command demo • allows editing of the contents of
a directory in a text editor • great for: • manipulating dir names like “$HOME” or “~” • batch file renames
‘vipe’ command line demo • use editor in the pipe
Moreutils installation It’s really easy! • OS X $ brew
install moreutils • Debian $ apt-get install -y moreutils
What next? • learn about other moreutils commands: • visit
webpage: https://joeyh.name/code/moreutils/ • read man pages • Joey Hess has other fantastic projects https://joeyh.name/code/ • apply for a speech at Terminal.zg (srsly)
Questions