Skip to content

olemb/launchbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launchbox

Screenshot

Command launcher with tab completion and full shell commands

Launchbox opens a text box in the center of the screen where you can type a command line which will be run in your shell. Tab and shift-tab can be used to cycle through tab completions.

Launchbox looks for the enviromnent variable $SHELL. If this is not found it will use /bin/sh. It traverses the shell's $PATH variable to find commands for tab completion.

Requirements

Python 3.6 or higher and Tkinter.

Git Repository

https://github.com/olemb/launchbox/

Keys

tab
cycle through tab completions
shift-tab
cycle backwards
shift-backspace
delete all text
ctrl-backspace
delete word for word (Gtk only)
enter
run command
escape
close window

License

Launchbox is released under the terms of the MIT license.

Contact

Ole Martin Bjorndalen - ombdalen@gmail.com

About

Command Launcher with tab completion and full shell commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages