Skip to content

Latest commit

 

History

History
160 lines (114 loc) · 5.91 KB

README.md

File metadata and controls

160 lines (114 loc) · 5.91 KB

Command Line Tools

Curated Resources for Customisation and Productivity

Quick Links

Package Manager

Terminal Multiplexer

Shell

Terminal Emulator

Source Control

File Manager

  • Ranger 🍺
    • ranger-cd
    • ra alias ra="ranger" (add to .zshrc)
    • mkcd: mkcd() { mkdir -p "$@" && cd "$@"; } (add to .zshrc)

Remote Computing

Debugger

  • LLDB GDB for OSX 
  • Pdb - Python Debugger

Search (grep)

Text Editor

Python REPL

System Monitor

Web Browser

Misc CLI tricks

Rust Utils

Further Reading

Key

🍺 Available through Homebrew
 Available on Mac OSX only
⊞ Available on Windows only