jot

MIT License Release Cargo

HighlightsNotesInstallationUsageBuild from SourceAuthorsLicense

Jot is a CLI alternative for Obsidian built with rust.
While Obsidian is an excellent knowledge management tool, it proves to be overkill when all I want to do is jot down (pun intended) some notes and manage them locally, plus the GUI can often slow things down. Since Obsidian doesn't have a CLI client or an API that can enable the creation of one, I decided to make a fast and lightweight CLI alternative.
Jot is aimed at making note management, that can seem tedious on a GUI, blaaaazingly fast⚡.

Screenshot

Highlights

Notes

Installation

With cargo

Run the following command to install jot with cargo:

bash $ cargo install jt

v0.1.0 Executable Download

Jot v0.1.0 (.exe)

Commands

vl

Use this command to create a vault.
This command needs an absolute path (as location for vault) that already exists or it will fail.

jt-vl-cr

Pass in no arguments to get a list of vaults.

jt-vl

Use the -l flag to get vaults' locations.

jt-vl-l


en

Use this command to enter a vault.

jt-en


nt

Use this command to create a note in current folder.

jt-nt


op

Use this command to open a note.

jt-op


fd

Use this command to create a folder in current folder

jt-fd


cd

Use this command to change current folder.

jt-cd


ls

Use this command to print dir tree of the current folder

jt-ls


rm

Remove an item (vl, nt or fd).

jt-rm


rn

Rename an item (vl, nt or fd).

jt-rn


mv

Move an item (vl, nt or fd).

jt-mv


vm

Move an item (nt or fd) to a different vault.

jt-vm


cf

Use this command to get the value of a config field.

jt-cf

Pass in a value along with the above command to set the value of the config field.

jt-cf-set


Build from Source

Prerequisites

Installation & Configuration

Clone the repo and cd into the directory:

bash $ git clone https://github.com/araekiel/jot.git $ cd jot

Run the following command to install dependencies and build/compile the app.

bash $ cargo build

Then run the executable created in target/debug/.

Or, run the app directly:

bash $ cargo run -- *args*

Pass in commands and arguments after '--'.

Authors

License

MIT License | Copyright (c) 2022 Kumar Shashwat