Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mecaneer23/ext

CLI tool to get the file extensions of passed in files
https://github.com/mecaneer23/ext

Last synced: about 2 months ago
JSON representation

CLI tool to get the file extensions of passed in files

Awesome Lists containing this project

README

        

# File Extension parser

CLI tool to get the file extensions of passed in files

```bash
$ ./ext.py hello.jpg
jpg

$ ./ext.py myfile.test.php
php
```