Commit graph

60 commits

Author SHA1 Message Date
Athitya Kumar
010ec6bb09 Rectifies indent in README.md 2017-07-07 17:16:51 +05:30
Athitya Kumar
3cc56bf8dc Rectifies indent in CONTRIBUTING.md 2017-07-07 17:12:59 +05:30
Athitya Kumar
8fd2fdb37a Corrects git clone url 2017-07-07 14:51:32 +05:30
Athitya
5edae7c723 Minor changes in README 2017-07-07 00:28:23 +05:30
Vincent
942bf6393a Adds note for Rbenv users in README (#32)
* added note for rbenv users to remind them to rehash

* removed extra spaces inserted by typora

* added all four lines for easy copy paste

* changed 'uninstall' to 'uninstallation'
2017-07-07 00:20:28 +05:30
Athitya
c355c39d3e Adds license section to readme 2017-07-07 00:01:04 +05:30
Athitya
c217eb37ab Merge branch 'master' of github.com:athityakumar/colorls 2017-07-06 23:53:41 +05:30
Kaustubh Hiware
c2e93358fe Adds contributing section in README (#31)
Add 🎉 at the end
2017-07-06 23:50:51 +05:30
Athitya
021a5ce1b7 Minor changes in README 2017-07-06 22:24:44 +05:30
Athitya Kumar
d3082c99ef Merge pull request #27 from athityakumar/ruby-gem
Colorls -> Ruby gem 🎉
2017-07-06 22:18:56 +05:30
Athitya
d421ce9ce7 Adds some more markdown files 2017-07-06 22:05:43 +05:30
Athitya
3d7522c14d Updates README with Ruby gem installation steps 2017-07-06 21:28:32 +05:30
Athitya
3bfa362121 Merge branch 'master' into ruby-gem 2017-07-06 20:21:09 +05:30
Sam Lazarus
f62a60d4b3 Adds more badges to README (#17)
* Changed style of "PRs Welcome" badge

Changed the style of the "PRs Welcome" badge from flat to shields so that it matches the Travis build status badge.

* Added made with ruby + made with love badges and color theme specification.

* Added the awesome badge, and reordered the badges
2017-07-06 19:46:17 +05:30
Kaustubh Hiware
d716710776 Adds more icons, replaces some for easier viewing (#26) 2017-07-06 19:44:12 +05:30
Athitya
97efea36bf Updates gem to v0.1.1 2017-07-05 22:51:40 +05:30
Athitya
625dbff297 Gitignores gem files 2017-07-05 22:45:17 +05:30
Athitya
31eb53966b Updates travis.yml with more lc flag tests 2017-07-05 22:24:37 +05:30
Athitya
b0edf5fd9b Updates travis.yml 2017-07-05 22:20:49 +05:30
Athitya
4905321dca Updates Ruby gem for release 0.1.0 2017-07-05 22:15:46 +05:30
Athitya
f993755f0e Adds ruby gem skeleton 2017-07-05 19:53:11 +05:30
Athitya
64d256efad Beautifies colorls.rb 2017-07-05 18:16:25 +05:30
Athitya
65957dcf29 Updates README with new flag screenshots
Flags : [-f] [-d] [-sd] [-sf] [-1]
2017-07-05 13:06:40 +05:30
Athitya Kumar
1b6e4a2e8e Merge pull request #19 from rubikonx9/master
Added sorting, column layout, and support for files in input
2017-07-05 12:51:33 +05:30
Tomasz Górecki
ed3a5cfc7c Added invalid flags' usage error message 2017-07-05 09:17:22 +02:00
Tomasz Górecki
f2d78eafe9 Corrected chunkifying 2017-07-05 08:59:20 +02:00
Tomasz Górecki
eca28f9516 Removed support for files as input 2017-07-05 08:29:22 +02:00
Tomasz Górecki
a7ec665da4 Updated the README 2017-07-05 07:36:05 +02:00
Tomasz Górecki
487e3788a1 After-review corrections
Changed args to the contructor to named parameters.
Changed CLI arguments' names.
2017-07-05 07:27:39 +02:00
Balaji Ravichandran
b94128f255 Updates README.md with uninstallation procedure (#22)
* Update README.md

* Update README.md
2017-07-04 16:09:45 +05:30
Tomasz Górecki
056657b97e Corrected rubocop issues 2017-07-04 10:40:34 +02:00
Tomasz Górecki
dd4bdc85f3 Added support for passing files as input 2017-07-04 09:31:16 +02:00
Tomasz Górecki
160734fb2c Updated Readme 2017-07-04 09:05:58 +02:00
Tomasz Górecki
1e07facec9 Added -1 option 2017-07-04 09:00:16 +02:00
Tomasz Górecki
d3495cf6f1 Added dirs-first sorting 2017-07-04 08:41:11 +02:00
Tomasz Górecki
d3f52a6895 Made the script executable & added shebang 2017-07-04 08:24:41 +02:00
Tomasz Górecki
f9df865190 Added --sort (case-insensitive) option 2017-07-04 08:23:45 +02:00
Eric Soldierer
09f9b20997 Update installation location in README (#14)
* update install location

* updated function definition and added possibility to make -r default option

* fix formatting of code block

* fix installation path in function
2017-07-03 17:17:21 +05:30
Athitya
eb1e40994f Fixes negative-slice bug
When the largest file name is greater than the terminal's screen width, the loop used to slice the contents with a negative index - which raises an error. This has now been fixed.
2017-07-03 15:51:27 +05:30
Athitya Kumar
bbf78a4938 Adds 'PRs welcome' badge 2017-07-02 14:18:57 +05:30
Athitya
80711cdb68 Updates README 2017-07-02 12:16:09 +05:30
Athitya
be2fb0b4ae Adds support for special folder icons 2017-07-02 11:54:15 +05:30
Athitya
8d55ba207b Ignores incorrect flags given to lc 2017-07-01 20:36:24 +05:30
Athitya
300377dddf Adds support to more formats 2017-07-01 20:09:45 +05:30
Athitya
405b3f03b2 Adds usage and tweaking section to README 2017-07-01 15:54:11 +05:30
Athitya Kumar
1fbd3a723b Adds Travis CI logo 2017-07-01 15:44:40 +05:30
Athitya
65e5971d75 Updates README 2017-07-01 15:41:41 +05:30
Athitya
faabe85060 Fixes rubocop issue 2017-07-01 15:22:20 +05:30
Athitya
8de164b6fd Adds better indent decisions to lc, with --report flag 2017-07-01 15:14:10 +05:30
Athitya
26e05cfb4d Fixes rubocop issue 2017-06-30 15:28:13 +05:30