[feat] ctrl-r to reply
- Dominant language
- C#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Track the last person to send you a tell (assuming it's not 'someone' or 'someone powerful', or yourself), and add a hotkey shortcut 'ctrl-r' which clears the current input and inserts their name and a space plus a double quote:
e.g.
```
Atomicbob tells you, "It's not too late"
```
then pressing ctrl-r will clear the current input and set the input to: `atomicbob "` with the cursor after the '"`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that handles incoming tell messages and keyboard input in the mucka repository. Implement tracking for eligible tell senders and the Ctrl-R input behavior described in the issue; done means the current input is replaced with the sender name followed by a space and an opening quote, with the cursor after the quote.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop, mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100