forked from raycast/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Merge pull request raycast#11 from machamp0714/issue-10 - Change changelog - Change category - Add keywords - Update display team name - Update README - Add screenshot - Change icon - Change icon - Remove oauth command - Add placeholder - Add Clock icon - Change command name - Merge pull request raycast#9 from machamp0714/issue-7 - Update get task title form viewing screen - Fix validation rule and form label - Update group categories in teams - Add action for start task - Merge pull request raycast#6 from machamp0714/ghcw-session-7dda - Refactor import - Refactor hooks - Refactor api - Add action for stop time entry - Add action for start task - Update display running time entry - Move category colors - Merge pull request raycast#4 from machamp0714/ghcw-session-2e4c - Create list daily activities - Create hooks for fetch daily activities - Create api layer - Add func for get access token - Install dayjs - Merge pull request raycast#2 from machamp0714/issue-1 - Create oauth command - first commit
- Loading branch information
1 parent
e7f67c3
commit 0febb94
Showing
31 changed files
with
3,831 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"root": true, | ||
"extends": ["@raycast"] | ||
} |
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,13 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# Raycast specific files | ||
raycast-env.d.ts | ||
.raycast-swift-build | ||
.swiftpm | ||
compiled_raycast_swift | ||
|
||
# misc | ||
.DS_Store |
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,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
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,3 @@ | ||
# TimeCrowd Tracker Changelog | ||
|
||
## [Initial Release] - {PR_MERGE_DATE} |
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,21 @@ | ||
# TimeCrowd Tracker | ||
|
||
Track your time with TimeCrowd | ||
|
||
## Getting Started | ||
|
||
To use this extension, you need your TimeCrowd API Token. | ||
|
||
1. Go to https://timecrowd.net/oauth/applications | ||
2. Click "New Application" | ||
3. In the **Name** field, enter a name of your choice for the application. | ||
4. In the **Redirect URI** field, enter `urn:ietf:wg:oauth:2.0:oob`. | ||
5. Click "Submit" then click "New token" then click "Issue" | ||
6. Copy the token | ||
|
||
## Start/Stop Time Entry | ||
|
||
This command displays a list of time entries for the past week. | ||
|
||
1. By pressing "Enter" on a time entry, you can start/stop the time entry. | ||
2. You can start a new time entry by selecting "Create a new time entry" and inputting a title and category. Additionally, it's possible to automatically fetch the title from the page you are currently viewing. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.