summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2023-04-05Bump versionv0.1.0Laurenz
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-27Bump dependenciesLaurenz
2023-03-26Cache eviction helpsLaurenz
Fixes #334.
2023-03-25Don't let the build script overwrite TYPST_VERSION (#154)figsoda
2023-03-25Add custom font search path support for typst cli (#270)7sDream
2023-03-24Fix index out of bounds error in build script (#173)figsoda
2023-03-24Changed "ColorChoice::Always" to "ColorChoice::Auto" to honour user setting ↵Dave L
of TERM / NO_COLOR (#230)
2023-03-22Fix build if not on a git checkout (#119)Felix Obenhuber
Check the exit status of the `git` invocation before parsing the output. If there's no `.git` the output may look like: ``` fatal: not a git repository (or any of the parent directories): .git ``` and the version shall be set to unknown.
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
2023-02-06Set Typst versions to `0.0.0`Laurenz
2022-12-19Syntax and example sectionsLaurenz
2022-12-02Introduce virtual typesetterLaurenz
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-03Separate test crateLaurenz
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2022-11-03Split cratesLaurenz