Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

asmagill/mjolnir_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is being archived

Hammerspoon is a fork of Mjolnir that has long ago diverged beyond a reasonable ability to maintain compatibility with Mjolnir. All of my recent and future contributions will be to that project.


mjolnir_asm

Development space for Mjolnir modules under mjolnir._asm

Modules and Collections

Here is a list of the collections of modules for Mjolnir and their GitHub page for review. Check each collection out for a status of the released versions of the modules, as this particular repository may contain things that are incomplete or broken or being updated, but aren't quite stable yet.

Collection Description
mjolnir._asm Compatibility, standalone, shared libraries, etc.
mjolnir._asm.data Encode, decode, manipulate data, etc.
mjolnir._asm.hydra Backwards compatibility, modules which may move if they get more work.
mjolnir._asm.ipc Inter process communication, command line, etc.
mjolnir._asm.sys Modify or retrieve system settings and devices.
mjolnir._asm.ui User interface (broadly interpreted, I admit) modules.
mjolnir._asm.undocumented Modules that knowingly use undocumented APIs or questionable code.
mjolnir._asm.watcher Modules that act on external events; some crossover with ipc.

See README.md in each collection's directory.

License

Released under MIT license.

Copyright (c) 2014 Aaron Magill

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.