/tar-wtf

Command line builder for the Unix `tar` command

Primary LanguageJavaScriptMIT LicenseMIT

Tar WTF

This is the source code for https://tar-wtf.com, a web UI designed to help you successfully craft a unix tar command. I've never been able to remember all the command line switches, so this tool acts as your second brain (but just for tar and not all that other important stuff you can't remember).

Development setup

  1. Install dependencies.

    npm install
  2. Start the app.

    gatsby develop

Deployment

Deploy to Netlify