shellex icon indicating copy to clipboard operation
shellex copied to clipboard

Shell-based launcher

Results 16 shellex issues
Sort by recently updated
recently updated
newest added

In i3 specifically, some apps do not opened in the workspace from whom they were called. It’s a weird behaviour. So, the solution [as described here](https://www.reddit.com/r/i3wm/comments/3bmhnm/open_programs_in_the_workspace_they_were_called/) is still to use...

Sometimes, we open a launcher with alt+F2 but we need to open terminal-based app. So, is it possible to make shellex in this situations to autodetect this need and open...

When using shellex (in this case with bspwm), there is the possibility that shellex does not find the display dimensions. In this case, setting shellex to appear on the bottom...

`fzf` (https://github.com/junegunn/fzf) enables fuzzy-searching the command history (among other things). When I'm in a regular shell I can hit Ctrl+R and filter with fuzzy-search through previous commands. Is there a...

as reported https://aur.archlinux.org/packages/shellex/, there is an `install -d` missing in conf.mk. afaiu the missing directory should get created in `install-conf`, but since there's no dependency between `install-rc` and `install-conf`, i...

Reviewing #66 , I noticed `$thefiles` leaks into the shellex command line. It does not make it to the child process (`cat $thefiles > /tmp/test` yields and empty file) but...

replacing `urxvt` by `urxvtc` in `shellex.in` (and running `urxvtd`) it appears the shellex size file never gets filled, and subsequently the size file doesn't get unlinked.

I have installed shellex on my Arch Linux system, which uses wayland with sway. Shellex sometimes (I think in like 10% of the cases I press the key binding) starts...

bug
workaround available

shellex should be able to have dmenu-like completion, i.e. typing `chess` should show a list of all commands containing `chess`. The user then should be able to shoose one of...

enhancement