npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mitro-cli

v0.1.3

Published

Manage your Mitro passwords from a command line interface.

Downloads

19

Readme

mitro-cli

version: 0.1.3

Build Status

About

Mitro CLI is a better command line interface client for Mitro password manager.

Install

You can easily install this tool using NPM:

npm install -g mitro-cli

Once installed you can invoke the mitro command from your terminal:

mitro

Options

If 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.

Authentication

In 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.

Example using username/password as command line arguments

mitro list --uid [email protected] --password mypassword

Creating a ~/.mitro-clirc file

Alternatively, you can create a .mitro-clirc file inside your $HOME directory and declare all your options there using json format.

{
  "uid": "[email protected]"
}

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.

Usage

Running 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.

A set of commands is also available to interact with the mitro server:

  • mitro browse Starts the CLI interactive mode, using an interface to navigate through your Mitro data
  • mitro list List all your secrets and groups
  • mitro listsecrets List all your secrets
  • mitro listgroups List all your groups
  • mitro show SECRET_ID Shows the content of a secret, you can find SECRET_ID using one of the list commands above

Why creating another cli for Mitro?

I 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.

What you find in this repository is the effort to have an user-friendly command line interface for managing your passwords.

License

Copyright (c) 2014 Ruy Adorno. Licensed under the MIT license.