Crates.io | dnoted-edc |
lib.rs | dnoted-edc |
version | 0.1.0 |
source | src |
created_at | 2024-02-28 15:21:28.9042 |
updated_at | 2024-02-28 15:21:28.9042 |
description | A simple tool to leave yourself notes in directories |
homepage | https://github.com/edisonwong520/dnoted.git |
repository | https://github.com/edisonwong520/dnoted.git |
max_upload_size | |
id | 1156611 |
size | 17,842 |
Leave messages for yourself in directories.
# cd ~/Documents
~/Documents
/Users/axjns/Documents: I must remember to delete the .crap folder
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.