GithubHelp home page GithubHelp logo

textbutler's Introduction

TextButler

Auto-completing text utility for macOS.

TextButler Icon

TextButler sits in your menubar and listens for keyboard shortcuts that you have defined. It then quickly fills in the text of your choosing. So, instead of typing:

Dear Customer,

Thank you so much for your question. I've forwarded this to our customer support and they will look at it as soon as possible.

Kind regards,

ThingCo Support Staff

You can set it up to just write ;fwdsupp and let TextButler type the full text automatically.

Also, it has the cutest menu bar icon:

TextButler Menu Bar Icon

Download

Download the ZIP file from the releases page.

The releases are currently unsigned. Once downloaded, right-click the app and choose "Open".

Building on macOS Sierra

git clone https://github.com/fdb/textbutler.git
cd textbutler
xcodebuild
open build/Release/TextButler.app

Example snippets file

Snippets are stored under /Users/username/Documents/TextButler/snippets.json. Changes are automatically picked up.

[
    {
      "shortcut": ";sig",
      "text": "Kind Greetings,\n\nJohn Doe"
    },
    {
      "shortcut": ",body",
      "text": "<body>\n\n\n</body>"
    }
]

TODO

  • Allow the user to edit the snippets in a custom GUI.
  • Allow snippets to control customer placement (e.g. between HTML tags).
  • Add an option to start the application at login.
  • Welcome screen explaining where to find snippet file, how to do expansions.
  • Create (signed) releases of the application.
  • Customizable location for snippets file.
  • Make the icon a bit smaller.

textbutler's People

Contributors

fdb avatar

Watchers

 avatar  avatar

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.