entry 0.1.1

A simple note-taking tool
entry-0.1.1 is not a library.

entry

Build Status License: MIT

A simple command-line note-taking tool.

Installation

Simply run the following:

cargo install entry

Make sure that you have cargo installed and that cargo is in your path:

export PATH="$HOME/.cargo/bin:$PATH"

Examples

The entry command-line tool currently has three main subcommands.

$ entry find # find entries that contain the given text.
$ entry new # create a new note under the default entry name.
$ entry setup # configure the entry tool.

Each of these subcommands has optional arguments and can be viewed with -h (or --help).

Contributing

Feel free to make pull requests. I've been using conventional commits, but I have not yet set up formal contributing guidelines. This is my first time working with Rust, so I imagine there are some issues with it.