Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skibitsky/alfred-timing
⏳ Alfred workflow for Timing app
https://github.com/skibitsky/alfred-timing
alfred alfred-workflow alfy macos nodejs timing timingapp
Last synced: 6 days ago
JSON representation
⏳ Alfred workflow for Timing app
- Host: GitHub
- URL: https://github.com/skibitsky/alfred-timing
- Owner: skibitsky
- License: mit
- Created: 2019-10-03T19:02:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T09:49:34.000Z (over 1 year ago)
- Last Synced: 2024-09-19T04:49:03.047Z (about 2 months ago)
- Topics: alfred, alfred-workflow, alfy, macos, nodejs, timing, timingapp
- Language: JavaScript
- Homepage:
- Size: 2.84 MB
- Stars: 33
- Watchers: 4
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# alfred-timing [![Build Status](https://travis-ci.org/skibitsky/alfred-timing.svg?branch=master)](https://travis-ci.org/skibitsky/alfred-timing)
> Alfred workflow for Timing app
## Install
```shell
npm install --global alfred-timing
```_Requires [Node.js](https://nodejs.org) 8+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/)._
0. Install workflow by running `$ npm install --global alfred-timing` in Terminal
1. Generate new Timing API token [here](https://web.timingapp.com/integrations/tokens)
2. Insert yout API token into the `token` field in "Workflow Environment Variables" window:
## Usage
In Alfred, type `t`, press Return, and enter your task.
You can create a new task or select the existing one (project will be selected automatically).## Development
Use [alfred-link](https://github.com/SamVerschueren/alfred-link#development) to create a symlink in the Alfred workflows directory pointing to your development location.
```shell
npx alfred-link
```## License
MIT © [skibitsky](http://skibitsky.com)
## Contributors
- Bhagya Silva (github.com/bhagyas)
- Daniel Willitzer (github.com/dwillitzer)