Skip to content

A Plugin which refactors python code using black code formatter

License

Notifications You must be signed in to change notification settings

Agent-Hellboy/Adorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adorn

    A one click support of black code formatter for IDEs and text editors.

Requirements

  • You must have any of the following text editor

Demo

  • Gedit Demo

    gedit Demo

  • Sublime Demo

    sublime Demo

General Info

  • currently there is support for gedit and sublime text only
  • Tested for root user only so A permission error may arise if used by another user(And these are visible only though console).
  • For now run gedit or sublim with sudo only sudo gedit filename

Using

Sublim Text 3

  • steps
    • Select the snippet you want to format
    • Right click on the window and then click on Adorn

Install

  • find install.sh file inside the folder gedit/sublime
  • Open terminal and execute sudo ./install.sh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.