File | Mode | Size |
---|---|---|
docs/ | 040000 | |
libs/ | 040000 | |
src/ | 040000 | |
.gitignore | 100644 | 67B |
.gitmodules | 100644 | 300B |
COPYING | 100644 | 34KiB |
ChangeLog | 100644 | 1,020B |
Makefile | 100644 | 4,447B |
README.md | 100644 | 1,612B |
pipedial, v0.2, 2019
This file last updated on 21 September, 2019
Clone recursively, there are submodules:
git clone --recursive https://code.reversed.top/user/xaizek/pipedial
pipedial is one more tool for selecting something in console. It was created
out of despair because of absence of a selector like sentaku with
Vim-like modes which isn't horribly slow (you can see sentaku drawing elements
top to bottom, it comes out of it being written in bash
, which makes it easy
to use). Literally tenth of existing pickers have nothing going in favour of
their existence being rewrites of other tools for no good reason.
Switch to a branch inside git repository (doesn't handle cancellation):
git checkout $(git branch | pipedial --title 'Pick destination branch:')
Expected to work in *nix like environments.
Version 3 of the GNU General Public License.