{"id":21933780,"url":"https://github.com/kenmeriftw/notepad","last_synced_at":"2026-05-18T02:11:41.775Z","repository":{"id":128940860,"uuid":"342529101","full_name":"kenmeriftw/notepad","owner":"kenmeriftw","description":"This an educational Ruby application - improved notepad with sqlite3 data storage.","archived":false,"fork":false,"pushed_at":"2021-06-04T07:59:22.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T12:50:00.354Z","etag":null,"topics":["notepad","ruby","sqlite3","sqlite3-database"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kenmeriftw.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-26T09:40:56.000Z","updated_at":"2021-06-04T08:00:05.000Z","dependencies_parsed_at":"2023-03-13T11:27:13.157Z","dependency_job_id":null,"html_url":"https://github.com/kenmeriftw/notepad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenmeriftw%2Fnotepad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenmeriftw%2Fnotepad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenmeriftw%2Fnotepad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenmeriftw%2Fnotepad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenmeriftw","download_url":"https://codeload.github.com/kenmeriftw/notepad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244961728,"owners_count":20539026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notepad","ruby","sqlite3","sqlite3-database"],"created_at":"2024-11-29T00:13:35.984Z","updated_at":"2026-05-18T02:11:36.733Z","avatar_url":"https://github.com/kenmeriftw.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notepad_with_sqlite3\nThis an educational `Ruby` application - improved notepad with `sqlite3` data storage.\n\nTo start using this application, you have to have\n```\nruby\nsqlite library\n```\ninstalled on your local machine.\n\nYou can clone this repo onto your local machine, make `cd` in the directory and, first of all, \nyou have to create `notepad.sqlite` database in the project dir with `SQLite manager` or other tool you would\nlike to use. You can change the database name if you like, it is hardcoded in `lib/post.rb`, just change the value of\n`SQLITE_DB_FILE` constant.\n\nAfter creating the database you can start the application in `write-mode`. In your local app dir, run\n```\nruby new_post.rb\n```\nThen you have to choose post type you would like to create: memo, task or link.\n\nAs for `memo`, it is just a note which may consist of several strings. When you're done writing your memo,\njust input `end` on new line. Your memo will be saved.\n\nHere is the memo example:\n\n![alt text](https://media.giphy.com/media/XqHMcQtdY16234dSeo/giphy.gif)\n\nFurthermore, you may create `task`. It is just your average 'to-do-list' with 'due-date' field. Just enter your\ntask and date you want to accomplish this.\n\nHere it is:\n\n![alt text](https://media.giphy.com/media/ZmPbHQpQ6EPIl8RUXs/giphy.gif)\n\nFinally, there is a `link` option. Choose it if you want to save some link. Don't forget to enter the description!\n\nLook at it, it is pretty awesome, isn't it:\n\n![alt text](https://media.giphy.com/media/jdTZQynWmfgERqzP6m/giphy.gif)\n\nTo read all your data, just run the application in `read-mode`. In your local app dir, run\n```\nruby read.rb\n```\nand get all the notes you've added.\n\n![alt text](https://media.giphy.com/media/ta20YtL2b97a430yGj/giphy.gif)\n\nHope you will enjoy my app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenmeriftw%2Fnotepad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenmeriftw%2Fnotepad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenmeriftw%2Fnotepad/lists"}