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
SREの次のキャリアの道しるべ 〜SREがマネジメントレイヤーに挑戦して、 気づいたこととTips〜
coconala_engineer
1
4.3k
Digitization部 紹介資料
sansan33
PRO
1
4.5k
OpenTelemetryセマンティック規約の恩恵とMackerel APMにおける活用例 / SRE NEXT 2025
mackerelio
3
2k
Copilot coding agentにベットしたいCTOが開発組織で取り組んだこと / GitHub Copilot coding agent in Team
tnir
0
190
ClaudeCodeにキレない技術
gtnao
1
860
Amazon SNSサブスクリプションの誤解除を防ぐ
y_sakata
3
190
【あのMCPって、どんな処理してるの?】 AWS CDKでの開発で便利なAWS MCP Servers特集
yoshimi0227
6
950
第64回コンピュータビジョン勉強会「The PanAf-FGBG Dataset: Understanding the Impact of Backgrounds in Wildlife Behaviour Recognition」
x_ttyszk
0
240
Talk to Someone At Delta Airlines™️ USA Contact Numbers
travelcarecenter
0
160
毎晩の 負荷試験自動実行による効果
recruitengineers
PRO
5
180
AIエージェントが書くのなら直接CloudFormationを書かせればいいじゃないですか何故AWS CDKを使う必要があるのさ
watany
18
7.6k
LLM拡張解体新書/llm-extension-deep-dive
oracle4engineer
PRO
23
6.2k
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
Adopting Sorbet at Scale
ufuk
77
9.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
KATA
mclloyd
30
14k
Designing Experiences People Love
moore
142
24k
Side Projects
sachag
455
42k
Being A Developer After 40
akosma
90
590k
Embracing the Ebb and Flow
colly
86
4.8k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
990
The Pragmatic Product Professional
lauravandoore
35
6.7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
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