{"id":24755254,"url":"https://github.com/katzer/alpinepass","last_synced_at":"2025-03-23T06:14:02.369Z","repository":{"id":138108485,"uuid":"70800659","full_name":"katzer/alpinepass","owner":"katzer","description":"Exports the Orbit KDB into various file formats.","archived":false,"fork":false,"pushed_at":"2024-08-26T20:10:49.000Z","size":2405,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-16T08:58:31.712Z","etag":null,"topics":["cli","keepass-converter","mruby-cli","orbit"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/katzer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2016-10-13T11:41:40.000Z","updated_at":"2024-08-26T20:10:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"8235a18a-dc30-48f3-9979-406d5883af9a","html_url":"https://github.com/katzer/alpinepass","commit_stats":null,"previous_names":["appplant/alpinepass"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Falpinepass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Falpinepass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Falpinepass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Falpinepass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katzer","download_url":"https://codeload.github.com/katzer/alpinepass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061376,"owners_count":20554563,"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":["cli","keepass-converter","mruby-cli","orbit"],"created_at":"2025-01-28T12:37:58.516Z","updated_at":"2025-03-23T06:14:02.337Z","avatar_url":"https://github.com/katzer.png","language":"Ruby","readme":"# alpinepass \u003cbr\u003e[![GitHub release](https://img.shields.io/github/release/katzer/alpinepass.svg)](https://github.com/katzer/alpinepass/releases) [![Build Status](https://travis-ci.com/katzer/alpinepass.svg?branch=master)](https://travis-ci.com/katzer/alpinepass) [![Build status](https://ci.appveyor.com/api/projects/status/76ytl3ycyqs0va8j/branch/master?svg=true)](https://ci.appveyor.com/project/katzer/alpinepass/branch/master) [![Maintainability](https://api.codeclimate.com/v1/badges/f5d906346be0d06ae4fc/maintainability)](https://codeclimate.com/github/katzer/alpinepass/maintainability)\n\nThe tool that exports your Orbit KeePass database into various file formats.\n\n    $ alpinepass -h\n\n    Usage: alpinepass [options...] -i input_file [-o output_file] matchers...\n    Options:\n    -i, --input     Path to the input file\n    -o, --output    Path to the output file\n    -f, --format    Format of the output file\n                    Defaults to: fifa\n    -c, --check     Check the content of the input file\n    -p, --pretty    Pretty print output\n    -s, --secrets   Export secrets like passwords\n    -h, --help      This help text\n    -v, --version   Show version number\n\n## Installation\n\nDownload the latest version from the [release page][releases] and add the executable to your `PATH`.\n\n## Usage\n\nTransform the _KeePass_ file by using the `$ORBIT_HOME/config/orbit.xsl` stylesheet:\n\n    KPScript -c:Export \"%ORBIT_HOME%\\config\\orbit.kdbx\" -pw:MyPw -Format:\"Transform using XSL Stylesheet\" -XslFile:\"%ORBIT_HOME%\\config\\orbit.xsl\" -OutFile:\"%ORBIT_HOME%\\config\\orbit.export\"\n\nThen convert the exported data into a valid knowledge database for _fifa_:\n\n    $ alpinepass -i keepass.export -f fifa -o orbit.json\n\nTo create a knowledge database for _fifa_ containing production databases only:\n\n    $ alpinepass -i keepass.export -f fifa -o orbit.json type=db@env=prod\n\n__Note:__ See [here][keepass] for how to use KPScript with single command operations to perform simple database operations. Of course you can also use the GUI to perform the export.\n\n## Development\n\nClone the repo:\n\n    $ git clone https://github.com/katzer/alpinepass.git \u0026\u0026 cd alpinepass/\n\nInstall the dependencies:\n\n    $ bundle\n\nAnd then execute:\n\n    $ rake compile\n\nTo compile the sources locally for the host machine only:\n\n    $ MRUBY_CLI_LOCAL=1 rake compile\n\nYou'll be able to find the binaries in the following directories:\n\n- Linux (AMD64, Musl): `build/x86_64-alpine-linux-musl/bin/alpinepass`\n- Linux (AMD64, GNU): `build/x86_64-pc-linux-gnu/bin/alpinepass`\n- Linux (AMD64, for old distros): `build/x86_64-pc-linux-gnu-glibc-2.9/bin/alpinepass`\n- OS X (AMD64): `build/x86_64-apple-darwin19/bin/alpinepass`\n- OS X (ARM64): `build/arm64-apple-darwin19/bin/alpinepass`\n- Windows (AMD64): `build/x86_64-w64-mingw32/bin/alpinepass`\n- Host: `build/host/bin/alpinepass`\n\nFor the complete list of build tasks:\n\n    $ rake -T\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/katzer/alpinepass.\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\nThe code is available as open source under the terms of the [Apache 2.0 License][license].\n\nMade with :heart: in Leipzig\n\n© 2017 [appPlant GmbH][appplant]\n\n[releases]: https://github.com/katzer/alpinepass/releases\n[keepass]: https://keepass.info/help/v2_dev/scr_sc_index.html#export\n[license]: http://opensource.org/licenses/Apache-2.0\n[appplant]: www.appplant.de\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Falpinepass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatzer%2Falpinepass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Falpinepass/lists"}