Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logging changes: | Ben Morrison | 2020-05-26 | 5 | -44/+25 |
| | | | | | | | | | | Rather than using a new logfile for each invocation, a single logfile called `/tmp/clinte_$USER.log` will be used, with later invocations appending to the previous messages. Also removed some unnecessary `use` statements relating to the `log` crate and its macros. Leaving the macro calls namespaced to `log::` makes it clearer what the behavior is. | ||||
* | updated travis cfg; setup Cargo.toml for crates.io v0.4.4 | Ben Morrison | 2020-05-26 | 3 | -5/+16 |
| | | | | | | | | Added pertinent fields to Cargo.toml to publish on crates.io and lib.rs Updated .travis.yml - using bionic for build, tarpaulin binary can now be pulled rather than built in-place. | ||||
* | Revert "pulling tarpaulin binary for travis instead of building" | Ben Morrison | 2020-01-24 | 1 | -1/+1 |
| | | | | This reverts commit b7e3bc467e483ec44e08fae1a97f1e5827acb7cb. | ||||
* | pulling tarpaulin binary for travis instead of building | Ben Morrison | 2020-01-24 | 1 | -1/+1 |
| | |||||
* | updated readme | Ben Morrison | 2020-01-20 | 1 | -25/+26 |
| | | | | | mentioned calling of $EDITOR with opt-level=3, changed resulting binary size mentioned in notes | ||||
* | version bump v0.4.3 | Ben Morrison | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | version bump | Ben Morrison | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | trimming whitespace | Ben Morrison | 2020-01-20 | 1 | -9/+15 |
| | | | | | | both when posting new item and when displaying items. prevents posts from messing up the display of other posts with extraneous whitespace. | ||||
* | left out install step for cargo-tarpaulin causing build failure v0.4.2 | Ben Morrison | 2020-01-20 | 1 | -0/+1 |
| | |||||
* | version bump | Ben Morrison | 2020-01-20 | 2 | -2/+2 |
| | |||||
* | removed extraneous newline on post display | Ben Morrison | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | leave db intact on uninstall | Ben Morrison | 2020-01-20 | 1 | -1/+0 |
| | |||||
* | updated deps + added release profile to Cargo.toml | Ben Morrison | 2020-01-20 | 2 | -250/+111 |
| | |||||
* | MIT -> ISC | Ben Morrison | 2019-09-07 | 1 | -20/+15 |
| | |||||
* | updated | Ben Morrison | 2019-09-07 | 2 | -1/+24 |
| | |||||
* | using cargo tarpaulin instead of grcov | Ben Morrison | 2019-09-05 | 1 | -20/+3 |
| | |||||
* | letting errors flow up | Ben Morrison | 2019-09-05 | 4 | -71/+72 |
| | |||||
* | error helper test | Ben Morrison | 2019-09-04 | 1 | -0/+19 |
| | |||||
* | fixed subcommands v0.4.1 | Ben Morrison | 2019-09-04 | 3 | -10/+6 |
| | |||||
* | changed db perms | Ben Morrison | 2019-09-04 | 1 | -1/+2 |
| | |||||
* | new screenshot | Ben Morrison | 2019-09-04 | 1 | -0/+0 |
| | |||||
* | updated logging test v0.4.0 | Ben Morrison | 2019-09-04 | 1 | -2/+2 |
| | |||||
* | using rfc3339 for temp file name | Ben Morrison | 2019-09-04 | 1 | -1/+1 |
| | |||||
* | removing temp file | Ben Morrison | 2019-09-04 | 1 | -1/+3 |
| | |||||
* | now opens $EDITOR to write post body | Ben Morrison | 2019-09-04 | 5 | -6/+56 |
| | |||||
* | added helper func for errors/result | Ben Morrison | 2019-09-04 | 1 | -0/+12 |
| | |||||
* | getting user name at single location | Ben Morrison | 2019-09-04 | 4 | -27/+21 |
| | |||||
* | reorganization | Ben Morrison | 2019-09-04 | 3 | -151/+166 |
| | |||||
* | logging reflects executing username v0.3.4 | Ben Morrison | 2019-09-04 | 4 | -33/+57 |
| | |||||
* | moved display func to posts.rs | Ben Morrison | 2019-08-31 | 2 | -35/+35 |
| | |||||
* | fixed broken test, expanded test v0.3.3 | Ben Morrison | 2019-08-30 | 2 | -3/+6 |
| | |||||
* | fixed test failure | Ben Morrison | 2019-08-30 | 2 | -26/+1 |
| | |||||
* | moved some functionality to module, added tests | Ben Morrison | 2019-08-30 | 4 | -19/+97 |
| | |||||
* | moved display to 15 posts v0.3.2 | Ben Morrison | 2019-08-30 | 3 | -3/+3 |
| | |||||
* | Updated usage info | Ben Morrison | 2019-08-30 | 1 | -1/+12 |
| | |||||
* | moved str_to_utf8 on post, rather than display v0.3.1 | Ben Morrison | 2019-08-30 | 1 | -4/+2 |
| | |||||
* | ensure submitted posts are utf8 | Ben Morrison | 2019-08-30 | 4 | -7/+22 |
| | |||||
* | enabled deletion of posts v0.3.0 | Ben Morrison | 2019-08-30 | 3 | -4/+38 |
| | |||||
* | updated usage | Ben Morrison | 2019-08-30 | 1 | -2/+8 |
| | |||||
* | build deps updated | Ben Morrison | 2019-08-30 | 1 | -0/+2 |
| | |||||
* | updated features | Ben Morrison | 2019-08-30 | 1 | -0/+1 |
| | |||||
* | new screenshot | Ben Morrison | 2019-08-30 | 1 | -0/+0 |
| | |||||
* | added functionality to update posts v0.2.0 | Ben Morrison | 2019-08-30 | 3 | -5/+65 |
| | |||||
* | version bump v0.1.2 | Ben Morrison | 2019-08-30 | 2 | -2/+2 |
| | |||||
* | redundant code removed | Ben Morrison | 2019-08-30 | 1 | -3/+0 |
| | |||||
* | version bump v0.1.1 | Ben Morrison | 2019-08-30 | 2 | -2/+2 |
| | |||||
* | delinting | Ben Morrison | 2019-08-30 | 1 | -5/+2 |
| | |||||
* | updated readme with build deps, installation | Ben Morrison | 2019-08-29 | 1 | -4/+56 |
| | |||||
* | limit number of displayed posts to 30 v0.1.0 | Ben Morrison | 2019-08-29 | 1 | -4/+12 |
| | |||||
* | fixed db dir perms | Ben Morrison | 2019-08-29 | 1 | -2/+1 |
| |