{"id":16129801,"url":"https://github.com/ruyadorno/mitro-cli","last_synced_at":"2025-03-18T14:30:49.642Z","repository":{"id":19345020,"uuid":"22584176","full_name":"ruyadorno/mitro-cli","owner":"ruyadorno","description":"Manage your Mitro passwords from a command line interface.","archived":false,"fork":false,"pushed_at":"2017-01-31T22:27:58.000Z","size":41,"stargazers_count":22,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T10:03:48.974Z","etag":null,"topics":["cli","command-line","javascript","js","mitro","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruyadorno.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}},"created_at":"2014-08-03T21:39:16.000Z","updated_at":"2022-05-12T01:16:01.000Z","dependencies_parsed_at":"2022-09-10T22:02:12.962Z","dependency_job_id":null,"html_url":"https://github.com/ruyadorno/mitro-cli","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fmitro-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fmitro-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fmitro-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruyadorno%2Fmitro-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruyadorno","download_url":"https://codeload.github.com/ruyadorno/mitro-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933413,"owners_count":20370987,"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","command-line","javascript","js","mitro","nodejs"],"created_at":"2024-10-09T22:12:38.833Z","updated_at":"2025-03-18T14:30:49.390Z","avatar_url":"https://github.com/ruyadorno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mitro-cli\n\nversion: 0.1.3\n\n[![Build Status](https://travis-ci.org/ruyadorno/mitro-cli.svg?branch=master)](https://travis-ci.org/ruyadorno/mitro-cli) ![Project frozen](https://img.shields.io/badge/status-frozen-blue.svg) ![Project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)\n\n\n## About\n\n**Mitro CLI** is a better command line interface client for [Mitro](http://www.mitro.co/) password manager.\n\n\n## Install\n\nYou can easily install this tool using [NPM](https://www.npmjs.org/):\n\n```shell\nnpm install -g mitro-cli\n```\n\nOnce installed you can invoke the **mitro** command from your terminal:\n\n```shell\nmitro\n```\n\n\n## Options\n\nIf no command is provided **Mitro CLI** will start in interactive mode, in this mode you are guided through some simple menus to access your stored data. This is the equivalent of running `mitro browse`.\n\n### Authentication\n\nIn order to interact with **Mitro** servers you will need to provide your user id and password. If those are not provided the interface will ask you for it anytime you try to execute a command.\n\n#### Example using username/password as command line arguments\n\n```shell\nmitro list --uid example@example.com --password mypassword\n```\n\n#### Creating a ~/.mitro-clirc file\n\nAlternatively, you can create a `.mitro-clirc` file inside your *$HOME* directory and declare all your options there using json format.\n\n```json\n{\n  \"uid\": \"example@example.com\"\n}\n```\n\n*You could also add your password to the .mitro-clirc file but storing your master password as plain text is certainly not a great idea.*\n\n\n## Usage\n\nRunning only the **mitro** command from the terminal brings you into the interactive mode, where you will be guided through some simple menus to access your stored data.\n\nA set of commands is also available to interact with the **mitro** server:\n\n- `mitro browse` Starts the CLI interactive mode, using an interface to navigate through your Mitro data\n- `mitro list` List all your secrets and groups\n- `mitro listsecrets` List all your secrets\n- `mitro listgroups` List all your groups\n- `mitro show SECRET_ID` Shows the content of a secret, you can find *SECRET_ID* using one of the list commands above\n\n\n## Why creating another cli for Mitro?\n\nI was in the search of an open-source password manager for a long time. Naturally, as soon as I heard the news about Mitro open-sourcing all their code, I jumped right in to try it but I was disapointed with the state of the available cli tool - one of my most wanted features.\n\nWhat you find in this repository is the effort to have an user-friendly command line interface for managing your passwords.\n\n\n## License\n\nCopyright (c) 2014 Ruy Adorno. Licensed under the MIT license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruyadorno%2Fmitro-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruyadorno%2Fmitro-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruyadorno%2Fmitro-cli/lists"}