Skip to content

maelswarm/wt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

wt

Easy UNIX filetype lookup.

Updates

Now supports 1,646 file extensions!

Quick Start

Download the rep

clone the rep: git clone ht​tps://git@github.com:maelswarm/wt.git

Compile:

gcc main.c -o wt

Usage

./wt aiv
avi: Audio Video Interleave file.

./wt main.c
main.c: C language file.

Or move wt to /usr/local/bin

mv wt /usr/local/bin

And then

wt aiv
Audio Video Interleave file.

wt main.c
C language file.

About

Ever wonder what that one filetype was?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages