Commit graph

131 commits

Author SHA1 Message Date
Anthony Jean
bc1cd22bc1 Fix relative link in readme 2017-10-04 22:51:10 -04:00
Anthony Jean
3f3e27b98b Add the custom configurations to readme 2017-10-04 22:44:56 -04:00
Anthony Jean
b898af16d5 Add config files support 2017-10-04 22:26:21 -04:00
Athitya Kumar
eefcf02bb7 Merge pull request #114 from xdega/patch-1
Fix Typo.
2017-10-05 01:40:36 +05:30
Liam Hockley
302f57ff83 Fix Typo.
Resolves #112
2017-10-04 14:59:14 -05:00
Athitya Kumar
2ad08ad812 Removes awesome badge from README 2017-08-31 15:22:28 +05:30
Athitya
8110212143 Adds minor change to output string indent 2017-08-28 20:38:24 +05:30
Athitya Kumar
ae370cbf1c Merge pull request #110 from rohitner/gs-flag
added support for git-status flag
2017-08-28 20:18:44 +05:30
rohitner
9e5b2276cc colorized the output of git_info 2017-08-28 14:16:13 +05:30
rohitner
b1d0005af9 updated helplog 2017-08-26 21:56:34 +05:30
rohitner
72f3424a0d added -gs flag 2017-08-26 21:40:15 +05:30
rohitner
a0f2079831 replaced slice with remove to check travis build 2017-08-26 19:16:34 +05:30
rohitner
6b14f40331 minor bug fixes and changed rubocop 2017-08-26 18:31:37 +05:30
rohitner
511b7b0c02 added support for git-status in -l command 2017-08-26 16:22:15 +05:30
Khải
e6c55f48cb Add some icons, fix some file icons (#109)
* Add some icons for folders

* Folder names: .atom, .vscode, .github

* Add/Fix some file icons

* New icons:
  - React: .jsx
  - SASS: .sass

* Fixed aliases:
  - .editorconfig: It was a 'git' icon, which makes no sense
  - sass/scss: SCSS is not SASS

* New aliases:
  - Stylus: .stylus → .styl
  - Video: .avi, .mkv, .ogv, .webm → video
  - React: .tsx → .jsx

* Fix alphabetic order
2017-08-25 00:54:49 +05:30
Athitya Kumar
403f6776a6 Merge pull request #102 from avdv/fix-list-hidden-files
Only filter hidden files when listing a directory
2017-08-21 18:12:42 +05:30
Claudio Bley
438aed19bd Fix long listing of files as arguments
The elements in `@contents` should only ever be names of directory entries.
Otherwise erroneous paths will be constructed with `@input/@content_entry`.

* add check to ensure that long listing prints information about `.hidden-file`

Fixes #104.
2017-08-21 08:42:02 +02:00
Claudio Bley
6fa9ca2112 Only filter hidden files when listing a directory
* add `.hidden-file` to fixtures
* add check that `.hidden-file` is found to .travis.yml

Fixes #101.
2017-08-18 08:41:47 +02:00
Rohit Ner
ae751cc896 Adds --group-directories-first attribute to -sd flag (#98) 2017-08-17 18:27:42 +05:30
Rohit Ner
d3e0cd3bb8 Adds support for -h / --help flag (#97)
* added help flag

* updated .travis.yml

* added the list of all use-case commands

* changed rubocop

* made the necessary minor changes in helplog method and changed rubocop
2017-08-16 07:39:02 +05:30
Michael
260d8c4255 Readme flag usage update (#96)
* added -a flag in readme to match descriptions to images

* minimally document new flag options
2017-08-05 18:45:07 +05:30
Pranit Bauva
277f03ecaf Adds step about installing the .gem file (#93)
`rake install` just creates a new gem but does not install
it and without actually installing the gem one can't test the
latest release. Thus it is essential to install it first and then
try it out.
2017-08-03 01:15:29 +05:30
Gary Traffanstedt
fb40c72b15 Adds env, erb, scss, and slim icons. (#95)
* Added erb, scss, and slim icons.

* Added env icon.

* Aliased erb and slim icons to new rubydoc.
2017-08-03 01:14:08 +05:30
Vladislav Isakov
9b21e7a29f Fixes bug with -l and path to file. Close #89 (#90)
* Fixes bug with -l and path to file. Close #89

* Add use case for -l with path to file
2017-07-27 16:47:25 +05:30
Athitya Kumar
0f41db98f7 Merge pull request #88 from ryanoasis/patch-1
Misc readme fixes (#87) + updates `.git` folder (#33)
2017-07-24 14:11:58 +05:30
Ryan L McIntyre
bf2fc7ce21 Updates .git folder icon
- Updates .git folder icon from GitHub to more generic
- fixes #33
2017-07-23 11:03:23 -04:00
Ryan L McIntyre
3eeeb29b2a Update README.md
- typo and misc fixes, Nerd Font reference tweaks
2017-07-20 19:25:20 -04:00
Athitya
ef6e49c91e Adds travis step to CONTRIBUTING.md 2017-07-17 23:19:22 +05:30
Athitya
c372b9e6aa Updates to v0.1.7 2017-07-14 11:51:41 +05:30
Athitya
2a86bbd228 Fixes minor bugs in making -l work with -t 2017-07-14 11:46:39 +05:30
Tom Lazar
1afa3aa682 Adds colors.yaml file (#81)
* add colors.yaml file and switch any color reference to use it in
`lib/colors/core.rb`

* add light and dark verions of the commands, also moved load_from_yaml

* fix typo

* add colors for new commands from the merge

* fix name and update colors for the light and dark scheme

* fixed small typo when no files are found
2017-07-14 11:44:17 +05:30
Athitya
9a4445fe46 Updates to v0.1.6 2017-07-13 08:04:01 +05:30
Athitya Kumar
9ad137884e Merge pull request #82 from athityakumar/tree-flag
Adds -t / --tree flag
2017-07-12 22:53:13 +05:30
Athitya
b3d97738f3 Fixes double '/' behind dir 2017-07-12 22:20:14 +05:30
Athitya
b2f73068ca Fixes rubocop issue 2017-07-12 22:17:40 +05:30
Athitya
4313a25771 Merges branch 2017-07-12 22:16:22 +05:30
Athitya
13ade6acb0 Updates travis.yml 2017-07-12 22:15:12 +05:30
Athitya Kumar
3a8e722167 Merge branch 'master' into tree-flag 2017-07-12 22:13:01 +05:30
Athitya
e74c915973 Adds working -t / --tree flag 2017-07-12 22:00:59 +05:30
Oskar
1565333cb8 Adds symlink display for -l (#77) 2017-07-12 20:15:23 +05:30
Ace Dimasuhid
d62da43586 Adds -A flag, edits -a flag (#75)
Changes:

* Add -A | --almost-all flag

* Update functionality for -a | --all
2017-07-11 16:08:29 +05:30
sergeant-wizard
d50fcac738 Uses one_per_line if not in TTY environments (#70)
* Use one_per_line if not in TTY environments

* Adds stdout pipe to  command to travis scripts.
2017-07-11 10:00:25 +05:30
Michael Dungan
d0f00a9d6a Adds icon for yarn.lock (#72) 2017-07-11 08:24:28 +05:30
Athitya
f804aade07 Update to v0.1.5 2017-07-10 20:36:42 +05:30
Athitya
3fd597b31b Adds minor changes to README 2017-07-10 20:36:24 +05:30
Athitya
e13eb59a28 Fixes bug of different dir with -l flag 2017-07-10 20:29:29 +05:30
Athitya Kumar
39bfc7c6a0 Merge pull request #63 from GladOSkar/master
Adds -l / --long flag
2017-07-10 18:40:31 +05:30
GladOSkar
0cc9e16609 made rubocop happy by simplifying init_contents and increasing class
length limit
2017-07-10 15:04:45 +02:00
GladOSkar
e4e794a39d Revert "shorten the catches for user- and group-lookup drastically"
This reverts commit d6e7235672.
2017-07-10 14:59:28 +02:00
GladOSkar
d6e7235672 shorten the catches for user- and group-lookup drastically 2017-07-10 14:41:38 +02:00