All Projects → Micky1979 → Clover Configurator Pro

Micky1979 / Clover Configurator Pro

Licence: other
A free Plist Editor with some optional facilities for Clover UEFI boot loader

Projects that are alternatives of or similar to Clover Configurator Pro

Pesdk React Native Demo
React Native example for PhotoEditor SDK
Stars: ✭ 57 (-18.57%)
Mutual labels:  editor
Ziya
✏️ Your local in-browser editor
Stars: ✭ 63 (-10%)
Mutual labels:  editor
Web Editor
Web可视化组态编辑器(Angular8)
Stars: ✭ 67 (-4.29%)
Mutual labels:  editor
Structuredxmleditor
An editor for structured xml, providing a graphical interface.
Stars: ✭ 58 (-17.14%)
Mutual labels:  editor
Deckdeckgo
The web open source editor for presentations
Stars: ✭ 1,117 (+1495.71%)
Mutual labels:  editor
Countries States Cities Database
🌍 World countries, states, regions, provinces, cities, towns in JSON, SQL, XML, PLIST, YAML, and CSV. All Countries, States, Cities with ISO2, ISO3, Country Code, Phone Code, Capital, Native Language, Timezones, Latitude, Longitude, Region, Subregion, Flag Emoji, and Currency. #countries #states #cities
Stars: ✭ 1,130 (+1514.29%)
Mutual labels:  plist
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+1430%)
Mutual labels:  editor
Pharaohstroy
A maplestory IDE which can develop the multi-platform maplestory game
Stars: ✭ 69 (-1.43%)
Mutual labels:  editor
Retouch
🎬 An OpenGL application for editing and retouching images using depth-maps in 2.5D
Stars: ✭ 63 (-10%)
Mutual labels:  editor
React Page
Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.
Stars: ✭ 8,704 (+12334.29%)
Mutual labels:  editor
React Native Markdown Editor
A markdown editor like github comment editor (contains preview, helper buttons)
Stars: ✭ 59 (-15.71%)
Mutual labels:  editor
Laravel Editor Md
editor.md for Laravel , markdown editor for Laravel
Stars: ✭ 61 (-12.86%)
Mutual labels:  editor
Playlisteditortv
IPTV m3u list Editor/Player for Windows with Kodi support
Stars: ✭ 65 (-7.14%)
Mutual labels:  editor
Vnote
A pleasant note-taking platform.
Stars: ✭ 8,714 (+12348.57%)
Mutual labels:  editor
Animockup
Create animated mockups in the browser 🔥
Stars: ✭ 1,152 (+1545.71%)
Mutual labels:  editor
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-22.86%)
Mutual labels:  editor
Scxcodeeditorinset
Xcode plugin that adds an empty (configurable) space to the end of the editor text view
Stars: ✭ 64 (-8.57%)
Mutual labels:  editor
Asblocks
Share content as blocks
Stars: ✭ 70 (+0%)
Mutual labels:  editor
Gaea Editor
Design websites in your browser. A smart web editor!
Stars: ✭ 1,154 (+1548.57%)
Mutual labels:  editor
Turbo Editor
Simple and powerful File Editor for Android. All is licensed under the GPLv3 license.
Stars: ✭ 1,139 (+1527.14%)
Mutual labels:  editor

alt text

Clover Configurator Pro Download here

A full configurator for Clover V2 bootloader. Made with latest Swift 5, has its own parser (each entry will remains sorted as you leave it before closing the file). All the code comes from me, with the only exception of the handy Sparkle.framenwork to keep the app up-to date (and off course Clover), so that giving credit is pretty easy unlike my competitors that have the bad habit of silently include third party software in their application w/o mention them (use class-dump and take a look). Run in macOS 10.11 +

p.s. (I use "competitors" word here to underline what I think my "competitors" think of me, but this app doesn't even have a donate button)

Why this name? Ok, "Clover" is an opensource bootloader, whould say also that my name is among the Clover's credit (at boot time push the info button) because I wrote the MatchOS set of functions (and other minor things here and there in the build system), unlike my competitors. "Configurator" is a common word, "Pro" stand for "Professional" since this is a real Plist Editor like Xcode has or any other commercial app.... but this is totally free!

Seem strange anyway? Take a look here. ...it seems that all this is continued, copying a lot of my ideas (also descriptions about any ha ha.. just they was in Pandora's Box): Hey, but me too I'm able to copy LoL! So now.. copy this if you can! (consider that PXSourceList is now 4 years old and cannot be used to write a plist editor. Forgot that you should also give credit to the following (used class-dump): Alamofire, CNSplitView, NoodleKit, DockProgressBar, NSTextView+JSDExtensions,

I forgot something? where are their Copyright notice?? some infrigment? Ok understood, same story! )

Author

Micky1979

Other

Special thanks to the Sparkle project that keeps Clover Configurator Pro.app up-to-date .

App icon by Mirone.

What is?

Clover Configurator Pro is a professional Plist editor and is totally free! True, but what if you don't want all the Clover facilities to show up? go to the Preferences and mark as active the following: alt text

from now on, Clover Configurator Pro is only a Plist Editor!

Editing the config.plist

Clover Configurator Pro can automatically load the config.plist used to boot the OS automatically, just ensure this option is enabled in the Preferences: alt text

What if you want to load another one? Simple, open the "Clover Manager" under the "View" menu: alt text

right click on the desired disk and choose one (boot partition is green colored on dark appearance, red otherwise). The partition must be mounted. Or if the file is elsewhere just drag it to the applications icon, or right clik on the file you want to open.

How to edit something for Clover? Well, that is the easy part, just right click with the mouse over any entry of the config.plist:

alt text alt text

if a key does not yet exist or your is a new empty document just right click on the root alt text

Installing Clover

Depending on what's on your Preferences, you have two way:

1 - Download a precompiled binaries (default).

2 - Use Clover source code by specifying the path to the src folder (~/src by default) and mark as active the relative option in the Preferences.

Open the "Clover Manager" under the "View" menu:

alt text

alt text

Clover is out of date?

Clover Configurator Pro keeps Build_Clover.command always up to date and you can use it to download and build always the latest Clover revision available. To do that take a look at the "Build_Clover" menu. Mind that Xcode must be installed and its clt selected.

Wants some info about your disks or partitions?

The Clover Manager is expandable:

alt text

all the info you wants are there. You can also apply filters for slices (partitions), mounted or ESPs if you have more than one.

Additions

Under the view menu you will find confortable having a text to data encoder/decoder, a hex to base64 encoder/decoder The boot-log viewer and the NVRAM editor The NVRAM editor is cool and can help you editing or understand your NVRAM in a clear way.

Clover Configurator Pro has a Dark appearance?

Did not like it? Go to the Preferences and disable "Start in dark mode. Applied on next run.", restart the app, and everything will be different:

alt text

How to translate

Clover Configurator Pro is multi language : actually Italian and English are available at 100%, Portoguese is at 90% (thanks to Mirone), but you can translate it easily by making a copy of Base.strings into your locale identifier suggested directly by Clover Configurator Pro in the upper right corner of the Preferences: alt text

You can find localization files at this dedicated repository here, Fork it edit the file, or as I said make a new one naming it as CCP suggested you. Open a pull request at the CCP-Locale-Bundle repository with the translated file, so that We can keep track of changes

TODO

adding more functionalities after a good debugging.

Troubleshooting

For any possible bug open an issue here on github, I'll be happy to solve it

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].