{"id":15497417,"url":"https://github.com/heapwolf/pxx","last_synced_at":"2025-04-22T22:17:09.494Z","repository":{"id":28019370,"uuid":"31514363","full_name":"heapwolf/pxx","owner":"heapwolf","description":"a cli tool to store encrypted values in a json file and easily get them out again","archived":false,"fork":false,"pushed_at":"2016-05-25T18:41:41.000Z","size":5,"stargazers_count":40,"open_issues_count":4,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-22T22:16:58.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/heapwolf.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}},"created_at":"2015-03-01T23:01:31.000Z","updated_at":"2024-10-21T19:42:47.000Z","dependencies_parsed_at":"2022-08-01T12:47:26.792Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/pxx","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/heapwolf%2Fpxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/pxx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250331819,"owners_count":21413103,"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":[],"created_at":"2024-10-02T08:33:34.146Z","updated_at":"2025-04-22T22:17:09.425Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\nStore encrypted values in a json file.\n\n# USAGE\n```bash\nnpm install pxx -g\n```\n\n## LIST ALL ITEMS\nProvides a nice ascii table that shows the meta data for the contents\nof the database.\n\n```bash\npxx\n```\n\n```\n┌─────────────────┬─────────────┬──────────────────┐\n│ Key             │ Description │ Email            │\n├─────────────────┼─────────────┼──────────────────┤\n│ foobar          │ whatever    │ foobar@gmail.com │\n├─────────────────┼─────────────┼──────────────────┤\n│ instagram       │ foobar      │ paolo@async.ly   │\n├─────────────────┼─────────────┼──────────────────┤\n│ rd.io           │ music       │ paolo@gmail.com  │\n├─────────────────┼─────────────┼──────────────────┤\n│ reddit          │ crap        │ paolo@async.ly   │\n├─────────────────┼─────────────┼──────────────────┤\n│ speakerdeck.com │ slides      │ paolo@async.ly   │\n├─────────────────┼─────────────┼──────────────────┤\n│ typography.com  │ pretty      │ paolo@async.ly   │\n└─────────────────┴─────────────┴──────────────────┘\n```\n\n\n## READ AN ITEM\nPrompts you for the master password and then provides the decrypted data.\n\n```bash\npxx \u003ckey\u003e\n```\n\n## CREATE AN ITEM\nAsks a series of questions about what you want to save to the database.\n\n```bash\npxx --create\n```\n\n## DELETE AN ITEM\nCompletely remove an item from the database.\n\n```bash\npxx --delete \u003ckey\u003e\n```\n\n## UPDATE AN ITEM\nTo do... something like...\n```\npxx --update \u003ckey\u003e\n```\n\n# CONFIG\nCreate an `rc` file that points to a sync'd directory. The `columns` array\nrepresents arbitrary fields that will be stored with the encrypted data.\nThey can help you describe the data and are displayed when listing the \ncontents of the database.\n\n```json\n{\n  \"syncdir\": \"/Users/username/Google Drive/pxx\",\n  \"algorithm\": \"aes-256-ctr\",\n  \"columns\": [\"Key\", \"Description\", \"Email\"]\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fpxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Fpxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fpxx/lists"}