Giter Club home page Giter Club logo

bhejde's Introduction

BhejDe - Simple Git Command Line Tool

Overview

BhejDe (which means "Send it" in Hindi) is a simple command line tool written in Rust. It automates the process of adding all files, committing changes, and pushing them to the remote repository. This tool is designed to streamline the Git workflow, making it faster and more convenient.

Usage

To use BhejDe, follow these steps:

  1. Navigate to the root directory of your Git repository in the terminal.

  2. Run the following command:

bhejde [commit-message]
  • [commit-message] (Optional): Custom commit message. If not provided, a random message will be generated.

This command will execute the tool and perform the following operations:

  1. Add all files recursively to the Git repository.
  2. Commit all changes with the provided or randomly generated commit message.
  3. Push the changes to the remote repository (origin main branch).

Installation

To build and install BhejDe, you'll need Rust and Cargo installed on your system. If you haven't already, you can install Rust by following the instructions on the official Rust website.

Once Rust is installed, you can proceed with the following steps:

  1. Clone the BhejDe repository:
git clone https://github.com/lordofwizard/bhejde.git
  1. Navigate to the project directory:
cd bhejde
  1. Build the project using Cargo:
cargo build --release
  1. Install the binary:
cargo install --path .

Dependencies

  • names: This dependency is used to generate random commit messages. You can find more information about this crate here.

  • colored: This crate is used to add color to the output of the tool. You can find more information about this crate here.

  • std::os: This module is part of the Rust standard library and is used for interacting with the operating system. It is used in this project for handling process exit codes.

License

This project is released under the MIT License - see the LICENSE file for details.

Contributing

If you'd like to contribute to this project, feel free to open an issue or submit a pull request on the GitHub repository.

bhejde's People

Contributors

lordofwizard avatar

Stargazers

 avatar

Watchers

 avatar

bhejde's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.