Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f3riend/sign-book
helps you take notes and record bookmarks for your purposes
https://github.com/f3riend/sign-book
console-application cpp csv-file note-editor note-taking
Last synced: about 2 months ago
JSON representation
helps you take notes and record bookmarks for your purposes
- Host: GitHub
- URL: https://github.com/f3riend/sign-book
- Owner: f3riend
- Created: 2024-07-26T05:38:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T05:58:47.000Z (5 months ago)
- Last Synced: 2024-11-11T05:38:32.889Z (about 2 months ago)
- Topics: console-application, cpp, csv-file, note-editor, note-taking
- Language: C++
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sign Book
First of all, I am a forgetful person because I have a lot of plans in my head and as time goes by I can forget great ideas and projects that come to my mind, the purpose of this is that when I find something and something comes to mind, I can take a note of it and put it into practice in the future.
For example, I save a lot of things on the internet because I think it will be useful, but when I look for it later it takes time to find it and that gets in the way.
The working logic is simple, there are 3 different strains in the csv file:
- Name
- Purpose
- Link
as such, just do not touch the csv file or make any changes without the editor.![SnapShot](https://github.com/f3riend/sign-book/blob/main/sign-book.png)
![Code](https://github.com/f3riend/sign-book/blob/main/sign-book-code.png)