99a069a021
The `imdl torrent show` command displays information about on-disk torrent files. The formatting of the command's output is copied from torf, an excellent command-line torrent creator, editor, and viewer. type: added
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
! grep --color -REni 'FIXME|TODO|XXX' src
|