Skip to content

Blog

  • Git stash internals


    How does git stash work under the hood?
    How to view the untracked files in a stash?

    Read more..

  • Go to the previous branch with git checkout -


    git checkout - jumps back to the branch we were previously on.

    Read more..

  • Change the case of filenames with Zsh


    Today, after importing photos from my iPhone to my Mac, I noticed their filenames were all uppercase whereas I want them to be all lowercase. This is a task zsh can perform easily with a oneliner.

    Read more..

  • My bookmarking workflow


    Here is how I set aside links to read them when I have time and classify them with tags to find them easily later on.

    Read more...

  • Batch rename files with Zsh


    I recently discovered zmv, a builtin feature of zsh that makes batch file renaming, a breeze.

    Read more...