Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubyist/sbrun
A minimal run dialog written against GTK+2 circa 2002 or so
https://github.com/rubyist/sbrun
Last synced: 24 days ago
JSON representation
A minimal run dialog written against GTK+2 circa 2002 or so
- Host: GitHub
- URL: https://github.com/rubyist/sbrun
- Owner: rubyist
- Created: 2008-10-17T17:07:46.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-10-17T17:13:08.000Z (about 16 years ago)
- Last Synced: 2023-04-10T09:21:46.384Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
/* *****************************************************************************
* File: sbrun.c
*
* Purpose: It's a run minimal dialog with history and completion.
* This is the code for it, if you hadn't surmised.
*
* Author: Scott Barron
*
* Requires: Gtk+2 and everything it needs.
*
* Install: gcc -o sbrun `pkg-config --cflags --libs gtk+-2.0` sbrun.c
* If you have trouble with this just install GNOME or KDE
* or something, this isn't for you.
*
* License: Yeah, whatever. If you're so pathetic you'd have to steal
* such simple code, steal it. You're probably going to hell
* anyway. If you're not pathetic and you just want a run
* dialog that doesn't blow, use this in whatever way you see
* fit. You won't be going to hell.
* ****************************************************************************/