summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* clarified upgrade process and note section v2.0.0Ben Morrison2020-05-281-4/+5
* testing create/deleteBen Morrison2020-05-282-3/+38
* make test is now single-threadedBen Morrison2020-05-281-1/+1
* travis using single-threaded testingBen Morrison2020-05-281-0/+3
* expanded testingBen Morrison2020-05-283-3/+54
* bumped version in Cargo.tomlBen Morrison2020-05-282-2/+2
* more testingBen Morrison2020-05-282-18/+48
* extensive rewrite to use json for storage:Ben Morrison2020-05-288-255/+359
* updated readmeBen Morrison2020-05-271-0/+5
* version bump v1.0.0Ben Morrison2020-05-272-2/+2
* expanded usage, removed extraneous info about cratesBen Morrison2020-05-271-34/+19
* added test for tempfile creationBen Morrison2020-05-272-0/+25
* clippy lintsBen Morrison2020-05-263-5/+1
* post ID can be specified as an argument. if absent, user will be promptedBen Morrison2020-05-263-15/+27
* prepopulating editor with post body when editingBen Morrison2020-05-262-4/+9
* editing a post calls $EDITORBen Morrison2020-05-261-6/+13
* removed panics and refactored error handlingBen Morrison2020-05-266-89/+61
* cleaner error handling and verbose logging in main()Ben Morrison2020-05-261-11/+47
* removed panics from logging initializationBen Morrison2020-05-261-9/+15
* updated makefile to use printf instead of echoBen Morrison2020-05-261-33/+17
* hiding some log messages behind -v flagBen Morrison2020-05-264-20/+49
* moved check for val of $EDITOR into ed::call()Ben Morrison2020-05-261-19/+19
* changed author lineBen Morrison2020-05-261-1/+1
* using in-memory db for tests, passing path to logging::init() instead of assu...Ben Morrison2020-05-264-9/+10
* logging changes:Ben Morrison2020-05-265-44/+25
* updated travis cfg; setup Cargo.toml for crates.io v0.4.4Ben Morrison2020-05-263-5/+16
* Revert "pulling tarpaulin binary for travis instead of building"Ben Morrison2020-01-241-1/+1
* pulling tarpaulin binary for travis instead of buildingBen Morrison2020-01-241-1/+1
* updated readmeBen Morrison2020-01-201-25/+26
* version bump v0.4.3Ben Morrison2020-01-201-1/+1
* version bumpBen Morrison2020-01-201-1/+1
* trimming whitespaceBen Morrison2020-01-201-9/+15
* left out install step for cargo-tarpaulin causing build failure v0.4.2Ben Morrison2020-01-201-0/+1
* version bumpBen Morrison2020-01-202-2/+2
* removed extraneous newline on post displayBen Morrison2020-01-201-1/+1
* leave db intact on uninstallBen Morrison2020-01-201-1/+0
* updated deps + added release profile to Cargo.tomlBen Morrison2020-01-202-250/+111
* MIT -> ISCBen Morrison2019-09-071-20/+15
* updatedBen Morrison2019-09-072-1/+24
* using cargo tarpaulin instead of grcovBen Morrison2019-09-051-20/+3
* letting errors flow upBen Morrison2019-09-054-71/+72
* error helper testBen Morrison2019-09-041-0/+19
* fixed subcommands v0.4.1Ben Morrison2019-09-043-10/+6
* changed db permsBen Morrison2019-09-041-1/+2
* new screenshotBen Morrison2019-09-041-0/+0
* updated logging test v0.4.0Ben Morrison2019-09-041-2/+2
* using rfc3339 for temp file nameBen Morrison2019-09-041-1/+1
* removing temp fileBen Morrison2019-09-041-1/+3
* now opens $EDITOR to write post bodyBen Morrison2019-09-045-6/+56
* added helper func for errors/resultBen Morrison2019-09-041-0/+12
n518' href='#n518'>518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674