Electrux / ls_extended

ls with coloring and icons
BSD 3-Clause "New" or "Revised" License
201 stars 14 forks source link

ls_extended * problem #5

Closed qqldd closed 6 years ago

qqldd commented 6 years ago

I have two problems:

  1. ls_extended file.* returns " "Unable to open directory: file.txt/"
  2. ls_extended returns the last file from ls
qqldd commented 6 years ago

I probably see why. The problem for 1 could be:

ls_extended file.txt returns Unable to open directory: file.txt/

So the ls_extended expects the argument to be a directory, right?

Electrux commented 6 years ago

yes, I will work on getting the correct output. thanks for telling :)

Electrux commented 6 years ago

okay the argument part has been fixed. Using a file as argument now works. The *, however, will still not work because it does not accept multiple arguments pertaining to files. Will work on that.

Electrux commented 6 years ago

version 1.0.6 resolves this, and has been added to the master branch. please test it :)

qqldd commented 6 years ago

Yes, it is working! Thanks @Electrux !

Electrux commented 6 years ago

awesome! thanks! 😄