Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/plsankar/filejack

Do Better File Operations With CLI
https://github.com/plsankar/filejack

cli cli-app cli-application cli-nodejs cli-utilities cli-utility node-cli terminal

Last synced: about 1 month ago
JSON representation

Do Better File Operations With CLI

Awesome Lists containing this project

README

        

# filejack

File Operations CLI - Do Better File Operations.

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/plsankar/filejack/npm-publish.yml)
![npm](https://img.shields.io/npm/dw/filejack)
![GitHub issues](https://img.shields.io/github/issues/plsankar/filejack)
![GitHub package.json dynamic](https://img.shields.io/github/package-json/version/plsankar/filejack)

[![https://nodei.co/npm/filejack.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/filejack.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/filejack)

## Installation

Install filejack with npm

```bash
npm install filejack
```

## Usage

Run `filejack` in the bash/terminal

```bash
filejack

// or

npx filejack
```

## Features

- Clean Empty Folders
- Organizes files (With Date)

## Organizer File Types

| Folder | Extensions |
| --------- | -------------------------------------------------------------------------------------- |
| Codes | js, jsx, json, ts, tsx, html, htm, xml, xhtml, css, scss, php, py, ts, tsx, yml, class |
| Images | jpg, jpeg, webp, png, gif, jfif, svg, tiff, ico, heic |
| Videos | mkv, mp4, 3gp, flv, m4v, avi, mpg |
| Documents | pdf, rtf, docx, doc, ppt, xlsx, pptx, xls, csv, gsheet, odt |
| Archives | rar, zip, 7z, tgz, zipx |
| Music | mp3, wav |
| Subtitles | srt, sub |
| Softwares | exe, msi, dmg, pkg |
| Android | apk, xpak, obb |
| Log | log |
| Photoshop | psd |
| Vectors | ai, svg, eps |
| Fonts | ttf, otf, woff |
| Text | txt |
| Database | sql, sqlite |
| Torrent | torrent, btsearch |
| Comics | cbr, cbz |
| SketchUp | skp |
| AutoCAD | dwg |
| Markdown | md, mdx |

## Acknowledgements

Based on one of my old cli.

- [fileorganizer-cli](https://github.com/plsankar/fileorganizer-cli)

## Contributing

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/plsankar/fileorganizer-cli/issues)

## License

[MIT](https://choosealicense.com/licenses/mit/)