Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdushantha/fileinfo

📄Get information on over 10,000 file extensions right from the terminal
https://github.com/sdushantha/fileinfo

cli commandline file fileinfo information linux macos tool

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

fileinfo




## Installation

### Pip Install
```
pip3 install --user file-info
```

### Git Install

```bash
# 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
```

```bash
# 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