https://github.com/spirosikmd/zazu
Dead simple, keyboard shortcut todo app
https://github.com/spirosikmd/zazu
Last synced: about 2 months ago
JSON representation
Dead simple, keyboard shortcut todo app
- Host: GitHub
- URL: https://github.com/spirosikmd/zazu
- Owner: spirosikmd
- License: mit
- Created: 2016-02-27T21:56:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T19:44:12.000Z (over 6 years ago)
- Last Synced: 2025-01-13T04:27:38.594Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zazu [](https://travis-ci.org/spirosikmd/zazu) [](https://coveralls.io/github/spirosikmd/zazu?branch=master)
Dead simple, keyboard shortcut todo app. Theme inspired from
[material theme](http://equinusocio.github.io/material-theme/), and built with- [AngularJS 2](https://angular.io/)
- [Angular2 Hotkeys](https://github.com/brtnshrdr/angular2-hotkeys)
- [TypeScript 2](https://www.typescriptlang.org/)
- [Electron](http://electron.atom.io/)
- [Source Code Pro](http://adobe-fonts.github.io/source-code-pro/)To check the keyboard shortcuts type `?`
## Contribute
Install modules with `npm i` and run `npm start` to boot development environment.
## Test
To run tests use `npm test`.
## Package
To package zazu, currently only for MacOSX, use `npm run deploy`.