This repository has been archived by the owner. It is now read-only.

gitsh 0.2.0

a simple shell for git

gitsh

A simple shell wrapper for Git that provides logical shell operators, completions, history and doesn't require you to add the git prefix to each command.

Installation

  1. Clone this repo
  2. Run shards build --release
  3. Checkout ./bin/gitsh

Usage

  • Type any Git subcommand to run it without prefixing 'git'.
  • Type 'exit' or 'quit' to leave.
  • Use the arrow keys for command line history.
  • Linenoise provides inline editing as well.

Development

  • Install: shards install
  • Running: shards run
  • Linting: crystal tool format
  • Testing: crystal spec

Contributing

  1. Fork it (https://github.com/apainintheneck/gitsh/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Inspired By

  • zbg : zbg (short for Zero Bullshit Git) is a CLI tool for using git efficiently.
  • gitsh.awk : A simplistic gawk based git shell.
  • fish-shell : The fish shell has a great set of built-in integrations with git.

Contributors

Repository

gitsh

Owner
Statistic
  • 0
  • 0
  • 5
  • 0
  • 2
  • 5 months ago
  • December 26, 2023
License

MIT License

Links
Synced at

Mon, 18 Nov 2024 04:35:10 GMT

Languages