/cmd_utils

command line utils

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

cmd_utils

Build Status License: GPL v3

How To Use

  • be using unix
  • get this repo with git clone https://github.com/CBSkarmory/cmd_utils.git or git clone git@github.com:CBSkarmory/cmd_utils.git (for https and ssh respectively)
  • add it to your PATH. (You can add export PATH=$PATH:<directory name here> to your ~/.profile file and use source ~/.profile to set it up immediately.) Make sure to add a blank line at the end of ~/.profile.
  • compile the files you want. Generally, use <compiler> <file name>: javac for Java, and gcc for C.
  • alternatively, use make.
  • set up aliases to run programs faster. For example, you can alias avg to java Average.
  • use chmod u+x <PROGRAM_NAME> for python scripts to run directly

Tool Usage

Prorgam usage
average calculator java Average
password generator python3 pwdgen.py