commit icon indicating copy to clipboard operation
commit copied to clipboard

Command palette-style Git client for blazing-fast commits.

Results 8 commit issues
Sort by recently updated
recently updated
newest added

Would be awesome to allow a setting to disable [the popup notification](https://github.com/m1guelpf/commit/blob/main/src/commands.rs#L38C10-L38C10) upon successful commit.

I've made the basic changes but it has couple of bugs which @m1guelpf might be able to better understand and solve. - Escape & Settings shortcuts are not registered. There...

For me it's kind of a deal breaker to have a quick shortcut when it doesn't work in fullscreen. It seems Tauri doesn't support it as of now, but has...

bug
help wanted

Related: #5 Added compiler macros to isolate platform-specific code, allowing it to compile on Windows. Working: - Basic function - Open commit window shortcut Not working: - Window vibrancy (had...

It would be great to extend this experience with minimal approaches to other common git operations. To preserve the simple approach of Commit, many of these could be collapsed under...

Same as #5, shouldn't be too hard to get this running (in fact I've heard someone already managed to), with the main obstacle being window transparency. I'm not aware of...

help wanted
good first issue

It should be pretty easy to get this running on Windows (the only change needed should be updating [the vibrancy value selected](https://github.com/m1guelpf/commit/blob/29f276cf95d3212723e177856b07afd27bf6e9bc/src/window/mod.rs#L71) for this target). I'll be back home in...

help wanted
good first issue

It would be nice to quickly create a new branch by clicking on the branch name (or with a keyboard shortcut ofc)

enhancement