the script is updated, fixed some old issues as well
Search Criteria
Package Details: lls 1.5-1
Package Actions
| Package Base: | lls |
|---|---|
| Description: | lls is a colorful ls alternative with additional file info. lls provides pleasant colorful highlighting, file information and some easy-to-read permission tags. In addition lls can draw folder trees with a total files/dirs count. |
| Upstream URL: | https://github.com/tastyminerals/lls |
| Category: | system |
| Licenses: | |
| Submitter: | tastyminerals |
| Maintainer: | tastyminerals |
| Last Packager: | tastyminerals |
| Votes: | 12 |
| First Submitted: | 2011-11-04 21:43 |
| Last Updated: | 2015-05-02 08:26 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by tastyminerals
Comment by Voice
Script should use "${HOME}" and XDG desktop vars if needed.
Paths like those should not be hardwired. When home dir
is not in its default place, script bombs with
/usr/bin/lls: line 29: /home/kiosk/.llsrc: No such file or directory
Comment by tastyminerals
dracorp, I keep all my scripts in /usr/local/bin so I assumed this to be a default dir for "lls" (changed to /usr/bin)
Yes, getopts seems to be a better way.
I wrote the script while reading a book on bash for self-education purposes. It has some bugs, which are not critical though. It is somewhat slow, yes. Yet I think it will become handy for some people. I use it even now when I need to list archives, movies or just text files in console. I also use --tree function just to see current dir hierarchy.
Comment by haawda
I guess Army and dracorp wanted to stress that anything under /usr/local is forbidden for AUR packages. So /usr/local/bin is yet not correct. It should be /usr/bin. See the packaging guidelines.
Comment by tastyminerals
thanks, shall fix it
Anonymous comment
Please don't install into /usr/local/sbin !!! And this is only a shell script, so you can set arch=(any)
Comment by dracorp
Hello. You can use getopts(from bash) or/and getopt(from util-linux) for combined short options e.g. -ab(from yours TODO). Interesting script, but it could run faster.
Why did you installed it in /usr/local/sbin?
Comment by tastyminerals
Updated.
Anonymous comment
Checksum is not correct,
but nice program :)