https://github.com/gahr/thingylaunch
Simple X11 application launcher with tab-completion, history, and bookmarks - Mirror of https://code.ptrcrt.ch/thingylaunch
https://github.com/gahr/thingylaunch
Last synced: 26 days ago
JSON representation
Simple X11 application launcher with tab-completion, history, and bookmarks - Mirror of https://code.ptrcrt.ch/thingylaunch
- Host: GitHub
- URL: https://github.com/gahr/thingylaunch
- Owner: gahr
- License: other
- Created: 2013-05-17T18:29:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T17:28:50.000Z (about 2 years ago)
- Last Synced: 2025-03-30T12:22:20.117Z (about 2 months ago)
- Language: C++
- Homepage: https://code.ptrcrt.ch/thingylaunch
- Size: 88.9 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
Awesome Lists containing this project
README
thingylaunch
============Simple X11 application launcher.
This project is a complete rewrite of the original thinglaunch by Matt Johnston.
Thingylaunch has been enhanced with the following features:
* XCB backend
* tab-completion
* history navigation, with the UpArrow and DownArrow keys
* bookmarks, activated by `Alt+char`, loaded from the ~/.thingylaunch.bookmarks file, which consists of lines structured as `char command`
* command line arguments
```
-fg foreground color
-bg background color
⁻fo font foundry
-ff font family
-fw font weight
-fs font slant
-fwn font width name
-fsn font style name
-fps font point size
-x window x-coordinate
-y window y-coordinate
-w window width
-h window height
```