8000 GitHub - stedolan/git-ls: List files, annotated by git status
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stedolan/git-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

git-ls

List contents of the current directory, marked according to git status.

git-ls example

Staged files are green and marked with ^.

Changed but unstaged files are red, marked with *.

Untracked files are yellow, marked with ?.

Directories are blue, but if they contain staged, changed or untracked files they're marked accordingly.

Installing

Run this:

git config --global alias.ls '!/path/to/git-ls'

Then, you can run git ls from inside any git repo.

About

It's written in Python (runs as either Python2 or Python3). Should work on anything vaguely Unixy. MIT licensed.

About

List files, annotated by git status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0