GithubHelp home page GithubHelp logo

alfred-workflow-ascii-table's Introduction

Alfred Workflow: ASCII Table & Character Lookup

This Alfred 4+ workflow gives you easy access to the ASCII table and allows you to lookup characters or bytes based on binary, hexadecimal, or text representation:

The ascii and char commands provide the same functionality as filters, taking an optional argument:

  • no argument: renders the full ASCII table from 0 to 127
  • with argument: renders a matching sub-set of the ASCII tables for you to search or filter
    • c will display the entry for the character c with all its other representations
    • 0x63 will also display the entry for character c
      • typing only a prefix will selectively filter down accordingly 0x6 will show multiple entries
    • 0b01100011 will also display the entry for character c
      • typing only a prefix will selectively filter down accordingly 0b0110001 will show b and c

Usage

This workflow is using a stripped-down version of the Python 3 helper library from NorthIsUp which is compatible with Alfred 3+ on macOS 10.7+ using Python 3.7+.

Download the latest release from GitHub Releases and add it to your Alfred installation.

License

This project is made available under the MIT License. For more details, see the LICENSE file in the repository.

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.