intermodal/src
Casey Rodarmor a574368ffc
Allow including and excluding files from torrent with globs
To include only files that match a glob, pass `--glob GLOB`. To exclude
files that match a glob, pass `--glob GLOB`. Multiple globs may be
passed, with later globs taking precedence over earlier ones.

type: added
2020-04-07 19:01:04 -07:00
..
opt Allow including and excluding files from torrent with globs 2020-04-07 19:01:04 -07:00
assert_matches.rs Redirect stdin and stdout and capture for tests 2020-04-07 19:00:47 -07:00
bencode.rs Add imdl torrent show 2020-04-07 19:01:02 -07:00
bytes.rs Select piece length when none is provided 2020-04-07 19:01:03 -07:00
capture.rs Write torrent to stdout if - is passed to --output 2020-04-07 19:01:03 -07:00
common.rs Allow including and excluding files from torrent with globs 2020-04-07 19:01:04 -07:00
consts.rs Add help messages to CLI flags and options 2020-04-07 19:00:58 -07:00
env.rs Improve torrent display formatting 2020-04-07 19:01:03 -07:00
err.rs Configure clippy and lint on push 2020-04-07 18:55:45 -07:00
errln.rs Configure clippy and lint on push 2020-04-07 18:55:45 -07:00
error.rs Allow including and excluding files from torrent with globs 2020-04-07 19:01:04 -07:00
file_info.rs Support creating multi-file torrents 2020-04-07 19:01:04 -07:00
file_path.rs Allow including and excluding files from torrent with globs 2020-04-07 19:01:04 -07:00
files.rs Allow including and excluding files from torrent with globs 2020-04-07 19:01:04 -07:00
hasher.rs Skip hidden files, symlinks, and junk in created torrents 2020-04-07 19:01:04 -07:00
info.rs Add source to generated torrent with --source 2020-04-07 19:01:03 -07:00
into_u64.rs Release v0.0.1 2020-04-07 19:00:59 -07:00
into_usize.rs Release v0.0.1 2020-04-07 19:00:59 -07:00
lint.rs Restrict piece length 2020-04-07 19:01:02 -07:00
linter.rs Select piece length when none is provided 2020-04-07 19:01:03 -07:00
main.rs Support creating multi-file torrents 2020-04-07 19:01:04 -07:00
matches.rs Initial commit 2020-04-07 18:55:30 -07:00
metainfo.rs Improve torrent display formatting 2020-04-07 19:01:03 -07:00
mode.rs Support creating multi-file torrents 2020-04-07 19:01:04 -07:00
opt.rs Write torrent to stdout if - is passed to --output 2020-04-07 19:01:03 -07:00
outln.rs Select piece length when none is provided 2020-04-07 19:01:03 -07:00
path_ext.rs Initial commit 2020-04-07 18:55:30 -07:00
piece_length_picker.rs Select piece length when none is provided 2020-04-07 19:01:03 -07:00
platform_interface.rs Support creating multi-file torrents 2020-04-07 19:01:04 -07:00
platform.rs Support creating multi-file torrents 2020-04-07 19:01:04 -07:00
reckoner.rs Configure clippy and lint on push 2020-04-07 18:55:45 -07:00
style.rs Improve torrent display formatting 2020-04-07 19:01:03 -07:00
table.rs Improve torrent display formatting 2020-04-07 19:01:03 -07:00
target.rs Write torrent to stdout if - is passed to --output 2020-04-07 19:01:03 -07:00
test_env_builder.rs Improve torrent display formatting 2020-04-07 19:01:03 -07:00
test_env.rs Skip hidden files, symlinks, and junk in created torrents 2020-04-07 19:01:04 -07:00
testing.rs Improve torrent display formatting 2020-04-07 19:01:03 -07:00
torrent_summary.rs Improve torrent display formatting 2020-04-07 19:01:03 -07:00
use_color.rs Add colored output 2020-04-07 19:00:47 -07:00
walker.rs Allow including and excluding files from torrent with globs 2020-04-07 19:01:04 -07:00