-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename tasks-as-tags to tags-as-tasks and tasks-as-tags-reg…
…ex to tags-as-tasks-regex
- Loading branch information
1 parent
3d9c7be
commit 180126b
Showing
5 changed files
with
43 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Source documentation for [Clockify](https://clockify.me/). | ||
|
||
## CLI flags | ||
|
||
```plaintext | ||
Flags: | ||
--clockify-api-key string set the API key | ||
--clockify-url string set the base URL | ||
--clockify-workspace string set the workspace ID | ||
``` | ||
|
||
## Configuration options | ||
|
||
| Config option | Kind | Description | Example | | ||
|--------------------|--------|------------------------------------------------------------|---------------------------------------| | ||
| clockify-url | string | URL for the Clockify installation without a trailing slash | clockify-url = "https://clockify.me" | | ||
| clockify-api-key | string | API key gathered from Clockify[^1] | clockify-api-key = "<API KEY>" | | ||
| clockify-workspace | string | Clockify workspace ID[^2] | clockify-workspace = "<WORKSPACE ID>" | | ||
|
||
## Limitations | ||
|
||
* It is not possible to filter for projects when fetching, though it is a [planned](/~https://github.com/gabor-boros/minutes/issues/1) feature. | ||
|
||
[^1]: As described in the [API documentation](https://clockify.me/developers-api), visit the [settings](https://clockify.me/user/settings) page to get your API token. | ||
[^2]: To get your workspace ID, navigate to workspace settings and copy the ID from the URL. |