llimllib / git-ls

The Unlicense
4 stars 0 forks source link

git-ls

list the files in the current directory along with a useful summary of their git status and helpful hyperlinks.

The output is nicely colored:

In a terminal that supports OSC8 links such as kitty, iterm or wezterm, git ls will provide helpful hyperlinks.

In a properly-configured terminal, this means that you can click on filenames to open them in your preferred editor, or click on a PR number in a commit status to go straight to that PR in your browser.

installing

building

Run make, which will result in a git-ls binary in the current directory