GothenburgBitFactory / GothenburgBitFactory/timewarrior
Reference ids without at symbol (@)
Open
enhancement
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 117
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 5
Description
For example, something that allows you to do:
- `timew stop 1; timew move 2 3pm`
Instead of:
- `timew stop @1; timew move @2 3pm`
This would be similar to Taskwarrior, in which you just pass the ID number.
Contributor guide
Research direction
No files, tests, or entry points are named in the issue. Start by locating the command-line parsing and reference-ID handling for commands such as `timew stop` and `timew move`; done means numeric IDs work without `@` while existing `@` references continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100