{"id":28500054,"url":"https://github.com/lionkor/inspire","last_synced_at":"2025-08-17T13:12:46.014Z","repository":{"id":106922691,"uuid":"234970129","full_name":"lionkor/inspire","owner":"lionkor","description":"a simple command-line idea collection tool","archived":false,"fork":false,"pushed_at":"2020-01-28T19:04:13.000Z","size":45,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T10:41:44.576Z","etag":null,"topics":["ideas","unix","unix-command"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lionkor.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":"2020-01-19T21:23:20.000Z","updated_at":"2020-01-28T19:04:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6daa27c-ebe1-4c82-84c2-b75c83019eac","html_url":"https://github.com/lionkor/inspire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lionkor/inspire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lionkor%2Finspire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lionkor%2Finspire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lionkor%2Finspire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lionkor%2Finspire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lionkor","download_url":"https://codeload.github.com/lionkor/inspire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lionkor%2Finspire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270851896,"owners_count":24656771,"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-17T02:00:09.016Z","response_time":129,"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":["ideas","unix","unix-command"],"created_at":"2025-06-08T15:05:46.889Z","updated_at":"2025-08-17T13:12:46.005Z","avatar_url":"https://github.com/lionkor.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inspire\n\n*a simple command-line idea collection tool!*\n\n\nI find myself often lacking ideas for new projects or other things to make, so I made this little **command-line tool** to remember any ideas i get for later!\n\n## How to build\n\nEither run `cmake .` and then `make`, or just use gcc: `gcc main.c -o inspire`\n\n## Usage is simple!\n\n* To add a new idea that you have:\n\n    ```\n    $ inspire add [idea]\n    ```\n\n    This will read from stdin if you don't supply text, so you can happily pipe into it:\n    ```\n    $ some_other_command | inspire add\n    ```\n\n    Examples:\n\n    ```\n    $ inspire add asteroids clone but you're the asteroid\n    ```\n    ```\n    $ inspire add\n    My new idea\n    ```\n\n* To retrieve a random stored idea:\n    \n    ```\n    $ inspire give\n    ```\n\n    Example:\n\n    ```\n    $ inspire give\n    asteroids clone but you're the asteroid\n    ```\n\n    (the ability to remove items directly as a reaction to this is WIP)\n\n* To remove a specific idea from the list:\n    \n    `inspire remove` starts the process of removing an item from the idea list. This process is interactive.\n\n    ```\n    $ inspire remove\n    ideas:\n     ID  idea\n      0: finish my game\n      1: send my friend a gift\n      2: take a walk to the forest\n      3: idea i dont want\n    remove idea (ID) or \"-1\" to exit: 3\n    ideas:\n     ID  idea\n      0: finish my game\n      1: send my friend a gift\n      2: take a walk to the forest\n    remove idea (ID) or \"-1\" to exit: -1\n    $ \n    ```\n\n* To see all stored ideas:\n    \n    ```\n    $ inspire show\n    my first idea!\n    finish my game\n    work on fixme's in 'ideas'\n    asteroids clone but you're the asteroid\n    ```\n\n    this can then be piped to `less`, `shuf`, for other processing. \n\n\n* To clear all ideas, there is currently no builtin way. The best way is to remove the file `$HOME/.inspire/data`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flionkor%2Finspire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flionkor%2Finspire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flionkor%2Finspire/lists"}