Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannicoppola committed Jun 10, 2023
1 parent 81fd47a commit 6119f63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ src="https://img.shields.io/github/downloads/giovannicoppola/alfreDo/total?color

## Searching your tasks 🔍
- launch with keyword or custom hotkey. You can start from 1) tasks due today, 2) tasks overdue, or 3) all tasks
- Use multiple strings, or label/projects to refine search. Use `@` to enter one or more labels, `#` to enter a project.
- Use multiple strings, or label/projects to refine search. Use `@` to enter one or more labels, `#` to enter a project/section.
- Once a task is selected, you can do one of three things:
- `enter` ↩️ will open the task on [Todoist](https://todoist.com/)
- `shift-enter` ⇧↩️ will complete the task
- `ctrl-enter` ^↩️ will open a menu to reschedule the task. Choose one of the options, or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will reschedule in 10 weeks)
- `ctrl-enter` ^↩️ will open a menu to reschedule the task. Choose one of the options, or enter a date in international format, with (`YYYY-MM-DDTHH:MM`) of without (`YYYY-MM-DD`) time, or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will reschedule in 10 weeks)


## Creating new tasks ⭐
- launch with keyword (default: `!!!`) or hotkey. Use `@` to enter one or more labels, `#` to enter a project (`Inbox` will be used if none entered), `due:` to enter a due date. As in reschedule, choose one of the options, or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will set a due date in 10 weeks)
- launch with keyword (default: `!!!`) or hotkey. Use `@` to enter one or more labels, `#` to enter a project/section (`Inbox` will be used if none entered), `due:` to enter a due date. As in reschedule, choose one of the options, or enter a date in international format, with (`YYYY-MM-DDTHH:MM`) of without (`YYYY-MM-DD`) time, or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will set a due date in 10 weeks)
- Universal Action: new highlights can be created by selecting text in any app, then launching Universal Actions and selecting `Create a new Todoist task`.


Expand All @@ -94,10 +94,12 @@ src="https://img.shields.io/github/downloads/giovannicoppola/alfreDo/total?color
- https://www.flaticon.com/free-icon/task_2098402
- https://www.flaticon.com/free-icon/check_10308323
- https://www.flaticon.com/free-icon/bowler-hat_3345848
- Thanks to Werner Dijkerman for help with troubleshooting.


<h1 id="changelog">Changelog 🧰</h1>

- 06-10-2023: version 0.2.2 support for sections, international date, time, supporting spaces in project names
- 05-03-2023: version 0.1


Expand Down
6 changes: 2 additions & 4 deletions source/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1657,10 +1657,10 @@ An Alfred Workflow for [Todoist](https://todoist.com/)
- Once a task is selected, you can do one of three things:
- `enter` ↩️ will open the task on [Todoist](https://todoist.com/)
- `shift-enter` ⇧↩️ will complete the task
- `ctrl-enter` ^↩️ will open a menu to reschedule the task. Choose one of the options, or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will reschedule in 10 weeks)
- `ctrl-enter` ^↩️ will open a menu to reschedule the task. Choose one of the options, or enter a date in international format, with (`YYYY-MM-DDTHH:MM`) of without (`YYYY-MM-DD`) time, or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will reschedule in 10 weeks)
## Creating new tasks ⭐
- launch with keyword (default: `!!!`) or hotkey. Use `@` to enter one or more labels, `#` to enter a project (`Inbox` will be used if none entered), `due:` to enter a due date. As in reschedule, choose one of the options, or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will set a due date in 10 weeks)
- launch with keyword (default: `!!!`) or hotkey. Use `@` to enter one or more labels, `#` to enter a project (`Inbox` will be used if none entered), `due:` to enter a due date. As in reschedule, choose one of the options, or enter a date in international format, with (`YYYY-MM-DDTHH:MM`) of without (`YYYY-MM-DD`) time, or enter a number of days. or enter a number of days. You can also use `w` or `m` after the number to enter weeks and months, respectively (e.g. `10w` will set a due date in 10 weeks)
- Universal Action: new highlights can be created by selecting text in any app, then launching Universal Actions and selecting `Create a new Todoist task`.
## Database refresh 🔄
Expand Down Expand Up @@ -2100,8 +2100,6 @@ An Alfred Workflow for [Todoist](https://todoist.com/)
<string>RefreshRate</string>
</dict>
</array>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.2.2</string>
<key>webaddress</key>
Expand Down

0 comments on commit 6119f63

Please sign in to comment.