This repository was archived by the owner on Apr 25, 2023. It is now read-only.

excalith/git-cheats-cli

Repository files navigation

A companion app for Git Cheats where you can fetch git descriptions directly into your terminal

Build Status NPM Installs Build Status Stars Forks Prettier


Git Cheats is a small project for people who wants to get into git using commands but don't know where to start. It started as a side-project to help my friends / colleagues check commands easily, but it turned out it has been shared through my friends lots of times and it is being used on a daily basis. Suprising enough, I wanted to create a project for this. Maybe someone finds it useful and / or wants to contribute!

You can either use web based GitCheats App from your browser or use this GitCheats CLI right from your terminal.

npm i -g git-commands-cli

  • Clone or Download this repository
  • Within the directory, from your favorite terminal
    • npm install
    • npm link (might ask for permission depending on your OS)
CommandDescription
gitcheatsLaunch gitcheats.com directly
gitcheats [command]Print command descriptions right into your terminal
gitcheats --open [command]Open gitcheats.com in browser with your command filtered
gitcheats --language [key]Set your preffered language (Default: en)
gitcheats --versionShows and checks version
gitcheats --helpShow commands for the app
  • If you want to add more commands into GitCheats, please contribute to original GitCheats Repository.
  • If you want to further improve CLI app, please send a pull request to this repository.

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

About

Git Cheats CLI - A Companion For Gitcheats

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published