Info
fima info is a useful command to get info from a directory or a file or a git repository.
Usage
fima [DIRECTORY PATH] info [FILE PATH] [OPTIONS]
Options:
-g, --gitDisplay git information instead of file/directory
Directory output options:
-v, --verboseDisplay additional information
Git output options:
-t, --tagsShow all the repo tags-r, --remotesShow all the repo remotes
Examples
sh
# Get info of the current directory
fima info
# Get info from a file
fima info file.txt
# Get info of a git repository
fima ingo -gShowcase


