Joseph O'Shea

Tagged “cli”

  1. Quickly open repo on GitHub from shell
    Often after running `git push`, you want to go to GitHub to open a PR. Why not have a shell command that does it for you?
  2. Dealing with large output from long running commands
    Often I have long running commands which produce a large amount of useful output. For example, running builds of a react native app. This technique makes it easier to see the progress of the command while also making it simple to find important parts of the output
  3. Making your command line effective and enjoyable — Part 2: tmux
    This post introduces tmux and shows you how to use it to organize your CLI sessions. No more searching through tabs and windows to find the right terminal.
  4. Making your command line effective and enjoyable — Part 1: oh-my-zsh
    This post introduces oh-my-zsh, explains how to install it, how to use it, and why you will love it.

See all tags.