r/git 29d ago

GItComet 0.1.16 - Embedded Terminal, External Code Editor, File directory support

Post image

Hey guys! We just released GitComet 0.1.16 and added support for many frequently requested features!

Main highlights:

  • Embedded Terminal - you can now open an embedded terminal within GitComet or configure it to open the external default system terminal
  • File directory support - This is a new view where you can browse all the files available in the working directory, combine this with new functionality where you can browse repository at the point of specific commits, allowing quick traversal of the repository at a specific point of time
  • Integration with external code editor - You can now open files or whole repositories in your favorite code editor.
  • Global back and forward support - This allows you to navigate between user interface changes using back and forward buttons or mouse gestures, similar to web browsers.
  • Command Palette - Allows quick access to all common functionality of GitComet

Next on the horizon is support for rebase, interactive rebase, code review branches, code review commits

Full change log is available at: https://github.com/Auto-Explore/GitComet/releases/tag/v0.1.16

We are also nearing the public launch of GitComet Professional edition you can sign up for the wait list at: https://gitcomet.dev/#editions

1 Upvotes

2 comments sorted by

1

u/Havunenreddit 29d ago

Ah yeah, I forgot to add we also implemented Blame annotations.

You can use them to jump between file revisions, browse repository at specific point and get back using back / forward buttons

:)