0.1.2 • Published 10 months ago

favcmd v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

favcmd

favcmd

A CLI tool for managing your favorite commands.

Installation

To install favcmd, follow these steps:

  1. Clone the repository:

    git clone https://github.com/blckangl/favcmd.git
    cd favcmd
  2. Install the dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Optionally, link the command globally:

    npm link

Usage

Here are the available commands:

  • -l, --ls [filter]: List your favorite commands.
  • -a, --add <alias> <description> <category>: Add a new favorite command with an alias, description, and category.
  • -c, --clear: Clear all saved commands.

License

This project is licensed under the MIT License.

Author

Created by Dia. Contact: dhiaa.kahri@gmail.com

0.1.2

10 months ago

0.1.1

10 months ago