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
46
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
120
The venerable "expect"
brunosutic
0
61
Capistrano vs Mina: Capistrano demo talk
brunosutic
0
450
Configuring tmux
brunosutic
0
78
Introduction to Arel
brunosutic
1
240
Tmux osnove
brunosutic
0
170
Deploying Rails apps with Capistrano
brunosutic
0
88
Other Decks in Technology
See All in Technology
MUITにおける開発プロセスモダナイズの取り組みと開発生産性可視化の取り組みについて / Modernize the Development Process and Visualize Development Productivity at MUIT
muit
1
17k
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
AWS認定を取る中で感じたこと
siromi
1
190
事業成長の裏側:エンジニア組織と開発生産性の進化 / 20250703 Rinto Ikenoue
shift_evolve
PRO
2
22k
Model Mondays S2E04: AI Developer Experiences
nitya
0
140
20250705 Headlamp: 專注可擴展性的 Kubernetes 用戶界面
pichuang
0
270
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
300
赤煉瓦倉庫勉強会「Databricksを選んだ理由と、絶賛真っ只中のデータ基盤移行体験記」
ivry_presentationmaterials
2
370
Glacierだからってコストあきらめてない? / JAWS Meet Glacier Cost
taishin
1
160
品質と速度の両立:生成AI時代の品質保証アプローチ
odasho
1
360
fukabori.fm 出張版: 売上高617億円と高稼働率を陰で支えた社内ツール開発のあれこれ話 / 20250704 Yoshimasa Iwase & Tomoo Morikawa
shift_evolve
PRO
2
7.8k
タイミーのデータモデリング事例と今後のチャレンジ
ttccddtoki
6
2.4k
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Site-Speed That Sticks
csswizardry
10
690
Scaling GitHub
holman
460
140k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
970
For a Future-Friendly Web
brad_frost
179
9.8k
Balancing Empowerment & Direction
lara
1
430
Writing Fast Ruby
sferik
628
62k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Faster Mobile Websites
deanohume
307
31k
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