Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llimllib/git-ls
https://github.com/llimllib/git-ls
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/llimllib/git-ls
- Owner: llimllib
- License: unlicense
- Created: 2024-04-30T13:34:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T11:12:04.000Z (9 months ago)
- Last Synced: 2024-11-30T02:50:37.169Z (about 2 months ago)
- Language: Go
- Size: 1.13 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
![](static/gitls.png)
In a terminal that supports [OSC8 links](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) such as kitty, iterm or wezterm, `git ls` will provide helpful hyperlinks.
- file names are linked to files
- commit messages are linked to the commits
- commit authors are linked to their list of commits
- PR numbers are linked to the PRIn 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
- on a mac: `brew install llimllib/git-ls/git-ls`
- everywhere else: download the [latest release](https://github.com/llimllib/git-ls/releases) for your platform
- Put `git-ls` anywhere on your path, and you can then call it as `git ls`
- Windows users: I'd love your help to make this work on windows! Please leave a comment at issue [#14](https://github.com/llimllib/git-ls/issues/14)## building
Run `make`, which will result in a `git-ls` binary in the current directory