ActivityWatch / ActivityWatch/aw-webui
Different interpretation of regex in the Activity and Timeline sections
- 主要语言
- TypeScript
- 星标
- 151
- 派生
- 179
- 平均合并
- 1 天 20 小时
- 30 天内合并 PR
- 28
描述
Hi, everyone.
ActivityWatch version: v0.13.2
Modules: aw-server,aw-watcher-window,aw-watcher-afk
OS: Windows 10
I need to split an activity between clients. To do this, I use a category with the regex `app_name.*unic_word_for_app_from_title.*`. This works for the timeline, but not for the activity.
Example:
Name: `TG`
Parent: `AKARN`
App: `telegram.exe`
Words: `AKARN`,`Elena V`
Regex: `telegram.exe.*(AKARN|Elena V).*`
Case insensitive: `True`
Color: `green`
Name: `TG`
Parent: `ACG`
App: `telegram.exe`
Words: `ACG`,`Admin V`
Regex: `telegram.exe.*(ACG|Admin V).*`
Case insensitive: `True`
Color: `dark cyan`
I see a split in the timeline:
But not in activities:
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。