| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Rename the project to `pilcrow`. | Owen Jacobson | 2024-11-08 |
| | | |||
| * | Remove `hi-recanonicalize`. | Owen Jacobson | 2024-10-30 |
| | | | | | This utility was needed to support a database migration with existing data. I have it on good authority that no further databases exist that are in the state that made this tool necessary. | ||
| * | Provide `hi-recanonicalize` to recover from canonicalized-name problems. | Owen Jacobson | 2024-10-22 |
| | | |||
| * | rustdoc comment for the (very limited) public API of the crate. | Owen Jacobson | 2024-09-25 |
| | | | | | | | | | This silences some `-Wclippy::pedantic` warning, and it's just a good thing to do. I've made the choice to have the docs comment face programmers, and to provide `hi --help` and `hi -h` content via Clap attributes instead of inferring it from the docs comment. Internal (private) "rustdoc" comments have been converted to regular comments until I learn how to write better rustdoc. | ||
| * | Store state in sqlite. Default to .hi in the cwd. | Owen Jacobson | 2024-08-30 |
| | | |||
| * | Make it an HTTP server | Owen Jacobson | 2024-08-30 |
| | | |||
| * | Empty bin crate | Owen Jacobson | 2024-08-30 |
