blob: 1b1e5d355c0b28cd4de3b62fe180d98b9bcf0012 (
plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
# Term Notes
"TermNotes" is a command-line note management utility designed to help you organize your ideas and reminders efficiently. It allows you to create, display, update, and delete notes directly from the terminal, providing you with a fast and straightforward workflow. With "TermNotes," you can keep track of your thoughts and important tasks, all within your favorite command-line environment. Simplify your life and enhance your productivity with this minimalist yet powerful tool.
## Installation
### Prerequisites
- GCC (GNU Compiler Collection)
- Nano or Vim text editor
### Compiling the Source Code
1. Clone the repository:
git clone https://github.com/felipealfonsog/term-notes.git
2. Navigate to the project directory:
cd term-notes
3. Compile the source code:
gcc -o term_notes term_notes.c
## Usage
- To create a new note:
term_notes create
- To edit an existing note:
term_notes edit [note_id]
- To view all notes:
term_notes list
- To delete a note:
term_notes delete [note_id]
## Contributing
Contributions are welcome! Here's how you can contribute to Term Notes:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature-name`.
3. Make your changes and commit them: `git commit -m 'Add your feature'`.
4. Push the changes to your branch: `git push origin feature/your-feature-name`.
5. Create a new pull request.
## License
Term Notes is licensed under the MIT License. See [LICENSE](LICENSE) for more information.
## Contact
If you have any questions or suggestions, feel free to reach out to me:
- Email: f.alfonso@res-ear.ch
- LinkedIn: [felipealfonsog](https://www.linkedin.com/in/felipealfonsog/)
- GitHub: [felipealfonsog](https://github.com/felipealfonsog)
If you find this project helpful and would like to support its development, you can contribute via PayPal:
[Support via PayPal](https://www.paypal.me/felipealfonsog)
|