You can download package from releases and unpack it to the directory that exists in PATH
variable.
Warning: At this moment we cant provide packages for Windows and macOS because of cross compiling issues.
Note: Windows and macOS support are currently in experimental.
rustup
and install latest stable Rust toolchain.cargo build
to compile debug executable, or cargo build --release
to compile optimized executable./target/[debug, release]
directory. You can move them to directory which exists in PATH
variable.Note: If you have troubles when compiling Kamiya on Windows, try to compile it with WSL.
To get full list of available commands, use help
or pass no argument.
The first time Kamiya is started, it will create a configuration file in the user's .config
directory called kamiya.yml
.
It's a YAML file and has the following structure.
yml
options:
name_template: NewNote&i
editor: nano
entries: []
- name_template
- An example of a title for a new note. Note that the contents of this option must contain &i
, otherwise the program will give an error.
- editor
- Which editor will be opened to edit note content.
- entries
- Array of notes. Do not edit.
If you encoter a problem feel free to report about it on GitHub or GitLab issues of this repository.
Want to suggest fixes? Add new feature? Typo fixes? Feel free to this repository and send merge request for fixes/feature implementation/code refactoring.