summaryrefslogtreecommitdiff
path: root/cli/src
AgeCommit message (Collapse)Author
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-19Change SipHash2-4 -> SipHash1-3 (#780)Daniel Csillag
This seems to significantly improves performance. Inspired by https://github.com/rust-lang/rust/pull/107925
2023-04-13Include embedded fonts in listingLaurenz
2023-04-12Read font path from environment variables (#649)Michael Lohr
2023-04-11Fixes CLI blocking upon opening pdf viewer (#706)Timme Bethe
Fixes issue typst/typst#704 by making opening a pdf viewer non-blocking. This does remove error reporting when the pdf viewer fails to be opened. This error reporting is difficult to regain since the error happens on a different thread.
2023-04-06Add shell completions and man pages (#582)figsoda
2023-04-06embed New Computer Modern into binary (#340)Charlie Moog
2023-04-04CLI: open flag (#480)Sébastien d'Herbais de Thun
2023-04-01Add aliases for subcommands (#485)figsoda
2023-04-01Needless clone, borrows, casts and lifetimes (#504)Marek Barvíř
2023-03-31Correct minor typos (#474)Chris Ohk
2023-03-30Rewrite of CLI using clap (#468)Sébastien d'Herbais de Thun
2023-03-30cli: Allow reading every path not of type dir (#414)Johannes Wolf
2023-03-29Fix file watching when only file name is given (#433)Alexander Korn
Fixes #300
2023-03-28Watch root directory instead of current oneLaurenz
2023-03-28Return with non-zero status code in case of errorLaurenz
2023-03-28Fix tests on WindowsLaurenz
Fixes #386.
2023-03-28Also embed oblique monospace fontsLaurenz
2023-03-26Cache eviction helpsLaurenz
Fixes #334.
2023-03-25Add custom font search path support for typst cli (#270)7sDream
2023-03-24Changed "ColorChoice::Always" to "ColorChoice::Auto" to honour user setting ↵Dave L
of TERM / NO_COLOR (#230)
2023-03-21Switch to `Buffer::from_static` for embedded fontsLaurenz
2023-03-21Fail gracefully if `git` does not existLaurenz
2023-03-21Embed standard fonts in binaryv23-03-21-2Laurenz
2023-03-21Release actionLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-01Split up `model` moduleLaurenz
2022-12-19Syntax and example sectionsLaurenz
2022-11-29Reorganize library and testsLaurenz
2022-11-27Switch `StrResult` to `EcoString`Laurenz
2022-11-26Document metadataLaurenz
2022-11-24Separate typesetting and compilationLaurenz
2022-11-23Introduce `Library`Laurenz
2022-11-23More general evaluation interfaceLaurenz
2022-11-04Style changesLaurenz
2022-11-03Tidy up libraryLaurenz
2022-11-03Split cratesLaurenz