Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sdushantha/fileinfo
- Owner: sdushantha
- License: mit
- Created: 2018-11-27T06:59:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T05:31:26.000Z (over 2 years ago)
- Last Synced: 2025-01-24T19:51:15.015Z (12 days ago)
- Topics: cli, commandline, file, fileinfo, information, linux, macos, tool
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 112
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 LicenseCopyright (c) 2019 Siddharth Dushantha