index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
typst-cli
/
src
/
args.rs
Age
Commit message (
Expand
)
Author
2024-12-05
Put HTTP server behind on-by-default feature flag (#5532)
Laurenz
2024-12-05
Live reloading HTTP server for `typst watch` and HTML export (#5524)
Laurenz
2024-12-04
Rename `--feature` to `--features` and support `TYPST_FEATURES` env var (#5523)
Laurenz
2024-12-04
Clean up CLI argument parsing (#5521)
Laurenz
2024-12-04
Add HTML export format
Laurenz
2024-12-04
Add HTML feature flag
Laurenz
2024-11-01
Basic feature flag mechanism (#5350)
Laurenz
2024-10-15
Docs and changelog improvements (#5147)
Laurenz
2024-10-15
Greet users who run `typst` for the first time (#5210)
Laurenz
2024-10-03
Serialize and Deserialize for `PdfStandard` (#5108)
Laurenz
2024-10-01
Minimal PDF/A support (#5075)
Laurenz
2024-09-27
Don't include "update" in help output if self-update disabled (#4940)
Alex Rawson
2024-09-26
Single thread support (#4988)
Sébastien d'Herbais de Thun
2024-08-26
Improve documents for the `--font-path` arg & `TYPST_FONT_PATHS` env (#4776)
Yip Coekjan
2024-08-23
Add `clap::ValueHint` for input & output CLI arguments (#4765)
Yip Coekjan
2024-07-08
Allow non-utf8 values for `input` and `output` (#4517)
T0mstone
2024-07-06
Open with (detached) custom viewers and raise error on failure (#4430)
Yip Coekjan
2024-06-10
Basic multi-threading (#4366)
Laurenz
2024-06-06
Add more environment control parameters to CLI (#4227)
LuizAugustoPapa
2024-05-30
Improve CLI help doc about input & output (#4282)
Yip Coekjan
2024-05-29
Add ability to choose between minified and pretty-printed JSON (#4161)
Ilia
2024-05-10
Add parameter to select pages to be exported by CLI (#4039)
PgBiel
2024-04-19
CLI: Support more page number templates in output file name (#3933)
Karthik Nishanth
2024-04-09
Add --make-deps CLI argument (#2877) (#3890)
Matthew Toohey
2024-04-04
Remove SOURCE_DATE_EPOCH CLI argument (#3859)
frozolotl
2024-04-03
Read `SOURCE_DATE_EPOCH` for better reproducibility (#3809)
frozolotl
2024-04-01
Support writing document to stdout (#3632)
Ilia
2024-03-06
Add `typst init` command (#3544)
Laurenz
2024-02-05
Support reading input from stdin (#3339)
spore
2024-01-02
Add a `--color` flag (#3060)
tingerrr
2023-12-30
New performance timings (#3096)
Sébastien d'Herbais de Thun
2023-12-18
Key/Value data from CLI (#2894)
Laurenz
2023-11-24
Merge `typst` and `typst-library`
Laurenz
2023-11-24
Allow multiple font paths in `TYPST_FONT_PATHS` (#2746)
frozolotl
2023-09-11
Support proxy and custom certificate configuration. (#2006)
Zicklag
2023-08-31
Display download progress for self-updating and packages (#2031)
jimvdl
2023-08-26
Let the CLI `typst update` itself without a package manager (#1887)
jimvdl
2023-08-23
Add format arg to CLI (#1985)
Matt Fellenz
2023-08-22
Fix some typos in CLI help
Laurenz
2023-08-06
Query-System for metadata (#1812)
Beiri22
2023-07-04
Reword CLI docs
Laurenz
2023-07-02
Move everything into `crates/` directory
Laurenz