Casey Rodarmor
92748f9fd4
Make changelog generator strict
...
Make the changelog generator fail if commits don't contain metadata.
type: changed
pr: https://github.com/casey/intermodal/pull/341
2020-04-07 20:33:04 -07:00
Casey Rodarmor
c33446b481
Generate changelog from git history
...
type: development
pr: https://github.com/casey/intermodal/pull/337
fixes:
- https://github.com/casey/intermodal/issues/336
2020-04-07 19:59:09 -07:00
Eric Siegel
c23b0635ee
Add ability to create single-file torrents from stdin
...
Torrents may now be created from standard input by passing `--input -`.
Since `--name` and `--output` cannot be deduced, they are required when
`--input -`.
type: added
2020-04-07 19:01:43 -07:00
Casey Rodarmor
57e482f4b3
Record demo for readme
...
Uses a crate in `bin/demo` to output a demo script of commands, with a
per-character and per-line delay, and a dummy prompt. Capture output
and render to a gif.
type: documentation
2020-04-07 19:01:38 -07:00
Casey Rodarmor
3131b0d56c
Generate man page with from --help
with help2man
...
type: documentation
2020-04-07 19:01:37 -07:00
Casey Rodarmor
8c30205b02
Add shell completion scripts
...
Shell completion scripts can be generated for `bash`, `elvish`, `fish`,
`powershell`, and `zsh` with the `completions` subcommand:
$ imdl completions --shell zsh > imdl.zsh
The same scripts are available in the `completions` directory. Please
refer to your shell's documentation for more information on how to
install and use completion scripts.
type: added
2020-04-07 19:01:37 -07:00
Casey Rodarmor
e91b419af5
Improve book
...
- Write introduction
- Move large readme sections into book
- Rename docs to www
type: documentation
2020-04-07 19:01:30 -07:00
Casey Rodarmor
b96c27e9b1
Fix build errors
...
- Install `musl-tools` which provides the `musl-gcc` binary, needed
for the package script on ubuntu.
- Fix contributing file name
type: fixed
2020-04-07 19:01:30 -07:00
Casey Rodarmor
4cbeca802a
Add additional documents to release archive
...
- Include changelog
- Include contributing guidelines
type: distribution
2020-04-07 19:01:29 -07:00
Casey Rodarmor
57a358e458
Allow creating magnet links with imdl torrent link
...
Magnet links can now be created from a metainfo file with:
imdl torrent link --input METAINFO
type: added
2020-04-07 19:01:27 -07:00
Casey Rodarmor
0b486cc681
Update BEP list in readme with new issue links
...
type: documentation
2020-04-07 19:01:27 -07:00
Casey Rodarmor
99a069a021
Add imdl torrent show
...
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
2020-04-07 19:01:02 -07:00
Casey Rodarmor
48ca86c67c
Add Alternatives & Prior Art section to readme
...
type: documentation
2020-04-07 19:01:00 -07:00
Casey Rodarmor
ef5be39f9b
Update install instructions to new domain
...
Install script location is now https://imdl.io/install.sh
type: distribution
2020-04-07 19:01:00 -07:00
Casey Rodarmor
e2cf93efb0
Add install
script and installation section to readme
...
type: distribution
2020-04-07 19:00:59 -07:00
Casey Rodarmor
9dd8a56298
Release v0.0.1
...
- Add changelog
- Update publish-check recipe to match github actions
- Add publish recipe
- Update dependencies
- Add minimimal-deps compatibility check
type: release
2020-04-07 19:00:59 -07:00
Casey Rodarmor
1a20f0d0b3
Link to tracking issues from BEP support table
...
type: documentation
2020-04-07 19:00:58 -07:00
Casey Rodarmor
ff3a30ae21
Add package script
...
type: distribution
2020-04-07 19:00:58 -07:00
Casey Rodarmor
1f5b829742
Add table of contents to readme
...
type: documentation
2020-04-07 19:00:48 -07:00
Casey Rodarmor
66d44155f0
Add BEP support table to readme
...
Also adds `bin/bin/generate-bep-table.rs`, which generates and updates
the table from a collection of BEPs.
type: documentation
2020-04-07 19:00:48 -07:00