Skip to content

📄Get information on over 10,000 file extensions right from the terminal

License

Notifications You must be signed in to change notification settings

sdushantha/fileinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileinfo

Installation

Pip Install

pip3 install --user file-info

Git Install

# clone the repo
$ git clone https://github.com/sdushantha/fileinfo.git
# change the working directory to fileinfo
$ cd fileinfo

# install the requirements
$ pip3 install -r requirements.txt

Usage

Note: An internet connection is required

usage: fileinfo [-h] extension
# Just the extension name
$ fileinfo py

# Extension name with dot (.)
$ fileinfo .py

# You can also give a file name
$ fileinfo script.py

License

MIT License

Copyright (c) 2019 Siddharth Dushantha

About

📄Get information on over 10,000 file extensions right from the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages