Socket
Socket
Sign inDemoInstall

memr

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    memr

CMD Logger


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
56.5 kB
Created
Weekly downloads
 

Readme

Source

Command memorizer?

npm install -g memr

Memorize command

memr --add "git add --all && git commit -am {optional_placeholder}" basic-commit

Recall and run memorized command

memr basic-commit "Init memr repository" //Run command in the CLI and echo result

Recall command but don't run

memr basic-commit "Init memr repository" --noexec //Just echo command on the CLI:
git add --all && git commit -am "Init memr repository"

List memorized commands

memr --list

Clear list of memorized commands

memr --clear

Keywords

FAQs

Last updated on 07 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc