knowledge/technology/applications/cli/intermodal.md

38 lines
891 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
obj: application
repo: https://github.com/casey/intermodal
---
2024-03-19 08:25:42 +00:00
2023-12-04 10:02:23 +00:00
# Intermodal
[Repo](https://github.com/casey/intermodal)
2024-01-17 08:44:04 +00:00
Intermodal is a user-friendly and featureful command-line [BitTorrent](../../internet/BitTorrent.md) metainfo utility. The binary is called `imdl` and runs on [Linux](../../linux/Linux.md), [Windows](../../windows/Windows.md), and [macOS](../../macos/macOS.md).
2023-12-04 10:02:23 +00:00
## Usage
### Create torrent file:
```shell
imdl torrent create file
```
Flags:
```shell
-N, --name <TEXT> Set name of torrent
-i, --input <INPUT> Torrent Files
-c, --comment <TEXT> Torrent Comment
-a, --announce <URL> Torrent Tracker
```
### Show torrent information
```shell
imdl torrent show <torrent>
```
### Verify torrent
```shell
imdl torrent verify <torrent>
imdl torrent verify --input torr.torrent --content file
```
### Generate magnet link
```shell
imdl torrent link <torrent>
```