All Projects → sdushantha → Fileinfo

sdushantha / Fileinfo

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fileinfo

Gitviper
Enhanced git experience using the command line
Stars: ✭ 35 (-59.3%)
Mutual labels:  commandline, cli
Fsq
A tool for querying the file system with a SQL-like language.
Stars: ✭ 60 (-30.23%)
Mutual labels:  cli, tool
Lucid
A simple mock-application for programs that work with child processes
Stars: ✭ 45 (-47.67%)
Mutual labels:  cli, tool
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+922.09%)
Mutual labels:  cli, tool
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-15.12%)
Mutual labels:  cli, file
Durt
Command line tool for calculating the size of files and directories
Stars: ✭ 27 (-68.6%)
Mutual labels:  cli, tool
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (-32.56%)
Mutual labels:  commandline, cli
Tb Cli
🛠️ CLI for rapid TB generate
Stars: ✭ 8 (-90.7%)
Mutual labels:  cli, tool
Swiftline
Swiftline is a set of tools to help you create command line applications.
Stars: ✭ 1,156 (+1244.19%)
Mutual labels:  commandline, cli
Neutron
Neutron is a CLI developed to help developers create new react projects with Redux + Redux Saga and offers well-structured code standardization.
Stars: ✭ 65 (-24.42%)
Mutual labels:  cli, tool
Ddecmd
DDE command line query tool
Stars: ✭ 11 (-87.21%)
Mutual labels:  cli, tool
Nostromo
CLI for building powerful aliases
Stars: ✭ 76 (-11.63%)
Mutual labels:  cli, tool
Get File
CLI and API to get a single file from Github repository.
Stars: ✭ 9 (-89.53%)
Mutual labels:  cli, file
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-65.12%)
Mutual labels:  cli, tool
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (+880.23%)
Mutual labels:  cli, tool
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-32.56%)
Mutual labels:  cli, tool
Git2json
Simple tool to get a JSON from your git log.
Stars: ✭ 18 (-79.07%)
Mutual labels:  cli, tool
Mprislyrics
Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.
Stars: ✭ 24 (-72.09%)
Mutual labels:  cli, tool
Slackcat
CLI utility to post files and command output to slack
Stars: ✭ 1,127 (+1210.47%)
Mutual labels:  commandline, cli
Image To Xls
A simple tool to make ascii art from an image using excel colored cells.
Stars: ✭ 75 (-12.79%)
Mutual labels:  cli, tool

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].