Tech Writer Tools

Command line tools for tech writers

Picture of a closed car wash with an "Open 24 hours" sign

Here’s a pre-configured, ready-to-use set of command line tools for technical writers. Use it to automate the tedious parts of your day-to-day work, put it in your CI/CD pipeline, use it to tinker with a new static site generator, or whatever else you can think of. It’s ready to install and use on Windows, macOS, Linux, or almost any other platform that can run a Docker container.

What’s in the box

Or, more accurately, here’s what’s in the container:

But macOS, Windows, and Linux already have command lines

Yes, they do. But each has their own command line setups adapted to their respective OS.

Tech Writer Tools provides a command line toolset aimed at (surprise!) tech writers. They can use Tech Writer Tools consistently whether they’re on macOS, Windows, or Linux.

For example, out of the box Windows doesn’t come with Bash. And macOS doesn’t come with the version of awk that supports CSV.

Installing

You only need to do this once.

  1. Go to the Tech Writer Tools web page.
  2. That’s it.

Starting Tech Writer Tools

  1. Launch the Docker Desktop application.

  2. Open a terminal application:

    • Linux: Press the Meta or Windows key, search for terminal.
    • macOS: Press Command + Space, search for terminal.
    • Windows: Press the Windows key, search for terminal.
  3. In the command line, enter this command:

    docker run -it egopontem/techwritertools:latest
    

The first time you run it, you’ll see something like this:

Screenshot of Tech Writer Tools

You’re ready to start coding!

Next step

Tour the command line: Learn the basics of the command line.