summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-bookmark/src
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-23Remove identical conversionMatthias Beyer
2019-12-22Add open command for imag-bookmarkMatthias Beyer
2019-12-08Implement imag-bookmark "find" commandMatthias Beyer
2019-12-08Reimplement imag-bookmark commandline frontendMatthias Beyer
2019-10-27Transform imag-bookmark to not call exit() but propagate errors to main()Matthias Beyer
2019-10-26imag-bookmark: implement ImagApplicationLeon Schuermann
2019-08-28[No-auto] bin/domain/bookmark: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/bookmark: Fix Clippy warningsflip1995
2019-06-21Rename module: linker -> linkableMatthias Beyer
2019-06-21Rename interfaceMatthias Beyer
2019-05-31Split "internal" module into several submodulesMatthias Beyer
2019-05-18Fix: Delete links to bookmark collection entry before deleting collectionMatthias Beyer
2019-05-18Remove unimplemented argumentMatthias Beyer
2019-05-18Make "urls" positional argumentMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-07Refactor code to be more idomaticMatthias Beyer
2018-11-06Add ID reporting in imag-bookmarkMatthias Beyer
2018-10-30imag-bookmark: Move from error-chain to failureMatthias Beyer
2018-06-15Prettify error messagesMatthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Fix broken pipe errorsMatthias Beyer
2018-02-18Merge pull request #1224 from matthiasbeyer/git-version-in-versionMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-12Fix imag-bookmark error handlingMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-13imag-bookmark: Replace read with typed readMatthias Beyer
2018-01-12Remove dependency "version"Matthias Beyer
2018-01-08Adapt for new APIMatthias Beyer
2017-10-31Replace uses of try!() macro with "?" operatorMatthias Beyer
2017-10-31Fix calls to Runtime::config() to use direct resultMatthias Beyer
2017-09-30Remove FoldResultMatthias Beyer
2017-09-15Make default bookmark collection configurable via imagrc.tomlMatthias Beyer
2017-09-02Remove tagging supportMatthias Beyer
2017-08-31Remove unused crate importsMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer