From 7358a6a993be18179f6d1889627c87a040bda9ca Mon Sep 17 00:00:00 2001 From: zlg Date: Tue, 8 Feb 2011 01:49:00 -0600 Subject: updated readme --- README.mdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.mdown b/README.mdown index 02462fa..8b5217b 100644 --- a/README.mdown +++ b/README.mdown @@ -2,7 +2,8 @@ GIMPixel is a set of brushes, palettes, and image templates designed to turn [GIMP](http://gimp.org) into an enjoyable piece of pixeling software. It's still in its infancy, so if you know a thing or two about configuring GIMP or would like to contribute brushes, palettes, or more, don't hesitate to join in! -For a quick look at what GIMPixel provides, check out the features.png file: +For a quick look at what GIMPixel provides, check out the `features.png` file: + ![A summary of features that GIMPixel offers](https://github.com/sporkbox/gimpixel/raw/master/features.png "Isn't it awesome?") ## Usage @@ -16,11 +17,10 @@ Adding the following to ~/.fluxbox/menu should work: ### Bash script Put the following into a text file and save it as an executable shell script: -~~~~~ -#!/bin/bash -export GIMP2_DIRECTORY=~/.gimpixel -exec gimp -~~~~~ + + #!/bin/bash + export GIMP2_DIRECTORY=~/.gimpixel + exec gimp Name it something like `gimpixel` and you'll have a quicklauncher. -- cgit v1.2.3-70-g09d2 /test_vgstash_cli.py?h=next&follow=1'>logtreecommitdiff
path: root/tests/test_vgstash_cli.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-27README.md: update to include mentions of *_date fieldszlg1-7/+26
2025-07-27Finish integrating support for p_date, et alzlg2-23/+59
2025-01-24Add support for p_date, b_date, c_date to CLIzlg2-48/+136
2025-01-24tox.ini: Update to Python 3.11 env by defaultzlg1-1/+1
2025-01-23schema1-to-2.py: Add shebang because I'm a doofuszlg1-0/+2
2023-09-22scripts: Add schema v1->v2 migration scriptzlg2-9/+85