Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » U++ Esc Interpreter, Esc Macros and templates » A simple macro to run LazyGit for the active package via TheIDE
A simple macro to run LazyGit for the active package via TheIDE [message #61419] Sat, 01 February 2025 10:26
Oblivion is currently offline  Oblivion
Messages: 1202
Registered: August 2007
Senior Contributor
The macro below runs the LazyGit application on the terminal for the active package.
This is to simplify git management. Currently, TheIDE's git integration is very limited. To compensate this, you can use the below macro on any POSIX system.
(I am using Bobcat with a predefined LazyGit profile here, but you can modify it easily to suit your needs. For example you can set different LazyGit operations per macro, etc.).

macro "Run LazyGit" Ctrl+Shift+Space {
	Launch("/usr/bin/bobcat -p LazyGit -d \"" + PackageDir(ActivePackage()) + "\"");
}


Best regards,
Oblivion


[Updated on: Sat, 01 February 2025 10:31]

Report message to a moderator

Previous Topic: is there any document about how C++ code interoperate with ESC scripting language?
Goto Forum:
  


Current Time: Fri Apr 25 07:57:57 CEST 2025

Total time taken to generate the page: 0.00662 seconds