-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
36 lines (29 loc) · 1.64 KB
/
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
== ==
== NoteBag ==
=============
My dad wanted a simple program to manage notes on his computer, so I
wrote NoteBag. It's pretty bare, both in appearance and functionality,
but I hope someone in addition to my dad finds it useful or
interesting.
NoteBag.py is the main program to run. The first time you run NoteBag,
it will ask you to choose the folder where it will store all of the
notes you create.
The "Note Name" text box is used to add new notes, and to
automatically search through the notes you already have. If the "Note
Name" text box is empty, the bottom of the program window will list
all of your existing notes. As you enter text into the "Note Name"
text box, the bottom of the program window will only show note names
that contain the text you have typed.
If you have typed the exact name of an existing note into the "Note
Name" text box, and you hit the "Enter" key or the "Open" button,
NoteBag will open the existing note in your document editor. If you
haven't typed the exact name of an existing note, and you hit "Enter"
or the "Add" button, NoteBag will create a new note in your notes
folder, and open it for you to edit. No two notes can have the same
name, and NoteBag does its best to make sure of that.
The button next to the "Note Name" text box will be labeled "Open" or
"Add" automatically, depending on what's appropriate.
NoteBag is free software; it is licensed under the Expat License
(commonly known as the MIT License), which means you can basically do
whatever you want with it, as long as you don't misrepresent who did
the work. See LICENSE.txt for the full license. (It's quite short.)