A simple yet usefull editor for short stuff, like commit messages. In case you don't want a full-blown editor just to enter some text.
![Italian hand] (http://static.memrise.com/uploads/course_photos/969204000140323231243.jpg)
![GIF1] (http://g.recordit.co/0ZyYZwwJtb.gif)
![GIF2] (http://g.recordit.co/H2i802rIHT.gif)
On bash:
git clone https://github.com/jdsolucoes/pedit.git; cd pedit
pip install -r requirements.txt
sudo ln -s `pwd`/pedit.py /usr/bin/pedit
`pedit` # to configure gitOn fish:
git clone https://github.com/jdsolucoes/pedit.git; cd pedit
pip install -r requirements.txt
sudo ln -s (pwd)/pedit.py /usr/bin/pedit
eval (pedit) # to configure git...and its done! Start commiting!
Interface provided by prompt-toolkit
- Warn about long lines
- Integration with the system's clipboard (yes, it's possible with readline)
- Full featured support for pypy