Skip to content

Releases: TurekBot/AutoDash

For those who like their em dashes 🤗cozier🤗 (no spaces, triple hyphen)

13 Oct 21:21
Compare
Choose a tag to compare

This version of AutoDash avoids the conflict with the CLI convention of two hyphens by just listening for "---" (three hyphens).

In short, you type "---", and it's replaced with " — "

Your computer is likely going to scream "VIRUS!"it's not. If you have trust issues, feel free to browse the 3 lines of code that make up AutoDash.

Just for " - " people

04 Dec 22:40
Compare
Choose a tag to compare

This version of AutoDash avoids the conflict with the CLI convention of two hyphens by just listening for " - ".

In short, you type " - ", and it's replaced with " — "

Your computer is likely going to scream "VIRUS!"it's not. If you have trust issues, feel free to browse the 3 lines of code that make up AutoDash.

First Working Version

22 Aug 18:47
Compare
Choose a tag to compare
First Working Version Pre-release
Pre-release

It works, but doesn't take into consideration edge cases like when you want to use --help on a CLI or something similar.

We support both major camps of Em Dashers:

Once you start AutoDash,

  • if you type "--" it will turn into "—"
  • if you type " - " it will turn into " — ".

Your computer is likely going to scream "VIRUS!"it's not. If you have trust issues, feel free to browse the 3 lines of code that make up AutoDash.