An open API service indexing awesome lists of open source software.

https://github.com/archer884/notes


https://github.com/archer884/notes

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Notes

For searching and viewing inline comments and definitions in markdown-formatted text files.

## What kind of notes?

Like these:

```markdown
See Spot run.
```

Or definitions like this:

```markdown
See Spot run.
```

## How does it work?

The `config` subcommand will configure the program's behavior for your current working directory. Pass it the directory containing your source files.

Notes are parsed and cached in a directory called `.tool`, found in your current working directory (the one you were using when you used the config command). However, the cache is updated each time the modified time for a source file is updated, so you shouldn't need to worry about refreshing it.