| Crates.io | dnoted |
| lib.rs | dnoted |
| version | 0.1.0 |
| created_at | 2024-02-28 14:08:37.807357+00 |
| updated_at | 2024-02-28 14:08:37.807357+00 |
| description | A simple tool to leave yourself notes in directories |
| homepage | https://github.com/AlexsJones/dnoted.git |
| repository | https://github.com/AlexsJones/dnoted.git |
| max_upload_size | |
| id | 1156500 |
| size | 17,818 |
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.