Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mecaneer23/ext
- Owner: mecaneer23
- Created: 2024-10-17T08:18:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:31:52.000Z (3 months ago)
- Last Synced: 2024-10-19T11:29:38.745Z (3 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```