Skip to content

jdsolucoes/pedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

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.

Pedit!

![Italian hand] (http://static.memrise.com/uploads/course_photos/969204000140323231243.jpg)

Demo

![GIF1] (http://g.recordit.co/0ZyYZwwJtb.gif)

![GIF2] (http://g.recordit.co/H2i802rIHT.gif)

How to install

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 git

On 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

TODO

  • Warn about long lines
  • Integration with the system's clipboard (yes, it's possible with readline)
  • Full featured support for pypy

About

A little-tiny-almost nothing text editor for short commit messages

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages