Metadata-Version: 2.4
Name: filebin-cli
Version: 0.1
Summary: A cli tool to temporarily share file without any hassle. Uses filebin.net public api
Author-email: "M. Shiraz Kamran" <dev.mshiraz@gmail.com>
Project-URL: Source, https://github.com/mshirazkamran/filebin-cli
Project-URL: Homepage, https://github.com/mshirazkamran/filebin-cli
Keywords: cli,filebin,file-sharing,temporary-files
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: requests
Dynamic: license-file

# 📦 filebin-cli

A simple and hassle-free CLI tool to **share files temporarily** using the [filebin.net](https://filebin.net) public API.

Built with ❤️ in Python, `filebin-cli` lets you upload files directly from your terminal — no login, no setup, just share the link.

---

## 🚀 Features

- 📤 Upload files directly from the command line  
- 🔗 Get an instant shareable URL  
- 🧹 No registration or account required  
- 🐍 Lightweight & powered by `click` and `requests`  

---

## 📦 Installation

Make sure you have Python 3.7+ installed.

```bash
git clone https://github.com/mshirazkamran/filebin-cli.git
cd filebin-cli
pip install -e .
```

---

## ⚡ Usage

```bash
To be added! 0
```

### Example:

```bash
To be added! 1
```

Output:

```
To be added! 2
```

Just copy the link and share it, This is all it requires  (:

---

## 🔧 Requirements

- `click`
- `requests`

These will be installed automatically when you install the tool.

---

## 🧑‍💻 Author

Made by [@mshirazkamran](https://github.com/mshirazkamran)
