Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwoudenberg/launch
terminal-based launcher for personal use
https://github.com/jwoudenberg/launch
Last synced: about 17 hours ago
JSON representation
terminal-based launcher for personal use
- Host: GitHub
- URL: https://github.com/jwoudenberg/launch
- Owner: jwoudenberg
- License: mit
- Created: 2021-05-04T18:03:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:19:09.000Z (6 months ago)
- Last Synced: 2025-01-12T17:08:22.700Z (6 days ago)
- Language: Nim
- Homepage:
- Size: 101 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Launch
A launcher based for personal use.
It supports:
- Find and launch applications in desktop files.
- Insert emoji, by typing a colon (:).
- Start any desktop app in nixpkgs, by typing a comma (,).
- Copy a pass(age) password to clipboard, by typing an asterisk (*).I have it integrated into sway window manager with this configuration (assuming Nix):
```
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 350 px 350 px, border pixel 3
set $menu exec kitty --class=launcher -- ${pkgs.jwlaunch}/bin/launchbindsym {
Mod4+p exec $menu
}
```