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
120
The venerable "expect"
brunosutic
0
56
Capistrano vs Mina: Capistrano demo talk
brunosutic
0
440
Configuring tmux
brunosutic
0
74
Introduction to Arel
brunosutic
1
220
Tmux osnove
brunosutic
0
170
Deploying Rails apps with Capistrano
brunosutic
0
84
Other Decks in Technology
See All in Technology
Ninno LT
kawaguti
PRO
1
110
Global Azure2025(GitHub Copilot ハンズオン)
tomokusaba
1
510
kernelvm-brain-net
raspython3
0
360
コードや知識を組み込む / Incorporating Codes and Knowledge
ks91
PRO
0
170
OPENLOGI Company Profile
hr01
0
63k
非root化Androidスマホでも動く仮想マシンアプリを試してみた
arkw
0
110
Azure & DevSecOps
kkamegawa
2
150
MCPが変えるAIとの協働
knishioka
1
140
ガバクラのAWS長期継続割引 ~次の4/1に慌てないために~
hamijay_cloud
1
590
Databricksで完全履修!オールインワンレイクハウスは実在した!
akuwano
0
150
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
7
63k
クラウドネイティブ環境の脅威モデリング
kyohmizu
1
370
Featured
See All Featured
BBQ
matthewcrist
88
9.6k
Side Projects
sachag
453
42k
How to train your dragon (web standard)
notwaldorf
91
6k
Docker and Python
trallard
44
3.4k
RailsConf 2023
tenderlove
30
1.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.3k
KATA
mclloyd
29
14k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
33k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Build your cross-platform service in a week with App Engine
jlugia
230
18k
Writing Fast Ruby
sferik
628
61k
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