Giter Site home page Giter Site logo

markjaquith / alfred-silent-mention Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 153 KB

Alfred 4 Workflow to silently type @usernames, domains.com, or #hashtags without them being linked or parsed

License: MIT License

alfred-workflow alfred alfred4-workflow

alfred-silent-mention's Introduction

Alfred Silent Mention

Alfred 4 workflow to silently type @usernames, domains.com, or #hashtags without them being linked or parsed by Twitter, Slack, iMessage, and more.

Screen Shot 2020-08-13 at 5 04 14 PM

For example, you can type @stop on Twitter without poor Doug Bowman getting a notification. Or you could type WordPress.com or Amazon.com in Slack without a big annoying preview loading in.

Installation

  1. Have Alfred installed.
  2. Have the Alfred Powerpack installed.
  3. Download the Silent Mention workflow file, and double-click it to add it to Alfred.
  4. Customize the keyword if you want (default is silent).

Usage

Invoke Alfred, then type silent @username or silent amazon.com or silent #hashtag and hit return. The thing you typed will be pasted into the frontmost app, but will not be seen as a username mention, a domain link, or a valid hashtag.

How It Works

It works by inserting an invisible U+2060 Word Joiner character in a location that breaks the parsing. U+2060 is a special character that means “the things on either side of me should stay stuck together”. So, to Twitter, it looks like WordPress<U+2060>.com or @<U+2060>stop, but to a human's eyes, it is just WordPress⁠.com or @⁠stop.

Works On

  • Twitter
  • Slack
  • iMessage
  • GitHub
  • And more

alfred-silent-mention's People

Contributors

markjaquith avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

alfred-silent-mention's Issues

Use U+2060 (Word Joiner) instead of zero-width space

The problem with zero-width space is that it can cause your "word" to wrap, at the ZWS.

U+2060 (Word Joiner) (shown here between two dots: .⁠.) does not seem to have this issue, and seems to work on Slack, Twitter, and iMessage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.