cli-tools icon indicating copy to clipboard operation
cli-tools copied to clipboard

Command line tools resources for customisation and productivity

Command Line Tools

Curated Resources for Customisation and Productivity

Quick Links

CSESoc Workshop 2017!

SSH Guide

Callum's Dotfiles

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