summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-04-24Generate completion for imag-gitMatthias Beyer
2018-04-24Add imag-git commandMatthias Beyer
2018-04-24Merge pull request #1441 from matthiasbeyer/fix-tmpcommit-detection-scriptMatthias Beyer
Fix checker script for travis
2018-04-23Fix tmpcommit-detection script for travisMatthias Beyer
2018-04-22Merge pull request #1437 from matthiasbeyer/imag/fix-doubled-outputMatthias Beyer
Fix: Do not inherit stdout here
2018-04-22Merge pull request #1436 from matthiasbeyer/imag-log/show-orderedMatthias Beyer
Fix: imag-log show should order by datetime
2018-04-22Merge pull request #1435 from matthiasbeyer/imag-view/fix-autowrappingMatthias Beyer
Fix: Do not automatically wrap text
2018-04-22Merge pull request #1434 from matthiasbeyer/libimagdiary/fix-youngest-entryMatthias Beyer
Fix: get_youngest_entry_id()
2018-04-22Merge pull request #1426 from matthiasbeyer/remove-version-dependencyMatthias Beyer
Do not depend on "version" crate
2018-04-22Fix: Do not inherit stdout hereMatthias Beyer
This caused us to print funny output. But we want to catch the output and print a nice list ourselves here.
2018-04-22Fix: imag-log show should order by datetimeMatthias Beyer
2018-04-22Fix: Do not automatically wrap textMatthias Beyer
We must use `ArgMatches::occurrences_of` here to check whether the argument was actually passed. If it was not passed, we do not wrap at all.
2018-04-22Fix: get_youngest_entry_id()Matthias Beyer
We need to reverse the iterator for getting the _youngest_ entry here. Also seems to fix the issue that imag-diary edit -d <date> did not work properly.
2018-04-22Integrate version-updated scriptMatthias Beyer
2018-04-22Add script for CI check if version is updatedMatthias Beyer
2018-04-22Modify release script to enforce version updatedMatthias Beyer
2018-04-22Set version string by hand here if we do not build with cargoMatthias Beyer
2018-04-22Do not use version crate in build scriptMatthias Beyer
2018-04-22Do not depend on "version" crateMatthias Beyer
We should not depend on the version crate, as it is GPL licensed. We removed the usage of this crate before, but it was still in the Cargo.toml files (despite being used in the source).
2018-04-20Merge pull request #1425 from matthiasbeyer/libimagrt/update-logMatthias Beyer
Update dependency: log: 0.4.0-rc.1 -> 0.4
2018-04-20Update dependency: log: 0.4.0-rc.1 -> 0.4Matthias Beyer
2018-04-20Merge pull request #1423 from matthiasbeyer/add-changelog-scriptMatthias Beyer
Add script to print changelog for a specific range
2018-04-20Add script to print changelog for a specific rangeMatthias Beyer
2018-04-20Merge pull request #1417 from matthiasbeyer/libimagrt/suggest-imag-initMatthias Beyer
Suggest imag-init if no config is found
2018-04-20Merge pull request #1421 from matthiasbeyer/imag-view/wrappingMatthias Beyer
imag-view: wrapping
2018-04-20Merge pull request #1419 from matthiasbeyer/imag-diary/list-diariesMatthias Beyer
Add functionality to list diaries
2018-04-20Merge pull request #1420 from matthiasbeyer/imag-tag/read-ids-from-stdinMatthias Beyer
imag-tag: Read ids from stdin
2018-04-19Add functionality to read storeids from stdinMatthias Beyer
2018-04-19Add support for tagging/untagging multiple entries with one callMatthias Beyer
2018-04-19Add feature for wrapping outputMatthias Beyer
2018-04-19Add wrapping functionality to StdoutViewerMatthias Beyer
2018-04-19Add functionality to list diariesMatthias Beyer
2018-04-19Suggest imag-init if no config is foundMatthias Beyer
2018-04-19Merge pull request #1415 from matthiasbeyer/post-release-changesMatthias Beyer
Post release changes
2018-04-19Fix crate pathMatthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-19Update dependencies: Add versionMatthias Beyer
2018-04-18Merge pull request #1410 from matthiasbeyer/prepare-0.7.0Matthias Beyer
Prepare 0.7.0 release
2018-04-18Update dateMatthias Beyer
2018-04-18Move changelog to 0.7.0 sectionMatthias Beyer
2018-04-18Add changelog from 0.6.4Matthias Beyer
This changelog was never added to the master branch, which I catch up on with this commit.
2018-04-18Merge pull request #1414 from matthiasbeyer/imag-diary/list-full-idMatthias Beyer
Fix: Use full storeid when listing
2018-04-18Merge pull request #1412 from matthiasbeyer/libimagrt/stdin-is-availableMatthias Beyer
Make stdin always available
2018-04-18Fix: Use fill storeid when listingMatthias Beyer
2018-04-18Merge pull request #1411 from matthiasbeyer/imag-view/fix-error-messageMatthias Beyer
Fix: Make error message more explanatory
2018-04-18Always use stdout via output proxyMatthias Beyer
The switching between stdout and stderr on an automated basis caused errors in the using code, where output was redirected but shouldn't.
2018-04-18Make stdin always availableMatthias Beyer
Because we do not implement the store piping and pipe magic, the stdin stream should always be available.
2018-04-18Fix: Make error message more explanatoryMatthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
Minor patches
2018-04-18Merge pull request #1400 from matthiasbeyer/imag-wiki/initMatthias Beyer
imag-wiki: init