intermodal/man
Celeo 9b72873ed1
Optionally respect .gitignore in imdl torrent create
Add a '--ignore' flag that, when passed, causes `imdl torretn create` to
skip files listed in `.gitignore`, `.ignore`, `.git/info/exclude`, and
`git config --get core.excludesFile`.

Also switches from the `walkdir` crate to the `ignore` crate, which uses
`walkdir` internally, and which handles `.gitignore` and `.ignore`
files.

This changes the behavior of `-include-hidden` on MacOS to no longer
skip entries with the hidden attribute set, due to `ignore` not exposing
`walkdir`'s filter functionality.

A PR[0] is pending to add filtering to `ignore`, so hopefully this
functionality can be re-implemented soon.

[0] https://github.com/BurntSushi/ripgrep/pull/1557

type: added
fixes:
- https://github.com/casey/intermodal/issues/378
2020-04-20 19:20:12 -07:00
..
imdl-completions.1 Release v0.1.6 2020-04-19 23:27:32 -07:00
imdl-torrent-create.1 Optionally respect .gitignore in imdl torrent create 2020-04-20 19:20:12 -07:00
imdl-torrent-link.1 Release v0.1.6 2020-04-19 23:27:32 -07:00
imdl-torrent-piece-length.1 Release v0.1.6 2020-04-19 23:27:32 -07:00
imdl-torrent-show.1 Release v0.1.6 2020-04-19 23:27:32 -07:00
imdl-torrent-stats.1 Release v0.1.6 2020-04-19 23:27:32 -07:00
imdl-torrent-verify.1 Release v0.1.6 2020-04-19 23:27:32 -07:00
imdl-torrent.1 Release v0.1.6 2020-04-19 23:27:32 -07:00
imdl.1 Release v0.1.6 2020-04-19 23:27:32 -07:00