https://github.com/cmsj/mjolnir.cmsj.appfinder
https://github.com/cmsj/mjolnir.cmsj.appfinder
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmsj/mjolnir.cmsj.appfinder
- Owner: cmsj
- License: mit
- Created: 2014-07-24T19:27:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T19:16:56.000Z (over 11 years ago)
- Last Synced: 2025-04-09T07:16:21.006Z (about 1 year ago)
- Language: Lua
- Size: 230 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Install
~~~bash
$ luarocks install mjolnir.cmsj.appfinder
~~~
### Require
~~~lua
local appfinder = require "mjolnir.cmsj.appfinder"
~~~
### Documentation
Documentation is included in Dash's "Mjolnir" docset.
### Additional documentation
For more information about Lua patterns, see:
- http://lua-users.org/wiki/PatternsTutorial
- http://www.lua.org/manual/5.2/manual.html#6.4.1