Skip to content

wdbm/monx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monx

introduction

The program monx can monitor events and execute corresponding actions according to a specified configuration. In practice, monx is used to monitor for keystroke events and then to execute commands mapped to these keystroke events in a specified configuration. The configuration file should feature a Markdown list of the following form:

- event-execution-map
   - <event>
      - description: <natural language description>
      - command: <command>

An example configuration file is included.

prerequisites

pyrecon

ideas

About

monitor events and execute corresponding actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages