Skip to content

Commit 2850cf3

Browse files
Term Notes v.1.0.4
1 parent 05b8940 commit 2850cf3

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
🚀 **Excited to Present Version 1.0.4** 🚀
1919

20-
I am thrilled to announce that soon I'll be presenting version 1.0.4 of the Terminal Notes Utility! Currently, we are at v.1.0.3.8, and I'm going even further with exciting new features and improvements! 🎉
20+
I am thrilled to announce version 1.0.4 of the Terminal Notes Utility! I'm going even further with exciting new features and improvements! 🎉
2121

2222
**Implemented Changes and Features:**
2323

@@ -45,7 +45,29 @@ I am thrilled to announce that soon I'll be presenting version 1.0.4 of the Term
4545

4646
I am open to collaborating with engineers and developers on this project. Working together could lead to significant learning opportunities for all involved. If you are interested in contributing to the Terminal Notes Utility, feel free to reach out and join the team!
4747

48-
Looking forward to the upcoming release and continued progress! 🚀
48+
#### Changes Made for macOS and Linux Separation
49+
50+
To achieve compatibility with both macOS and Linux, the original term_notes.c file has been split into two separate files: term_notes_macos.c and term_notes_linux.c. This separation was necessary to address platform-specific system calls, dependencies, and path handling.
51+
52+
- term_notes_mac.c
53+
The term_notes_macos.c file includes code that is specific to macOS. This version of the utility uses platform-specific libraries and functions for path handling, file management, and other system calls to ensure seamless execution on macOS.
54+
55+
- term_notes_linux.c
56+
The term_notes_linux.c file contains code tailored to work on Linux systems. Similar to the macOS version, this file uses Linux-specific libraries and functions for path handling, file management, and other system interactions.
57+
58+
#### Compiling and Running the Utility
59+
60+
To compile the Notes Manager on macOS, use the following command:
61+
62+
```
63+
gcc -o term-notes-macos src/term_notes_mac.c
64+
```
65+
66+
And for Linux, use:
67+
68+
```
69+
gcc -o term-notes-linux src/term_notes_linux.c
70+
```
4971

5072
**Let's make note-taking from the terminal even better!** 📝
5173

0 commit comments

Comments
 (0)