Go to file
Maciej Barć 887480d766
add script to run leaden without installation
2020-08-21 02:58:34 +02:00
leaden Modified ui for resizable widgets 2020-08-19 02:23:50 +03:00
.gitignore add ui designer file 2020-08-18 00:02:17 +02:00
LICENSE initial 2020-08-04 23:23:18 +02:00
Makefile add ui designer file 2020-08-18 00:02:17 +02:00
README.md add ui designer file 2020-08-18 00:02:17 +02:00
lead.png initial 2020-08-04 23:23:18 +02:00
leaden_noinstall.py add script to run leaden without installation 2020-08-21 02:58:34 +02:00
setup.py initial 2020-08-04 23:23:18 +02:00

README.md

LEADEN

Light Ebuild Automated Development Environment Notebook

About

Warning! Work in Progress!

Leaden is a simple IDE-like editor for gentoo ebuild scripts.

Leaden is written in python using pyqt Qt5 bindings.

The reason for a graphical editor as opposed to console interface one is that we don't have to add any editor specific keyboard bindings and it would be generally faster than relying on knowledge of Emacs Vi.

Some functions of Leaden may be also called from console. Run leaden --help to get more info about those.

Installation

Dependencies

  • portage
  • pyqt
  • repoman

Manual

  • clone this project using git
  • run make && make install

Ebuild

  • add src_prepare overlay
  • run sudo emerge -av --autounmask dev-util/leaden

License

GNU GPL Version 3