jpnelson / git-file-explorer

A vscode addon to make a file explorer out of git commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-file-explorer README

Git file explorer lets you create a file explorer of your own choosing, based on a git command.

For example, by default, you can browse changes that are not yet present on a master branch:

git --no-pager diff `git merge-base HEAD origin/master` --name-only -z

Browsing with the file explorer

Features

File explorer screenshot

Extension Settings

This extension contributes the following settings:

  • gitFileExplorer.gitCommand: the command to run when populating the file explorer

About

A vscode addon to make a file explorer out of git commands


Languages

Language:TypeScript 100.0%