https://github.com/allnulled/doco
Command line utility for notes.
https://github.com/allnulled/doco
Last synced: over 1 year ago
JSON representation
Command line utility for notes.
- Host: GitHub
- URL: https://github.com/allnulled/doco
- Owner: allnulled
- Created: 2022-03-04T08:28:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T08:50:27.000Z (over 4 years ago)
- Last Synced: 2025-02-21T20:04:53.035Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# misdocos
Command line utility for notes.
## Installation
```sh
npm i -g misdocos
```
## Usage
```sh
# 1) List all docs:
doclist
# 2) Search through docs:
docsearch mydoc "contents to match"
# 3) Add new docs:
docadd mydoc1.md mydoc2.md mydoc3.md
# 4) Update old docs:
docadd --override mydoc2.md mydoc3.md
# 5) Open a specific doc:
docopen mydoc1.md
# 6) Delete previous docs:
docdelete mydoc1.md
# 7) Find matches in all docs:
docfind "contents to match"
```
## License
No license.