Usage

After installing mchdir, use the following commands:

mcd Command

  • Create a new directory and change into it:

    mcd my_new_directory
    
  • Change to the home directory (when no argument is provided):

    mcd
    
  • Display help for the mcd command:

    mcd --help
    

mct Command

  • Create a new directory in the system temporary directory and change into it:

    mct my_temp_directory
    
  • Create a truly random directory in the system temporary directory and change into it:

    mct
    
  • Display help for the mct command:

    mct --help
    

mcl Command

  • Changes to the previous directory the shell was in:

    mcl
    
  • Display help for the mcl command:

    mcl --help
    

mchdir Command

The mchdir command supports the following subcommands:

  • Display the shell integration code:

    mchdir init
    
  • Install the shell integration automatically:

    mchdir install