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 NEXT] ARR150億円_エンジニア140名_27チーム_17プロダクトから始めるSLO.pdf
satos
5
2.6k
shake-upを科学する
rsakata
7
960
microCMSではじめるAIライティング
himaratsu
0
130
Amazon SNSサブスクリプションの誤解除を防ぐ
y_sakata
3
130
AIでテストプロセス自動化に挑戦する
sakatakazunori
1
200
How Do I Contact HP Printer Support? [Full 2025 Guide for U.S. Businesses]
harrry1211
0
130
全部AI、全員Cursor、ドキュメント駆動開発 〜DevinやGeminiも添えて〜
rinchsan
6
3.3k
SREのためのeBPF活用ステップアップガイド
egmc
2
1.1k
公開初日に Gemini CLI を試した話や FFmpeg と組み合わせてみた話など / Gemini CLI 初学者勉強会(#AI道場)
you
PRO
0
1.1k
伴走から自律へ: 形式知へと導くSREイネーブリングによる プロダクトチームの信頼性オーナーシップ向上 / SRE NEXT 2025
visional_engineering_and_design
3
260
ABEMAの本番環境負荷試験への挑戦
mk2taiga
5
1k
Sansanのデータプロダクトマネジメントのアプローチ
sansantech
PRO
0
250
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
Visualization
eitanlees
146
16k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Raft: Consensus for Rubyists
vanstee
140
7k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Designing Experiences People Love
moore
142
24k
Into the Great Unknown - MozCon
thekraken
40
1.9k
The Cult of Friendly URLs
andyhume
79
6.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Balancing Empowerment & Direction
lara
1
440
Embracing the Ebb and Flow
colly
86
4.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
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