https://github.com/property404/notes
Note-taking tool
https://github.com/property404/notes
Last synced: 10 months ago
JSON representation
Note-taking tool
- Host: GitHub
- URL: https://github.com/property404/notes
- Owner: Property404
- Created: 2023-09-04T21:48:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T20:29:08.000Z (over 1 year ago)
- Last Synced: 2025-02-02T11:41:35.723Z (over 1 year ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
Note-taking tool
## Installing
Install with (optional) bash completions:
```
git clone git@github.com:Property404/notes
cd notes
BASH_COMPLETIONS_DIR= cargo install --path .
```