dnoted-edc

Crates.iodnoted-edc
lib.rsdnoted-edc
version0.1.0
sourcesrc
created_at2024-02-28 15:21:28.9042
updated_at2024-02-28 15:21:28.9042
descriptionA simple tool to leave yourself notes in directories
homepagehttps://github.com/edisonwong520/dnoted.git
repositoryhttps://github.com/edisonwong520/dnoted.git
max_upload_size
id1156611
size17,842
edison wong (edisonwong520)

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