diff options
| 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) | |
| tree | fac336d6a626c646d949083fc7218042135e5dbe | |
| parent | e84969f9fab6995ac1c35b035fa73f61a409380b (diff) | |
| download | crep-3b5a0de9e81556bc9e8bbfaf6f299de05eb82b99.tar.gz | |
Added disclamer
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bea5755 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +TAGS @@ -1,3 +1,6 @@ # crep - like grep but for code -todo... +> Note: you should use ctags or etags. Seriously. This is an experimental thingy. + +- https://en.wikipedia.org/wiki/Ctags +- https://www.emacswiki.org/emacs/TagsFile |
