Key to copy full commit message
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.9k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I have really liked using gitu so far!
But one thing I miss from lazygit is being able to copy the title and message of a commit.
My usecase is following: sometimes when making a MR to gitlab repos, if the MR has multiple patches, i like to copy the full commit message to the description field.
I would not mind trying to implement this myself, if it's something the maintainer(s) dont mind having.
Implementation wise, i think i could just copy the text that we see in the application, but i wonder if theres some git command we can do this too?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the TUI's commit-message display and existing key-handling or copy behavior, then determine how commit title and body are represented. Done means a user can copy the complete commit message, including title and body, for pasting into a merge request description.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100