casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

Allow forcing human-readable output #398

Closed casey closed 4 years ago

casey commented 4 years ago

Terminal detection makes using imdl torrent show with fzf difficult, since imdl will think it's not connected to a terminal, and use tab-separated output. I should create an option that allows overriding this.

casey commented 4 years ago

Fixed in https://github.com/casey/intermodal/pull/399.