Please note that I am not a native english speaker. Please make a GitHub issue if you see any grammar / spelling mistake. Most translations are done by Google Translate.
A CLI to create your own commands
Important: This CLI has only been tested on Ubuntu 18.04 (LTS) with ZSH and MacOS Catalina with ZSH
$ npm i -g create-custom-command
The program will prompt you for your name et your prefered language (English / French)
$ config-cccmd
To reset the configuration, use
$ reset-cccmd
To create a command
The program will prompt you for the command's name, it's description and the programming language in which you want to code it (BASH / ZSH ou JS)
$ mk-cmd
To delete a command
The program will display the list of commands you have created and you will be able to select the one you want to delete
$ rm-cmd
Un CLI pour créer vos propres commandes
Important: Ce CLI n'a été testé que sur Ubuntu 18.04 (LTS) avec ZSH et MacOS Catalina avec ZSH
$ npm i -g create-custom-command
Le programme va vous demander votre nom et la langue que vous préférez (Français / Anglais)
$ config-cccmd
Pour effacer la configuration de ce paquet, exécutez
$ reset-cccmd
Pour créer une commande
Le programme va vous demander le nom de la commande, sa description et le language de programmation dans lequel vous voulez la codé (BASH / ZSH ou JS)
$ mk-cmd
Pour supprimer une commande
Le programme va vous afficher la liste des commandes que vous avez créées et vous pourrez sélectionner celle que vous voulez supprimer
$ rm-cmd