{"id":30269211,"url":"https://github.com/aocoronel/eureka-sh","last_synced_at":"2026-04-13T02:02:02.900Z","repository":{"id":268179049,"uuid":"903488154","full_name":"aocoronel/eureka-sh","owner":"aocoronel","description":"💡 Fork of eureka written in shell, and with additional features","archived":false,"fork":false,"pushed_at":"2025-08-11T21:03:34.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T21:32:24.626Z","etag":null,"topics":["bash","cli","commandline","idea","ideas","productivity","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aocoronel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-12-14T18:19:06.000Z","updated_at":"2025-08-11T21:03:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e2ef53b-b68e-452a-b0c9-65868caccd1c","html_url":"https://github.com/aocoronel/eureka-sh","commit_stats":null,"previous_names":["janpstrunn/eureka-sh","anstrinn/eureka-sh","aocoronel/eureka-sh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aocoronel/eureka-sh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aocoronel%2Feureka-sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aocoronel%2Feureka-sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aocoronel%2Feureka-sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aocoronel%2Feureka-sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aocoronel","download_url":"https://codeload.github.com/aocoronel/eureka-sh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aocoronel%2Feureka-sh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270657590,"owners_count":24623458,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","cli","commandline","idea","ideas","productivity","shell","terminal"],"created_at":"2025-08-16T01:41:23.109Z","updated_at":"2026-04-13T02:02:02.886Z","avatar_url":"https://github.com/aocoronel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quickly store your ideas\n\n`eureka` is serves the same functionality as [eureka](https://github.com/simeg/eureka) written by Simon Egersand. `eureka` is written in shell, and with additional features.\n\nIt's a CLI tool that tries to make the experience of jotting ideas down as friction-less as possible right from the terminal. It mainly integrates with git, committing and pushing ideas to a remote git repository.\n\n## Requirements\n\n- Git is required in order to use `eureka`\n- A remote git repository (optional)\n\n## Features\n\n- Use an editor to add ideas\n- Preview your ideas using a pager\n- Git\n\n## Extra Features\n\n- Extends git tools from `add`, `commit` and `push` to `fetch` and `pull`\n- Add ideas without an editor\n- Not limited to README.md\n- Creates the README.md if not existing\n- Local only\n- Clone remote repository\n\n## Usage\n\nThe first time you use `eureka` it's required to use the `-s` option to setup the configuration. The configuration file lives at `$HOME/.local/share/eureka.conf` by default.\nAfter setting the configuration. At least one argument is required in order to use `eureka`.\n\nYou may combine arguments with the `-p` for managing a private repository (do not pull changes).\n\n```\nUsage: $0 [-p] [-t] [filename] [option]\nAvailable options:\n-a, --add                                - Add new ideas without an editor\n-c, --config                             - View config file\n-e, --editor                             - Edit ideas using EDITOR (default:vi)\n-h, --help                               - Display this message and exits\n-s, --setup                              - Set configuration up\n-p, --private [option]                   - Private repository modal\n-t, --target  [filename] [option]        - Edit a specified file\n-v, --view                               - Preview ideas using PAGER (default:less)\n--fetch                                   - Fetch eureka repo\n--pull                                    - Pull eureka repo\n```\n\n**Examples:**\n\n1. `eureka -p -s` to set up the private repository configuration.\n2. `eureka -p -t [filename] -e` to create or edit a file in the private repository. The file name is optional, as it will display the available files and request you enter one.\n3. `eureka -a` to quickly add a new idea to your remote repository without an editor.\n\n**Important:**\n\n- Private repositories do not pull changes\n- The arguments have the following priority: `-p`, `-t`, others\n- If you don't want to specific a filename when using `target`, you will need to insert \".\" (dot). Example: `-t . -a`\n- To use `-a`, ensure the desired file has at least 2 lines, or it will **fail**. It's only an issue, when a new file is created using `target` and the `editor`, leaving the file with one line.\n\n## Installation\n\nMake sure to add the script to your `$PATH` for convenience.\n\n```\ngit clone https://github.com/aocoronel/eureka-sh\nchmod +x eureka-sh/src/eureka\nmv eureka-sh/src/eureka ~/.local/bin\n```\n\n**Tip:** Set an alias for `eureka`\n\n## Notes\n\nThis script has been only tested in a Linux Machine.\n\n## License\n\nThis repository is licensed under the MIT License, a very permissive license that allows you to use, modify, copy, distribute and more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faocoronel%2Feureka-sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faocoronel%2Feureka-sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faocoronel%2Feureka-sh/lists"}