https://github.com/acook/dlister
Enhanced `ls` clone in Ruby
https://github.com/acook/dlister
Last synced: 12 months ago
JSON representation
Enhanced `ls` clone in Ruby
- Host: GitHub
- URL: https://github.com/acook/dlister
- Owner: acook
- License: mit
- Created: 2013-01-14T11:12:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-15T03:45:02.000Z (over 13 years ago)
- Last Synced: 2025-06-13T15:57:17.247Z (about 1 year ago)
- Language: Ruby
- Homepage: https://github.com/acook/dlister#readme
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Dlister
=======
Dlister is basically an 'ls' clone with some enhancements.
*Anthony M. Cook 2013 - http://github.com/acook | @anthony_m_cook | http://anthonymcook.com*
Features
--------
- Unicode sigils
- Improved multi-attribute sorting
- Color
- 256-color support (planned)
- SCM (git) integration (planned)

Installation
------------
To use it as an `ls` replacement, just install the gem:
$ gem install dlister
And then make a symlink to it (I don't suggest overwriting ls):
$ alias l='dlister'
Usage
-----
Pretty basic just do `dlister path`. Examples:
$ dlister # list current directory
$ dlister ~ # list home directory
$ dlister /bin ../ .bash_profile # list absolute path, relative path, and file
Contributing
------------
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request