Metadata-Version: 2.0
Name: vkl
Version: 2018.02.03.02
Summary: vkl - a better ls-experience
Home-page: https://github.com/novoid/vkl
Author: Karl Voit
Author-email: tools@Karl-Voit.at
License: UNKNOWN
Download-URL: https://github.com/novoid/vkl/zipball/master
Description-Content-Type: UNKNOWN
Keywords: file managing,file management,files,shell
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent

vkl
-----------------------------
This tool lists the current directory content in various metric
GNU ls does not provide.

Options:
  -h, --help         show this help message and exit
  -l, --log          displays directory content by a pseudo logarithmic time
                     (default option)
  -m, --mtime        sort items using modification time (default option)
  -c, --ctime        sort items using change time
  -a, --atime        sort items using access time
  -p, --primitivels  use primitive output of directory rather than using GNU
                     ls
  -d DELEGATE, --delegate=DELEGATE
                     delegate additional arguments to ls command
  --debug            enable (senseless) debug output


