meine
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
Quickly browse the history of a file from any git repository
Quickly browse the history of files in any git repo:
github.com with github.githistory.xyzIf you like this project consider backing my open source work on Patreon!
And follow @pomber on twitter for updates.
You can also add an Open in Git History button to GitHub, GitLab and Bitbucket with the Chrome and Firefox extensions.
javascript: (function() {
var url = window.location.href;
var regEx = /^(https?\:\/\/)(www\.)?(github|gitlab|bitbucket)\.(com|org)\/(.*)$/i;
if (regEx.test(url)) {
url = url.replace(regEx, "$1$3.githistory.xyz/$5");
window.open(url, "_blank");
} else {
alert("Not a Git File URL");
}
})();
You can use Git History for local git repos with the CLI or with the VS Code extension.
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Thank you to all our backers! 🙏 [Become a backer]
Based on these amazing projects:
MIT
more like this
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
MTT File Manager is a Rust-based Windows file manager with tabbed navigation, rich media previews, deep system integrat…
search projects, people, and tags