-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
40 lines (30 loc) · 913 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Requirements
---
Python 3
Installation
---
Something like this:
```
git clone [email protected]:JesseAldridge/toothbrush.git
cd toothbrush
cp toothbrush.py /usr/local/bin/t
```
Set DIR_PATH at the top of toothbrush.py to the directory that you will use to store your notes.
Usage
---
Run the script:
`t`
Just start typing to search your notes.
Press the up/down arrows to select a note.
Hit return to either open the matching file or create a new file if there are no matches.
Notes
---
This script works well for up to a few thousand notes. Beyond that the time it takes to read all
the files from the hard-drive can start to get annoying.
If you want something that works well with a high volume of notes, try:
https://github.com/JesseAldridge/electric_toothbrush
Or, even better, try the online wiki-style version and share notes with the world:
https://github.com/JesseAldridge/dentist
License
---
MIT