https://github.com/rs/gls
A graphical ls command for iTerm2 with icons
https://github.com/rs/gls
Last synced: 11 months ago
JSON representation
A graphical ls command for iTerm2 with icons
- Host: GitHub
- URL: https://github.com/rs/gls
- Owner: rs
- License: mit
- Created: 2015-09-07T08:11:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T08:33:51.000Z (over 10 years ago)
- Last Synced: 2025-04-15T14:13:29.480Z (about 1 year ago)
- Language: Swift
- Size: 214 KB
- Stars: 79
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphical ls for iTerm2 (v3)
The `gls` command uses the [iTerm2 (version 3 beta) image capability](http://www.iterm2.com/images.html) to display Finder's file icons in the terminal.

The current version is very basic, with no support for any of the `ls` options.
## Install with Homebrew
Make sure you are using the lastest [beta of iTerm2 version 3](http://www.iterm2.com/downloads/nightly/#/section/home).
$ brew install https://raw.githubusercontent.com/rs/homebrew/gls/Library/Formula/gls.rb
For El Capitan users:
$ brew install --HEAD https://raw.githubusercontent.com/rs/homebrew/gls/Library/Formula/gls.rb
## Build from Source
$ xcodebuild SYMROOT=build
$ install build/Release/gls /usr/local/bin