Added disclamer
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-04 11:42:56 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-04 11:42:56 +0100 |
| Commit | 3b5a0de9e81556bc9e8bbfaf6f299de05eb82b99 (patch) |
|
-rw-r--r-- |
.gitignore | 1 | |
-rw-r--r-- |
README.md | 5 |
2 files changed, 5 insertions, 1 deletions
| diff --git a/.gitignore b/.gitignore | |||
| 1 | TAGS |
||
| diff --git a/README.md b/README.md | |||
| 1 | # crep - like grep but for code |
1 | # crep - like grep but for code |
| 2 | 2 | ||
| 3 | todo... |
3 | > Note: you should use ctags or etags. Seriously. This is an experimental thingy. |
| 4 | |||
| 5 | - https://en.wikipedia.org/wiki/Ctags |
||
| 6 | - https://www.emacswiki.org/emacs/TagsFile |
||