0.1.3 • Published 2 years ago

record-shell v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

record-shell (记录命令行命令)

  • 方便高效记录命令行命令, 利好记性不好的同学

github : https://github.com/lulu-up/record-shell

详细配置请看文章: https://segmentfault.com/a/1190000042353870

一、安装

npm install record-shell -g
  • 要安装在全局

二、使用

  1. 查看列表 + 使用命令
  rs ls
  • 查看详细信息, 展示命令详情
  rs ls -a
  1. 记录命令
  rs add
  • 比如输入命令: echo 内容 则执行命令时会可插入"内容"
  1. 移除命令
  rs rm
  • 唤出多选列表: 批量删除
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago