{"id":16062232,"url":"https://github.com/boris/ngen","last_synced_at":"2025-04-05T09:14:41.945Z","repository":{"id":55084825,"uuid":"302992288","full_name":"boris/ngen","owner":"boris","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-12T01:12:42.000Z","size":923,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T18:13:32.529Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Python","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/boris.png","metadata":{"files":{"readme":"README.rst","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":"2020-10-10T21:24:37.000Z","updated_at":"2023-07-18T09:12:55.000Z","dependencies_parsed_at":"2024-10-31T00:41:21.197Z","dependency_job_id":null,"html_url":"https://github.com/boris/ngen","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fngen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fngen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fngen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fngen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boris","download_url":"https://codeload.github.com/boris/ngen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312092,"owners_count":20918344,"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":["hacktoberfest"],"created_at":"2024-10-09T04:22:29.076Z","updated_at":"2025-04-05T09:14:41.909Z","avatar_url":"https://github.com/boris.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ngen\n====\n\nCLI for interacting with keepass-xc. The word **ngen** means *owner* in\n`Mapudungún`_.\n\nSetup\n-----\nCopy ``config-example.yml`` to ``config.yml``. Modify the ``db`` line to point to your\nfile.\n\n.. code-block:: yaml\n\n    db: '/path/to/file.kdbx'\n\nHow does it work\n----------------\n\nAssumming that you have your `Keepassxc` DB in ``~/keepass/example.kdbx``, do\nthe following:\n\n::\n\n    $ ngen --help\n    $ ngen list\n    $ ngen copy --key Some/Secret\n    $ ngen copy -k Some/Secret\n    $ ngen search --term Secret\n    $ ngen search -t Secret\n\nAlso, default DB, defined in ``config.yaml`` can be overwritten as follows:\n\n::\n\n    $ ngen list -d ~/keepass/example.kdbx\n    $ ngen list --db ~/keepass/example.kdbx\n    $ ngen copy -d ~/keepass/example.kdbx -k Some/Secret\n    $ ngen copy --db ~/keepass/example.kdbx --key Some/Secret\n    $ ngen search -d ~/keepass/example.kdbx Secret\n    $ ngen search --db ~/keepass/example.kdbx Secret\n\nThe above will do the following:\n\n1. Print help\n2. List the secrets in the DB defined\n3. Copy the secret located in ``Some/Secret`` using the short format\n4. Same above, but using long format\n5. Search for a term\n\nSearch feature:\n\n- Is not case sensitive. Searching for 'Secret' will return the same as searching\n  for 'secret'\n- Includes substrings. Searching for 'Secre' will include \n\n\nDev list\n--------\n\n1. Ensure dependencies are installed.\n2. Read keepass-xc DB from config.\n3. Include wheel installer.\n4. Read DB definition from config file.\n\n\n.. _Mapudungún: https://en.wikipedia.org/wiki/Ngen\n.. _Keepassxc: https://keepassxc.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboris%2Fngen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboris%2Fngen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboris%2Fngen/lists"}