Skip to content

Commit

Permalink
Add timecrowd-tracker extension
Browse files Browse the repository at this point in the history
- 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
machamp0714 committed Jan 5, 2025
1 parent e7f67c3 commit 0febb94
Show file tree
Hide file tree
Showing 31 changed files with 3,831 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/timecrowd-tracker/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/timecrowd-tracker/.gitignore
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
4 changes: 4 additions & 0 deletions extensions/timecrowd-tracker/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/timecrowd-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TimeCrowd Tracker Changelog

## [Initial Release] - {PR_MERGE_DATE}
21 changes: 21 additions & 0 deletions extensions/timecrowd-tracker/README.md
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.
Loading

0 comments on commit 0febb94

Please sign in to comment.