This plugin enhances CudaText with useful functions:
- Blame current line: Shows blame details for the current line (committer, date, summary, etc.).
- Blame analyze file: Provides blame statistics for the entire file.
- See current line history: Displays the full commit history of the current line (committer, time, commit title).
- See file history: Displays the full commit history of the file (committer, time, commit title).
- See file history by committer: Groups the file history by committer for easier navigation.
- View file content in history: Allows opening file content at specific points in history.
- datetime_format: The format to be used for datetime across commands. Refer to the strftime directive documentation for a list of available directives and their meanings.
ThaiDat
MIT