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
Awesome Command Line Tools
Search
Amjith
June 22, 2016
Programming
1
140
Awesome Command Line Tools
Amjith
June 22, 2016
Tweet
Share
More Decks by Amjith
See All by Amjith
How Netflix does Failovers in 7 minutes
amjith
0
620
Awesome Commandline Tools
amjith
0
470
FuzzyFind
amjith
0
78
Modern Command Line
amjith
2
320
Introduction to Docker
amjith
8
1.4k
Thread Profiling in Python
amjith
7
840
Python Profiling
amjith
3
330
Statistical Thread Profiler
amjith
1
130
Debugging Live Python Web Applications
amjith
8
1.7k
Other Decks in Programming
See All in Programming
RWC 2024 DICOM & ISO/IEC 2022
m_seki
0
210
useSyncExternalStoreを使いまくる
ssssota
6
1k
SymfonyCon Vienna 2025: Twig, still relevant in 2025?
fabpot
3
1.2k
Security_for_introducing_eBPF
kentatada
0
110
range over funcの使い道と非同期N+1リゾルバーの夢 / about a range over func
mackee
0
110
Go の GC の不得意な部分を克服したい
taiyow
2
770
今からはじめるAndroidアプリ開発 2024 / DevFest 2024
star_zero
0
1k
rails stats で紐解く ANDPAD のイマを支える技術たち
andpad
1
290
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
310
ドメインイベント増えすぎ問題
h0r15h0
1
240
バグを見つけた?それAppleに直してもらおう!
uetyo
0
180
Webエンジニア主体のモバイルチームの 生産性を高く保つためにやったこと
igreenwood
0
330
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
247
1.3M
How STYLIGHT went responsive
nonsquared
95
5.2k
Scaling GitHub
holman
458
140k
Making the Leap to Tech Lead
cromwellryan
133
9k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
170
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Fireside Chat
paigeccino
34
3.1k
Building Applications with DynamoDB
mza
91
6.1k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Why Our Code Smells
bkeepers
PRO
335
57k
The Invisible Side of Design
smashingmag
298
50k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Transcript
@amjithr Awesome Commandline Tools Amjith Ramanujam
@amjithr Hi pgcli.com mycli.net
None
@amjithr Goals Find out a set of awesome CLI tools.
Inspired to write one yourself.
@amjithr Demos
@amjithr MySQL
@amjithr mycli http://mycli.net
@amjithr TEXT Good Design is Obvious
@amjithr TEXT Familiarity is Good
@amjithr http://mycli.net
@amjithr Postgresql
@amjithr pgcli http://pgcli.com
@amjithr Thoughtful Design
@amjithr Sensible Defaults
@amjithr TEXT Discoverability
@amjithr TEXT Syntax Highlighting
@amjithr http://pgcli.com
@amjithr Python
@amjithr bpython or ptpython
@amjithr TEXT Proactive Help
@amjithr PTPython
@amjithr bpython
@amjithr Docker
@amjithr wharfee wharfee.com
@amjithr wharfee
@amjithr AWS
@amjithr aws-shell https://github.com/awslabs/aws-shell
@amjithr saws
@amjithr VerticaDB
@amjithr vcli http://github.com/dbcli/vcli
@amjithr Neo4j
@amjithr cycli https://github.com/nicolewhite/cycli
@amjithr pyvim Vim clone in python
@amjithr pyvim
@amjithr pymux Tmux clone in python
@amjithr pymux
@amjithr How to build?
@amjithr Prompt Toolkit http://bit.ly/prompt-toolkit
@amjithr Curses replacement Auto-completion Syntax Highlighting
@amjithr Write One
@amjithr Click
@amjithr Command line args Echo - stdout/stderr Pager Support
@amjithr Summary Familiarity is good. Good design is obvious. Sensible
defaults. Thoughtful design. Colorful. Discoverability
@amjithr THANK YOU! @amjithr