chiark / gitweb /
docs: Document new substitution syntax
[otter.git] / cli /
2022-05-16 Ian Jacksoncli bundles: autozip: Use Deflate
2022-05-16 Ian Jacksonprogress reporting: Nest: Provide and use more desc...
2022-05-16 Ian Jacksoncli bundle progress: Say we're hashing, when we are.
2022-05-16 Ian Jacksoncli bundle progress: Report for files in the zip we...
2022-05-16 Ian Jacksoncli bundle progress: Collect local zipfile members...
2022-05-16 Ian Jacksoncli bundle progress: clear before thinking about bundles
2022-05-16 Ian Jacksonotter cli: Use new Nest progress during bundle uploading
2022-05-16 Ian Jacksonprogress: Replace Nest
2022-05-16 Ian Jacksonprogress: Rename NestEqual from Nest
2022-05-15 Ian Jacksonbundle auto-zip: works, but needs some progress reporting
2022-05-15 Ian Jacksonbundle auto-zip: wip
2022-05-14 Ian Jacksonsupport: Move config
2022-05-14 Ian Jacksoncrate structure: Rename "imports" to "crates"
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-04-27 Ian JacksonSwitch to Rust 2021
2022-04-18 Ian JacksonProvide is_default() function
2022-04-02 Ian JacksonCargo.toml: Update all versions to 1.0.0 otter-1.0.0
2022-04-02 Ian JacksonBespoke doc comments for otter, otter-cli and otter...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian JacksonUse Educe to impl Default on a couple of types in clisu...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksontermprogress: Rename reporter() functions returning...
2022-03-06 Ian Jacksoncli: Make SubcommandProperties const-default, not just...
2022-03-06 Ian Jacksoncargo: upgrade chrono-tz parking_lot mio directories ron
2022-03-06 Ian Jacksoncargo: upgrade strum
2021-07-25 Ian JacksonCargo.toml: Update all versions to 0.7.3 otter-0.7.3
2021-07-15 Ian JacksonCargo.toml: Update all versions to 0.7.2
2021-06-10 Ian Jacksoncargo deps: Update to strum 0.21
2021-06-10 Ian JacksonCargo.toml: Update all versions to 0.7.1
2021-06-09 Ian Jacksondocs: Forgo documenting otter-cli's dependencies
2021-06-08 Ian Jacksonotter cli: Add --no-prefs option
2021-06-08 Ian JacksonCargo.toml: Update all versions to 0.7.0
2021-06-08 Ian Jacksonotter cli: reset -vv templating output goes to stdout
2021-06-08 Ian Jacksonspecs: template expand when loading in otter cli, debug
2021-06-08 Ian Jacksonspecs: template expand when loading in otter cli
2021-06-07 Ian Jacksonprefs docs: Describe the prefs.toml format in the usage...
2021-06-07 Ian Jacksonprefs: Simplify parsing code slightly
2021-06-07 Ian Jacksonprefs bugfix: Pass our argv[0] as a synth arg too
2021-06-07 Ian Jacksonprefs bugfix: Only expect non-option argummnts for...
2021-06-07 Ian Jacksonotter cli: Move ArgumentParser out of RawArgParserContext
2021-06-07 Ian Jacksonotter cli: With -vv, mention skipped nonexistent prefs
2021-06-07 Ian Jacksonotter cli: Initial prefs support, not debugged
2021-06-07 Ian JacksonAdd dependency on directories (for xdg directories)
2021-06-07 Ian Jacksonotter cli: anyhow::Error for ArgumentParseError without...
2021-06-07 Ian Jacksonotter cli: anyhow::Error printed for ArgumentParseError...
2021-06-06 Ian Jacksonotter: Introduce RawArgParserContext
2021-06-06 Ian Jacksonotter: Introduce extra_error message hook
2021-06-06 Ian Jacksonotter: Rework run_ap_completer into argparse_more
2021-06-06 Ian Jacksonotter: Break out ArgumentParseError::report
2021-06-06 Ian Jacksonotter: Fold in a copy of parse_args into main
2021-06-06 Ian Jacksonotter: Break up main()'s arg parsing ready for prefs
2021-06-06 Ian Jacksonotter: Break out run_ap_completer
2021-06-06 Ian Jacksonotter: Break out run_argparse
2021-06-02 Ian JacksonMove admin.rs out of otter.rs and forgame.rs
2021-06-02 Ian JacksonMove ssh key stuff out of otter.rs
2021-06-02 Ian JacksonMove clear-game out of otter.rs
2021-06-02 Ian JacksonMove usebundles.rs out of otter.rs
2021-06-02 Ian JacksonMove adhoc.rs out of otter.rs
2021-06-02 Ian JacksonRename forgame.rs from manipgame.rs
2021-06-02 Ian JacksonBreak out functions into manipgame.rs
2021-06-02 Ian JacksonMove more to clisupport.rs
2021-06-02 Ian JacksonBreak out clisupport.rs
2021-06-02 Ian JacksonBreak out otter-cli into separate cargo package