dnoted

Crates.iodnoted
lib.rsdnoted
version0.1.0
sourcesrc
created_at2024-02-28 14:08:37.807357
updated_at2024-02-28 14:08:37.807357
descriptionA simple tool to leave yourself notes in directories
homepagehttps://github.com/AlexsJones/dnoted.git
repositoryhttps://github.com/AlexsJones/dnoted.git
max_upload_size
id1156500
size17,818
Alex Jones (AlexsJones)

documentation

README

dnoted

Leave messages for yourself in directories.

# cd ~/Documents
~/Documents
/Users/axjns/Documents: I must remember to delete the .crap folder

Installation

From Source

Assuming you have Rust installed, you can build and install the binary from source.

cargo install --path .

Once youve done this, you'll need to add the following to your .bashrc or .zshrc file:

echo 'dnoted check' >> ~/.zshrc

Reload your shell and you should be good to go.

Commit count: 0

cargo fmt