All Projects → kobibarhanin → igit

kobibarhanin / igit

Licence: MIT license
Git made easy with Interactive git cli

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to igit

Sampler
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
Stars: ✭ 9,203 (+48336.84%)
Mutual labels:  cmd
Vue Command
A fully working, most feature-rich Vue.js terminal emulator
Stars: ✭ 147 (+673.68%)
Mutual labels:  cmd
Covid19 Tracker Cli
A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
Stars: ✭ 244 (+1184.21%)
Mutual labels:  cmd
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (+415.79%)
Mutual labels:  cmd
Angular Async Loader
Load modules and components asynchronously for angular 1.x application.
Stars: ✭ 137 (+621.05%)
Mutual labels:  cmd
Invoker
Penetration testing utility, and antivirus assessment tool.
Stars: ✭ 178 (+836.84%)
Mutual labels:  cmd
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (+205.26%)
Mutual labels:  cmd
tdls
command-line Todo-list & Tech-blogging Service
Stars: ✭ 19 (+0%)
Mutual labels:  cmd
Wincmdfu
Windows one line commands that make life easier, shortcuts and command line fu.
Stars: ✭ 145 (+663.16%)
Mutual labels:  cmd
Mitype
Typing speed test in terminal
Stars: ✭ 241 (+1168.42%)
Mutual labels:  cmd
Lastversion
Find the latest release version of an arbitrary project
Stars: ✭ 103 (+442.11%)
Mutual labels:  cmd
Homebrew Services
🚀 Manage background services with macOS' launchctl daemon manager
Stars: ✭ 1,656 (+8615.79%)
Mutual labels:  cmd
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (+863.16%)
Mutual labels:  cmd
Homebridge Cmd4
CMD4 Plugin for Homebridge - Supports ~All Accessory Types & now all Characteristics too
Stars: ✭ 92 (+384.21%)
Mutual labels:  cmd
Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
Stars: ✭ 79,371 (+417642.11%)
Mutual labels:  cmd
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+5957.89%)
Mutual labels:  cmd
Dingdingautoplaycard
钉钉自动上下班打卡辅助,基于Python,adb,实现,打卡后自动发送邮件提醒。flask搭建web页面自动生成配置
Stars: ✭ 162 (+752.63%)
Mutual labels:  cmd
bitwig
Some controller scripts for Bitwig
Stars: ✭ 43 (+126.32%)
Mutual labels:  cmd
Blackeye-for-Windows
This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for Linux and even Android via Termux. I converted it to Win…
Stars: ✭ 38 (+100%)
Mutual labels:  cmd
Homebrew Command Not Found
🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS
Stars: ✭ 236 (+1142.11%)
Mutual labels:  cmd

Build Status PyPI version Maintenance PyPI download month Open Source Love svg1 MIT license

Igit - Interactive Git

Igit is an interactive supplementary CLI to git for a better git experience.

igit_preview

The Story:

For a long time I've been using a variety of aliases for git commands, some of which were custom and aimed to boosting my git productivity - so I've decided to package it into a product for others to use.

Main features:

🚀 Fast commits - add, commit & push, instantly.

↪️ Undo changes - cancel changes made to any file.

🦘 Branch hopping - move between branches, even if you have unstaged changes, without having to stage them.

Easy ignore - add files to ignore, use templates, fix remote sync.

🎹 Interactivity - selectors, checkboxes and prompts instead of typing.

Installation

With pip:

pip install igit

Usage

help

For a comprehensive user guide - visit igit's wiki.

Compatibility

Igit is cross-platform → Windows, MacOSX, Linux.

🤓 - Windows users will get best experience with Windows Terminal / WSL.

Built with

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Local dev environment (MacOSX / Linux)

  • Clone this project
  • cd into project directory
  • Run: pipenv install
  • Run: pipenv --venv
  • Add bash alias:
alias igit='PYTHONPATH=<LOCAL IGIT PROJECT DIR> <PIPENV VENV PATH>/bin/python3 <LOCAL IGIT PROJECT DIR>/igit/cli.py'
  • Now you can run igit from bash and code changes in local igit dir will apply.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].