项目作者: rsookram

项目描述 :
Command-line tool which prints an ls style listing of image files
高级语言: Go
项目地址: git://github.com/rsookram/imgls.git
创建时间: 2018-02-10T17:52:33Z
项目社区:https://github.com/rsookram/imgls

开源协议:MIT License

下载


imgls

imgls is a command-line tool which prints an ls style listing of image files.
Inspired by the list output in feh.

Usage

Pass any number of directories containing images or image files to imgls and it
will output a listing of the images in the directories / the images themselves.
When run with no arguments, imgls will output a listing of the images in the
current directory.

Example output:

  1. $ imgls
  2. NUM FORMAT WIDTH HEIGHT SIZE FILENAME
  3. 1 jpeg 2448 3264 2M IMG_20160107_081137.jpg
  4. 2 jpeg 2448 3264 2M IMG_20160107_081749.jpg
  5. 3 jpeg 2448 3264 4M IMG_20160209_195745.jpg
  6. 4 jpeg 2448 3264 4M IMG_20160209_195814.jpg
  7. 5 jpeg 2448 3264 5M IMG_20160209_195833.jpg
  8. 6 jpeg 2448 3264 2M IMG_20160707_201515.jpg
  9. 7 jpeg 2448 3264 2M IMG_20160707_203408.jpg
  10. 8 jpeg 2448 3264 1M IMG_20160806_183223.jpg
  11. 9 jpeg 2448 3264 1M IMG_20160806_183253.jpg

Install

  1. $ go get -u github.com/rsookram/imgls/cmd/imgls

License

imgls is licensed under the MIT license.