Text user interface for git cherry-pick
Project description
# About
`pick-from` is a text user interface for the Git cherry pick command. Given a
branch name on the command line
$ pick-from <branch>
it will show a list of commits differing between the `HEAD` and the given
branch:
Choose commits to cherry-pick and accept with `q'
[ ] 13579ef: A commit message
[X] fa45678: Another commit message
Commits can be picked with <kbd>Enter</kbd> and will be passed unconditionally
to `git cherry-pick` command.
## Installation
Install [urwid][] and put the script into your `$PATH`. That's it.
[urwid]: http://excess.org/urwid/
`pick-from` is a text user interface for the Git cherry pick command. Given a
branch name on the command line
$ pick-from <branch>
it will show a list of commits differing between the `HEAD` and the given
branch:
Choose commits to cherry-pick and accept with `q'
[ ] 13579ef: A commit message
[X] fa45678: Another commit message
Commits can be picked with <kbd>Enter</kbd> and will be passed unconditionally
to `git cherry-pick` command.
## Installation
Install [urwid][] and put the script into your `$PATH`. That's it.
[urwid]: http://excess.org/urwid/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
git-pick-from-1.0.1.tar.gz
(2.5 kB
view details)
File details
Details for the file git-pick-from-1.0.1.tar.gz.
File metadata
- Download URL: git-pick-from-1.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c36153ea107a7cdff53ce8624671dbb42a0592438d02ca7a364b34baee75784
|
|
| MD5 |
c055f46f9696222dcbb80ab3a9e68088
|
|
| BLAKE2b-256 |
cf550030919825da5d370ace78f2b166b0b04f8b49b697b30a99621f25d74b5f
|