Skip to content

A variety of command line tools focused on improving workflow, through use of Command Line Interface

License

Notifications You must be signed in to change notification settings

developer-kush/BashMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI_Tools

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.

List of Tools

  • 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

Latest Features

  • Added Chat History feature to Wizard. Can be accessed using the commands, cload, csave and crm
  • Bug fixes

Installation

Make sure to have latest version of Python and Pip installed in your system. To begin with the installation process

Windows

  1. Install using the command pip install BashMate

  2. After installation, run bashmate_config in your terminal in order to configure the CLI to your system

OR

Setup

  1. Clone the repository in your system using the command
git clone https://github.com/developer-kush/CLI_Tools.git 
  1. 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

  1. 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.

Contribution

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.

About

A variety of command line tools focused on improving workflow, through use of Command Line Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages