bfi 0.1.1

Print a configurable list of info about a file or directory
1
2
3
4
5
6
7
8
9
10
{
  "include": {
    "general": ["type", "path"],
    "permissions": ["permissions", "owner", "group"],
    "metadata": ["device", "inode", "links"],
    "size": ["B", "KB", "MB", "GB", "TB"], 
    "count": ["lines", "words", "blocks"],
    "access": ["read", "modified", "changed", "birth"]
  }
}