https://github.com/apiad/sublime-flashback
A tiny plugin for interactive browsing of git log entries.
https://github.com/apiad/sublime-flashback
Last synced: 12 months ago
JSON representation
A tiny plugin for interactive browsing of git log entries.
- Host: GitHub
- URL: https://github.com/apiad/sublime-flashback
- Owner: apiad
- License: mit
- Created: 2014-07-17T22:56:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T00:09:39.000Z (about 11 years ago)
- Last Synced: 2025-01-01T21:37:28.155Z (about 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flashback
A Sublime Text 3 plugin to quickly navigate a file's commit history.
### Disclaimer
This plugin is in active development, which means it can be absolutely broken. **Always** save your changes before using it, to avoid data losses. Use at your own risk.
## What does it do?
**Flashback** is a dead simple plugin. It opens up a list of all the commits for the current file, and updates the file content as you browse through the history.
I made this plugin to replace the standard **git log** command. Such command opens the log list, and when you select a commit, it opens the **diff** in a new window. I consider that feature to be absolutely useless. Instead, this plugin updates the **content** of your view with the content of the same file as it is stored in the selected commit. If you press `Escape` it will restore the content you had before running the plugin.
## Installing
Just use [Package Control](https://sublime.wbond.net).
## Using
When editing any file under a git repository, hit `ctrl+alt+f`, or hit `ctrl+shift+p` and find `Flashback` on the command list.