Skip to content

Commit

Permalink
Initial Commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
afaur committed May 18, 2016
0 parents commit 2526428
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 0 deletions.
Empty file added ascii_search.js
Empty file.
Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions readme.md
@@ -0,0 +1,19 @@
## ASCII Search

Search for ASCII characters by name or by number.

## Installing

Add `tinytacoteam/ascii-calculator` inside of `plugins` block of your `~/.zazurc.js` file.

~~~ javascript
module.exports = {
// ...
'plugins': [
'tinytacoteam/ascii-calculator',
// ...
],
// ...
}
~~~

0 comments on commit 2526428

Please sign in to comment.