Skip to content

This command line tool converts GIMP Palette (.gpl files) to rx script.

Notifications You must be signed in to change notification settings

edwar4rd/gpl2rxpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpl2rxpl

This command line tool converts GIMP Palette (.gpl files) to rx(a minimalist pixel editor) script(.palette files).

usage

gpl2rxpl <file [--silent] [--output path]| --help> 
    file: one .gpl file path as input
    --output: specify a file path for output
    --help: print this message

after the a palette file is created at, say, ~/Folder/file.palette

do a :source ~/Folder/file.palette in rx to use that palette

installation

To install this binary using cargo, do

cargo install --git https://github.com/edwar4rd/gpl2rxpl/

About

This command line tool converts GIMP Palette (.gpl files) to rx script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages