This repository contains all the CLI tools I custom made using python Cmd. These are now Open-Sourced under the MIT licence for anyone to customize and use depending on personal requirements. However, I've attached a setup file to make it easier, the process of configuring the system to be ready for using a tool among these.
-
WorkMan (WorkSpace Manager) 📚 Manages workspaces for projects
-
Wizard (OpenAI ChatBots) 🪄 Answers questions with the help of
gpt-3.5-turbo
model.
For more info on these check out docs
- Added Chat History feature to Wizard.
Can be accessed using the commands,
cload
,csave
andcrm
- Bug fixes
Make sure to have latest version of Python and Pip installed in your system. To begin with the installation process
-
Install using the command
pip install BashMate
-
After installation, run
bashmate_config
in your terminal in order to configure the CLI to your system
- Clone the repository in your system using the command
git clone https://github.com/developer-kush/CLI_Tools.git
- Run the
setup.py
file in the repository and follow instructions to setup the storage directories in your system, and install the required packages as well.
NOTE : you might lose your data if you re-run
setup.py
it will be installed from the begining
- If you're using Linux like me, you can make an alias for running the script using python,
In other case, if you're using Windows, you may prefer installing it using
pyinstaller
or run scripts directly using python3.
This is the initial commit, and there still are issues that needs to be addressed. If you're facing any of them, feel free to raise them in the issues section.
If you like, you may contribute by implementing fixes and features and issuing a pull request.