How-to-talk-to-a-computer_Slides_01-01.png

Thank you!

If you joined for the live stream or are watching the workshop later, thank you! I’ve never given a technical workshop quite like this. I am much more used to talking one-on-one with people, and so I think I was a bit too ambition on what I could actually cover going into this.

If I were to do it again, I would have maybe tried jumping straight into the practical examples faster, and then working backwards. (Which is actually how I have learned any of this.) I have included a Table of Contents below so you can navigate this document easier, and so you can jump straight to the command line snippets if you’d like to dive straight in.

If you have any feedback for me (please, I need it!) or have any questions, you can find me on Twitter or check out my contact page to grab my email.

An idea for next time?

I can’t stop thinking about how I could have made this better. So here’s an idea for “next time.”

Rather than just talking and showing stuff the whole time, I think it would be better to supply a folder of files that we can then manipulate and work on together. That way you can try things in real time, and learn by doing.



Foundation

What is the command line?

Things to remember

<aside> ⚠️ There is no UNDO! If you are performing a command on a file that is going to manipulate that file (resize, crop, delete, etc.), then you must remember that the command line does not come with an undo button.

To avoid mistakes, you can duplicate the file before hand and then perform the command(s) on that duplicate. Or you can make sure that your command outputs a copy of the original and doesn’t actually alter the original. Each tool may have a different way of approaching this so you may need to experiment and familiarize yourself first.

</aside>