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

ssh-lucy

v1.0.7

Published

一个记录服务器账号密码, 并方便登录的小工具

Downloads

6

Readme

实现目的

本项目为了实现 ssh 登录的便捷, 希望可以帮助大家

需要依赖的项目

  1. homebrew

    安装其他依赖

  2. brew install bash

    需要一个新版本的 bash

  3. brew install toilet

    使文档颜色美好

  4. node

    任何版本, 只是为了从仓库去下载我需要的项目, 并且为了让安装命令变的更简洁

功能介绍

// i 表示init, 用于初始化servers文件
lucy -i

// l表示list, 表示查看列表(不包含密码)
lucy -l

// h表示help, 表示帮助
lucy -h

// s 表示ssh, 也就是平时我们使用的登陆方式
lucy -s 主机名

// p表示password, 展示包含密码的查看列表
lucy -p

// a表示add, 用于向文件新增服务器地址
lucy -a

// f表示find, 用于查找servers的存放路径, 便于批量插入服务器地址
lucy -f

// d表示delete, 用于删除不需要的服务器地址
lucy -d

下载方法

npm install -g ssh-lucy

更新方法

npm update ssh-lucy -g